1. b9ad95d util: Distinguish between the different compression formats. by José Fonseca · 15 years ago
  2. 37877b1 softpipe: Map GS constants, too. by Michal Krol · 15 years ago
  3. 1c2912e r300g: print configurable debugging info on non-debug builds by Marek Olšák · 15 years ago
  4. 5f1699e swrast: Remove unnecessary header. by Vinson Lee · 15 years ago
  5. 21a96a5 progs: Comment out gallium/raw/SConscript from progs/SConscript. by Vinson Lee · 15 years ago
  6. 1cf669d progs/raw: add note about accessing utility functions by Keith Whitwell · 15 years ago
  7. d0d73a3 ws/xlib: Call XFlush after PutImage by Keith Whitwell · 15 years ago
  8. db5c223 gallium: new raw gallium interface to support standalone tests by Keith Whitwell · 15 years ago
  9. f97f46f aux/tgsi: fix some minor glitches in string routines by Keith Whitwell · 15 years ago
  10. 42ab3f6 st/python: updates for recent interface changes by Keith Whitwell · 15 years ago
  11. a24fc90 drisw: probably better hack for stride and some comments by George Sapountzis · 15 years ago
  12. c42fe8c util: Update MSDN links. by José Fonseca · 15 years ago
  13. add226e gallium/docs: fix formatting mistakes in d3d11ddi.txt by Luca Barbieri · 15 years ago
  14. d142e8f gallium/docs: add comparison between Gallium and Direct3D 11 DDI interfaces by Luca Barbieri · 15 years ago
  15. 4a16d32 r300g: handle TGSI_OPCODE_RET as END by Marek Olšák · 15 years ago
  16. feb8d99 r300g: disable cliprects by Marek Olšák · 15 years ago
  17. a710962 drisw: update comment by George Sapountzis · 15 years ago
  18. 4b8d348 r300g: print errors even on non-debug builds by Marek Olšák · 15 years ago
  19. 0a82fad egl: Make _eglBindContextToSurfaces more readable. by Chia-I Wu · 15 years ago
  20. 551bfe7 egl: Always return the previously bound context. by Chia-I Wu · 15 years ago
  21. 3bfa233 drisw: add comment to libGL about stride by George Sapountzis · 15 years ago
  22. f4e561c drisw: make stride issue profound by George Sapountzis · 15 years ago
  23. 02ee7c2 identity: Add id_drm.c to SCons build. by Vinson Lee · 15 years ago
  24. 077570c st/egl: Fix missing symbols. by Chia-I Wu · 15 years ago
  25. a43618f r300g: fix macrotiling for non-square textures by Mathias Fröhlich · 15 years ago
  26. 29ec84b glx: try swrastg_dri, if swrast_dri fails by George Sapountzis · 15 years ago
  27. c8844c5 r300g: Make SWTCL clear work again. by Corbin Simpson · 15 years ago
  28. 42f14a7 r300g: Remove unnecessary header. by Vinson Lee · 15 years ago
  29. 9503006 gallium: Fix Windows SCons build. by Vinson Lee · 15 years ago
  30. 0383288 st/dri: Fix SCons build. by Vinson Lee · 15 years ago
  31. 8260e9a gallium/llvmpipe: add PROGS target/rule to Makefile.template by Chris Li · 15 years ago
  32. d4b103e auto detect llvm version by Chris Li · 15 years ago
  33. e9a2508 rtasm: Silence gnu_printf format warnings. by Vinson Lee · 15 years ago
  34. feb619b Merge branch '7.8' by Michel Dänzer · 15 years ago
  35. 7996f0f dri/swrast: Fix frontbuffer rendering. by Michel Dänzer · 15 years ago
  36. b005e75 dri/swrast: Fix missed conversion of one pixel pointer increment. by Michel Dänzer · 15 years ago
  37. 3ae082f swrastg: allow for any of the software rasterizers. by George Sapountzis · 15 years ago
  38. d9b6552 dri/common: add comment about DRISW wrt DRI1 / DRI2 by George Sapountzis · 15 years ago
  39. fc35d20 st/dri: add comment about the ifdef in dri_screen.c by George Sapountzis · 15 years ago
  40. 5b07257 st/dri: factor out common init_screen code by George Sapountzis · 15 years ago
  41. 1fbfc22 st/dri mv __driDriverExtensions to drisw.c and dri2.c by George Sapountzis · 15 years ago
  42. 4b722bf st/dri: fold dri_extensions.c into dri_context.c by George Sapountzis · 15 years ago
  43. 22cd6f2 mesa: only call _mesa_update_state() when necessary in glGet functions by Brian Paul · 15 years ago
  44. e57405e swrastg: Use llvmpipe if built but only on scons by Jakob Bornecrantz · 15 years ago
  45. 7f91f2e swrastg: Build with scons by Jakob Bornecrantz · 15 years ago
  46. 7115291 gallium: Fix DRI driver build warnings under scons by Jakob Bornecrantz · 15 years ago
  47. fb70f45 svga/drm: Fix build under scons by Jakob Bornecrantz · 15 years ago
  48. ff0987a svga: Fix typo in configure script by Xavier Chantry · 15 years ago
  49. b6df7ae r300/compiler: Lower CMP for vertex programs. by Corbin Simpson · 15 years ago
  50. 38c7a01 Revert "r300g: add generating texture coordinates for point sprites (WIP)" by Corbin Simpson · 15 years ago
  51. 1f19aba nv50: fix FACE semantic check in FP input slot assignments by Christoph Bumiller · 15 years ago
  52. b1e3e03 rtasm: Fix typos in comments. by Vinson Lee · 15 years ago
  53. 8edf085 identity: Remove unnecessary header. by Vinson Lee · 15 years ago
  54. 87ac117 progs/gallium: Add trivial gallium demos by Jakob Bornecrantz · 15 years ago
  55. 77c30c5 i965: Fix readpixels from ReadBuffer != DrawBuffer. by Eric Anholt · 15 years ago
  56. 63fbae8 i965: Fix inversion for glCopyPixels to/from FBOs. by Eric Anholt · 15 years ago
  57. fdbe1ca intel: Rely on allocated region pitch for the miptree pitch. by Eric Anholt · 15 years ago
  58. 57e7936 intel: Remove extra tiling setting after allocating a tiled region. by Eric Anholt · 15 years ago
  59. 4980891 intel: Respect src pitch in _mesa_copy_rect(). by Eric Anholt · 15 years ago
  60. fe306e7 draw: Add EMIT_4UB_BGRA format by Jakob Bornecrantz · 15 years ago
  61. 84a8347 draw: Use translate function instead of switch cases by Jakob Bornecrantz · 15 years ago
  62. bc88c95 i915g: Rename winsys prefix to i915_ from intel_ by Jakob Bornecrantz · 15 years ago
  63. 80672e8 st/dri: Move common files to common directory by Jakob Bornecrantz · 15 years ago
  64. 5b1fc14 st/dri: Reshuffle files and make it obvious which files are shared by Jakob Bornecrantz · 15 years ago
  65. 38cb445 Regenerate gl_mangle.h by Tom Fogal · 15 years ago
  66. a6fecdf Merge branch '7.8' by Brian Paul · 15 years ago
  67. 8814bb6 Revert "llvmpipe: optimize the lp_setup_fence() function" by Brian Paul · 15 years ago
  68. 67e377b llvmpipe: disable an assertion by Brian Paul · 15 years ago
  69. 5925849 glapi: return int = 0 from NoOpGeneric() by Brian Paul · 15 years ago
  70. a82e37b gallium: Add propper sanity checks in configure.ac by Jakob Bornecrantz · 15 years ago
  71. 80f5f7d glslcompiler: Fix build. by Vinson Lee · 15 years ago
  72. 9eaadfe st/dri: Don't include sw vs drm dri headers by Jakob Bornecrantz · 15 years ago
  73. 8f47f53 st/dri: Add dri2 prefix for all dri2.c functions by Jakob Bornecrantz · 15 years ago
  74. 7b33329 configure:ac add swrastg_dri by George Sapountzis · 15 years ago
  75. 1570e30 st/dri: add TODO list for DRISW by George Sapountzis · 15 years ago
  76. bb289a8 swrastg_dri: hack for loader hardcoded stride by George Sapountzis · 15 years ago
  77. 007e0e3 swrastg_dri: add winsys and target by George Sapountzis · 15 years ago
  78. 992e957 swrastg_dri: add state_tracker by George Sapountzis · 15 years ago
  79. 5b75e12 st/dri: add drisw by George Sapountzis · 15 years ago
  80. 1bed0eb st/dri: add dri_wrapper.h by George Sapountzis · 15 years ago
  81. 4ce16e1 st/dri: export DRI1 surface / pipe by George Sapountzis · 15 years ago
  82. 6a7bd8e st/dri: split out DRI2 code by George Sapountzis · 15 years ago
  83. 96c152b st/dri: make get_texture into validate_att by George Sapountzis · 15 years ago
  84. a21c303 st/dri: flush_frontbuffer, allocate_textures for dri2 by George Sapountzis · 15 years ago
  85. 24056e7 st/dri: flush_frontbuffer, allocate_textures for dri1 by George Sapountzis · 15 years ago
  86. 03c4573 st/dri: minor cosmetic for buffers by George Sapountzis · 15 years ago
  87. c049d58 st/dri: minor cosmetic for screen by George Sapountzis · 15 years ago
  88. d7f7806 st/dri: add inline for dri2 check done in multiple places by George Sapountzis · 15 years ago
  89. 20755c5 drisw_util: add fields for gallium swrast_dri by George Sapountzis · 15 years ago
  90. 204c880 r300g/radeong: fix scons build by Joakim Sindholt · 15 years ago
  91. 7d17de4 Merge branch 'gallium-targets' by Jakob Bornecrantz · 15 years ago
  92. 0d0220f gallium: Fix libgl-xlib path to sw xlib winsys by Jakob Bornecrantz · 15 years ago
  93. 8b12c58 r300g: Remove unnecessary header. by Vinson Lee · 15 years ago
  94. 3fcfd69 progs/glsl: Fix vsraytrace GLSL compilation error. by Vinson Lee · 15 years ago
  95. 3bccb54 progs/glsl: Add raytracing demos to SCons build. by Vinson Lee · 15 years ago
  96. 9a52417 llvmpipe: fix up some questionable fence code by Brian Paul · 15 years ago
  97. a9063ca llvmpipe: optimize the lp_setup_fence() function by Brian Paul · 15 years ago
  98. d7ddb58 llvmpipe: call lp_fence_signal() by Brian Paul · 15 years ago
  99. 331729c llvmpipe: added lp_fence_signal() by Brian Paul · 15 years ago
  100. b4b4ac6 i915g: Correct and add supperted texture formats by Jakob Bornecrantz · 15 years ago