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