1. eea6a76 Fix compressed texture loads for non-minimal pitches by Luca Barbieri · 15 years ago
  2. bfcafbe r300g: Don't bother testing for empty scissors. by Corbin Simpson · 15 years ago
  3. 9733260 util: Apply Brian's suggested blit improvements. by Corbin Simpson · 15 years ago
  4. deaa634 gallium: u_blitter add overlapping blit support. by Dave Airlie · 15 years ago
  5. 1e9ffb6 r300g: Atomize scissors. by Corbin Simpson · 15 years ago
  6. 8ca4913 r300g: Move TCL bypass switch to main context. by Corbin Simpson · 15 years ago
  7. 47f59cf r300g: Atomize viewport. by Corbin Simpson · 15 years ago
  8. e7d760f r300g: Move ROPCNTL to the top of the emit order. by Corbin Simpson · 15 years ago
  9. 7b569be r300g: Don't avoid rewriting ZTOP. by Corbin Simpson · 15 years ago
  10. 46fafdd r300g: Atomize rasterizer. by Corbin Simpson · 15 years ago
  11. d9de848 nouveau: Make winsys recognise the original NV50. by Marcin Kościelnicki · 15 years ago
  12. 42f2880 radeon: fix prediction for r100 inline vert/elt emits. by Dave Airlie · 15 years ago
  13. 554043b radeon: fix bug in realloc code. by Dave Airlie · 15 years ago
  14. 32da02f st/dri: update dri2 drawables when viewport is changed by Ben Skeggs · 15 years ago
  15. 8a2c961 r300g: Atomize ZTOP. by Corbin Simpson · 15 years ago
  16. 07ea7e6 r300g: Atomize DSA. by Corbin Simpson · 15 years ago
  17. 249374b r300g: Atomize UCP. by Corbin Simpson · 15 years ago
  18. 9d3db60 r300g: Atomize blend color. by Corbin Simpson · 15 years ago
  19. d496399 r300g: Start using atoms. by Corbin Simpson · 15 years ago
  20. 1257655 llvmpipe: Update instructions. by José Fonseca · 15 years ago
  21. d4c1ee0 egl: Clean up the Makefile rules. by Chia-I Wu · 15 years ago
  22. 064242a egl_softpipe: Remove the unnecessary call to _eglSwapBuffers. by Chia-I Wu · 15 years ago
  23. cdc1105 llvmpipe: Yet another hack to get release LLVM static libraries to link in debug builds. by José Fonseca · 15 years ago
  24. a921458 scons: LLVM <-> MSVC integration tweaks. by José Fonseca · 15 years ago
  25. 74f5208 gallium: Remove dead code. by José Fonseca · 15 years ago
  26. dc6bcc9 gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of ad-hoc definitions. by José Fonseca · 15 years ago
  27. 0b7b76f r300: minor accelerated blit fixes by Maciej Cencora · 15 years ago
  28. cf17480 r300: fallback on depth buffer blits by Maciej Cencora · 15 years ago
  29. 99637ba nv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SAD by Christoph Bumiller · 15 years ago
  30. 222738f nv50: free src temp_temps on emit by Christoph Bumiller · 15 years ago
  31. a5f771d nv50: try to honor sprite coord mode by Christoph Bumiller · 15 years ago
  32. fd70841 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  33. 674c763 mesa: Ensure libmesagallium.a is finished building before descending by Dan Nicholson · 15 years ago
  34. a1de400 mklib: Extract archives into temporary directories by Dan Nicholson · 15 years ago
  35. dddd5a3 tgsi: Cleanup dot-product opcodes in interpreter. by Michal Krol · 15 years ago
  36. 3c42e40 r300: Move initial declaration outside for loop. by Vinson Lee · 15 years ago
  37. 95f603a nv20: Fix build for the latest nouveau_class.h changes. by Francisco Jerez · 15 years ago
  38. d699b67 scons: Don't build xlib when dri is enabled. by José Fonseca · 15 years ago
  39. ba33ef0 lvmpipe: Initialize all coordinates. by José Fonseca · 15 years ago
  40. c6509f8 scons: Output a meaningful message when xlib libGL.so can't be built. by José Fonseca · 15 years ago
  41. de22c94 scons: Use static glew library on Unices to avoid binary compatability issues by José Fonseca · 15 years ago
  42. 45fe1d7 st/xorg: remove unused xorg_exa_get_pixmap_handle function by Keith Whitwell · 15 years ago
  43. 5dd9e23 docs: document Gallium SSE codegen for XPD bug fix by Brian Paul · 15 years ago
  44. 8647aa1 tgsi: fix SSE code emit for XPD by Brian Paul · 15 years ago
  45. 7fc5fca nv50: preallocate TEMPs written first time in a subroutine by Christoph Bumiller · 15 years ago
  46. a009fa4 nv50: handle TGSI_OPCODE_SAD,UADD by Christoph Bumiller · 15 years ago
  47. d550de2 nv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMIN by Christoph Bumiller · 15 years ago
  48. 607b9c2 nv50: handle integer SET operations by Christoph Bumiller · 15 years ago
  49. ccc7d0c nv50: handle TGSI_OPCODE_SHL,ISHR,USHR by Christoph Bumiller · 15 years ago
  50. 152b3bd nv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src mods by Christoph Bumiller · 15 years ago
  51. 46f5579 intel: Remove leftover symlinks from DRI1 removal. by Eric Anholt · 15 years ago
  52. 7335d80 tgsi: add assertion to verify legal register file by Brian Paul · 15 years ago
  53. 0c6794c tgsi: fix incorrectly placed braces, add more braces to be clear by Brian Paul · 15 years ago
  54. 16b5d2e tgsi: move register checking code before check_register_usage() by Brian Paul · 15 years ago
  55. b841c27 swrast: fix color masking for glAccum(GL_RETURN) by Brian Paul · 15 years ago
  56. fa47eff i810: use ColorMask[0] by Brian Paul · 15 years ago
  57. 7c55fe9 progs/fp: increase buffer size to read larger shaders by Brian Paul · 15 years ago
  58. c642c24 gallium/util: remove useless assertions by Brian Paul · 15 years ago
  59. c3e846a gallium/util: update comment: s/src_pitch/src_stride by Brian Paul · 15 years ago
  60. f39bae8 gallium/util: make src_y unsigned like the other x/y params by Brian Paul · 15 years ago
  61. 8081c1e llvmpipe: Remove TGSI sampler pointers from JIT context too. by José Fonseca · 15 years ago
  62. 12c6b87 llvmpipe: Remove more loose ends of TGSI exec sampling. by José Fonseca · 15 years ago
  63. 27fe7a7 configure: Fix matching for dri driver to actually work by Kristian Høgsberg · 15 years ago
  64. c9a210f makefile: added src/glsl/Makefile.template to tarball list by Brian Paul · 15 years ago
  65. 1501080 i965g: updates for draw retval by Keith Whitwell · 15 years ago
  66. 7bd7e2d llvmpipe: Axe texture sampling code inherited from softpipe. by José Fonseca · 15 years ago
  67. 2b7a4b2 progs/fp: remove invalid tri-inv.c test by Brian Paul · 15 years ago
  68. 4440428 gallium: Fix texture sampling with explicit LOD in softpipe. by Michal Krol · 15 years ago
  69. 4bfe1c9 gallium: Pass per-element (not per-quad) LOD bias values down to texture sampler. by Michal Krol · 15 years ago
  70. e313dab tgsi: Cleanup exec_tex(). by Michal Krol · 15 years ago
  71. 8d38ef4 svga: Fix fs key size computation and key comparison. by Michal Krol · 15 years ago
  72. d424676 progs/demos: Assert that input to malloc is valid. by Vinson Lee · 15 years ago
  73. 45ac10f progs/xdemos: Check for string overflow. by Vinson Lee · 15 years ago
  74. 25ffd76 progs/xdemos: Check for string overflow. by Vinson Lee · 15 years ago
  75. 468f270 svga: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  76. ef7eb62 meta: remove F suffix from _mesa_Ortho() params by Brian Paul · 15 years ago
  77. 73bd400 docs: document a mipmap generation bug fix by Brian Paul · 15 years ago
  78. cb3cb96 meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmap by Brian Paul · 15 years ago
  79. 06970b2 meta: set viewport and projection matrix in _mesa_meta_GenerateMipmap by Brian Paul · 15 years ago
  80. 49653c0 r600: adjust after radeon mipmap changes in 7118db8700 by Andre Maasikas · 15 years ago
  81. 8485811 tnl: set FOGC result to (f,0,0,1) by Brian Paul · 15 years ago
  82. 4c45810 progs/xdemos: Remove comma at end of enumerator list. by Vinson Lee · 15 years ago
  83. 96a4e45 progs/xdemos: Use temporary variables. by Vinson Lee · 15 years ago
  84. c1dad22 progs/glsl: Prevent possible string overflow. by Vinson Lee · 15 years ago
  85. f4952f0 progs/xdemos: Prevent possible string overflow. by Vinson Lee · 15 years ago
  86. 6f498a7 r300g: add back-face color VS outputs by Marek Olšák · 15 years ago
  87. 7679ac2 r300g: fix SWTCL stream locations of texture coordinates by Marek Olšák · 15 years ago
  88. 1a4f242 r300g: if no DS buffer is set, disable reading from and writing to it by Marek Olšák · 15 years ago
  89. 26f67a2 r300g: disable the rasterization of WPOS if it's unused by the FS by Marek Olšák · 15 years ago
  90. bf60eb3 r300g: add WPOS by Marek Olšák · 15 years ago
  91. dc7f309 r300/compiler: add full viewport transformation support in WPOS codegen by Marek Olšák · 15 years ago
  92. ddfc4e3 r300g: consolidate params by Marek Olšák · 15 years ago
  93. e78648d r300g: fix outputting depth in the FS by Marek Olšák · 15 years ago
  94. 7c902b4 r300g: optimize blending by conditionally disabling reads from the colorbuffer by Marek Olšák · 15 years ago
  95. 6b9b321 r300g: optimize blending by discarding pixels that don't change the colorbuffer by Marek Olšák · 15 years ago
  96. 717c280 r300g: fix blending when SRC_ALPHA_SATURATE is used by Marek Olšák · 15 years ago
  97. a6d91a1 util/blitter: allow NULL CSOs to be saved by Marek Olšák · 15 years ago
  98. 8e559e0 softpipe: fix draw return value by Keith Whitwell · 15 years ago
  99. c9befda r600: float texture component ordering by Pierre Ossman · 15 years ago
  100. 60f5608 r300g: add missing is_anistropic param by Brian Paul · 15 years ago