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