29463 Commity (12576556e4aef8ae95ee93a9436e7a878f371b1c)
 

Autor SHA1 Wiadomość Data
  José Fonseca 12576556e4 llvmpipe: Update instructions. 16 lat temu
  Chia-I Wu d4c1ee0534 egl: Clean up the Makefile rules. 16 lat temu
  Chia-I Wu 064242ae9f egl_softpipe: Remove the unnecessary call to _eglSwapBuffers. 16 lat temu
  José Fonseca cdc11056de llvmpipe: Yet another hack to get release LLVM static libraries to link in debug builds. 16 lat temu
  José Fonseca a921458c16 scons: LLVM <-> MSVC integration tweaks. 16 lat temu
  José Fonseca 74f520861f gallium: Remove dead code. 16 lat temu
  José Fonseca dc6bcc92ee gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of ad-hoc definitions. 16 lat temu
  Maciej Cencora 0b7b76fb16 r300: minor accelerated blit fixes 16 lat temu
  Maciej Cencora cf1748053a r300: fallback on depth buffer blits 16 lat temu
  Christoph Bumiller 99637ba80e nv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SAD 16 lat temu
  Christoph Bumiller 222738fcf5 nv50: free src temp_temps on emit 16 lat temu
  Christoph Bumiller a5f771d758 nv50: try to honor sprite coord mode 16 lat temu
  Brian Paul fd70841121 Merge branch 'mesa_7_7_branch' 16 lat temu
  Dan Nicholson 674c76310f mesa: Ensure libmesagallium.a is finished building before descending 16 lat temu
  Dan Nicholson a1de400e8d mklib: Extract archives into temporary directories 16 lat temu
  Michal Krol dddd5a36ac tgsi: Cleanup dot-product opcodes in interpreter. 16 lat temu
  Vinson Lee 3c42e403de r300: Move initial declaration outside for loop. 16 lat temu
  Francisco Jerez 95f603a5f3 nv20: Fix build for the latest nouveau_class.h changes. 16 lat temu
  José Fonseca d699b6720c scons: Don't build xlib when dri is enabled. 16 lat temu
  José Fonseca ba33ef0011 lvmpipe: Initialize all coordinates. 16 lat temu
  José Fonseca c6509f89b4 scons: Output a meaningful message when xlib libGL.so can't be built. 16 lat temu
  José Fonseca de22c940a1 scons: Use static glew library on Unices to avoid binary compatability issues 16 lat temu
  Keith Whitwell 45fe1d7d00 st/xorg: remove unused xorg_exa_get_pixmap_handle function 16 lat temu
  Brian Paul 5dd9e23d62 docs: document Gallium SSE codegen for XPD bug fix 16 lat temu
  Brian Paul 8647aa1d8d tgsi: fix SSE code emit for XPD 16 lat temu
  Christoph Bumiller 7fc5fcada5 nv50: preallocate TEMPs written first time in a subroutine 16 lat temu
  Christoph Bumiller a009fa4305 nv50: handle TGSI_OPCODE_SAD,UADD 16 lat temu
  Christoph Bumiller d550de2342 nv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMIN 16 lat temu
  Christoph Bumiller 607b9c2e09 nv50: handle integer SET operations 16 lat temu
  Christoph Bumiller ccc7d0cb7a nv50: handle TGSI_OPCODE_SHL,ISHR,USHR 16 lat temu
  Christoph Bumiller 152b3bd6ef nv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src mods 16 lat temu
  Eric Anholt 46f5579826 intel: Remove leftover symlinks from DRI1 removal. 16 lat temu
  Brian Paul 7335d8006f tgsi: add assertion to verify legal register file 16 lat temu
  Brian Paul 0c6794c46f tgsi: fix incorrectly placed braces, add more braces to be clear 16 lat temu
  Brian Paul 16b5d2eba3 tgsi: move register checking code before check_register_usage() 16 lat temu
  Brian Paul b841c2756e swrast: fix color masking for glAccum(GL_RETURN) 16 lat temu
  Brian Paul fa47eff55b i810: use ColorMask[0] 16 lat temu
  Brian Paul 7c55fe9bfd progs/fp: increase buffer size to read larger shaders 16 lat temu
  Brian Paul c642c246d7 gallium/util: remove useless assertions 16 lat temu
  Brian Paul c3e846af30 gallium/util: update comment: s/src_pitch/src_stride 16 lat temu
  Brian Paul f39bae8e68 gallium/util: make src_y unsigned like the other x/y params 16 lat temu
  José Fonseca 8081c1eaa5 llvmpipe: Remove TGSI sampler pointers from JIT context too. 16 lat temu
  José Fonseca 12c6b871a3 llvmpipe: Remove more loose ends of TGSI exec sampling. 16 lat temu
  Kristian Høgsberg 27fe7a7303 configure: Fix matching for dri driver to actually work 16 lat temu
  Brian Paul c9a210f158 makefile: added src/glsl/Makefile.template to tarball list 16 lat temu
  Keith Whitwell 150108024d i965g: updates for draw retval 16 lat temu
  José Fonseca 7bd7e2da75 llvmpipe: Axe texture sampling code inherited from softpipe. 16 lat temu
  Brian Paul 2b7a4b2c0e progs/fp: remove invalid tri-inv.c test 16 lat temu
  Michal Krol 4440428faa gallium: Fix texture sampling with explicit LOD in softpipe. 16 lat temu
  Michal Krol 4bfe1c955f gallium: Pass per-element (not per-quad) LOD bias values down to texture sampler. 16 lat temu