1. b6df7ae r300/compiler: Lower CMP for vertex programs. by Corbin Simpson · 15 years ago
  2. 38c7a01 Revert "r300g: add generating texture coordinates for point sprites (WIP)" by Corbin Simpson · 15 years ago
  3. 1f19aba nv50: fix FACE semantic check in FP input slot assignments by Christoph Bumiller · 15 years ago
  4. b1e3e03 rtasm: Fix typos in comments. by Vinson Lee · 15 years ago
  5. 8edf085 identity: Remove unnecessary header. by Vinson Lee · 15 years ago
  6. 87ac117 progs/gallium: Add trivial gallium demos by Jakob Bornecrantz · 15 years ago
  7. fe306e7 draw: Add EMIT_4UB_BGRA format by Jakob Bornecrantz · 15 years ago
  8. 84a8347 draw: Use translate function instead of switch cases by Jakob Bornecrantz · 15 years ago
  9. bc88c95 i915g: Rename winsys prefix to i915_ from intel_ by Jakob Bornecrantz · 15 years ago
  10. 80672e8 st/dri: Move common files to common directory by Jakob Bornecrantz · 15 years ago
  11. 5b1fc14 st/dri: Reshuffle files and make it obvious which files are shared by Jakob Bornecrantz · 15 years ago
  12. a6fecdf Merge branch '7.8' by Brian Paul · 15 years ago
  13. 8814bb6 Revert "llvmpipe: optimize the lp_setup_fence() function" by Brian Paul · 15 years ago
  14. 67e377b llvmpipe: disable an assertion by Brian Paul · 15 years ago
  15. 5925849 glapi: return int = 0 from NoOpGeneric() by Brian Paul · 15 years ago
  16. a82e37b gallium: Add propper sanity checks in configure.ac by Jakob Bornecrantz · 15 years ago
  17. 80f5f7d glslcompiler: Fix build. by Vinson Lee · 15 years ago
  18. 9eaadfe st/dri: Don't include sw vs drm dri headers by Jakob Bornecrantz · 15 years ago
  19. 8f47f53 st/dri: Add dri2 prefix for all dri2.c functions by Jakob Bornecrantz · 15 years ago
  20. 7b33329 configure:ac add swrastg_dri by George Sapountzis · 15 years ago
  21. 1570e30 st/dri: add TODO list for DRISW by George Sapountzis · 15 years ago
  22. bb289a8 swrastg_dri: hack for loader hardcoded stride by George Sapountzis · 15 years ago
  23. 007e0e3 swrastg_dri: add winsys and target by George Sapountzis · 15 years ago
  24. 992e957 swrastg_dri: add state_tracker by George Sapountzis · 15 years ago
  25. 5b75e12 st/dri: add drisw by George Sapountzis · 15 years ago
  26. 1bed0eb st/dri: add dri_wrapper.h by George Sapountzis · 15 years ago
  27. 4ce16e1 st/dri: export DRI1 surface / pipe by George Sapountzis · 15 years ago
  28. 6a7bd8e st/dri: split out DRI2 code by George Sapountzis · 15 years ago
  29. 96c152b st/dri: make get_texture into validate_att by George Sapountzis · 15 years ago
  30. a21c303 st/dri: flush_frontbuffer, allocate_textures for dri2 by George Sapountzis · 15 years ago
  31. 24056e7 st/dri: flush_frontbuffer, allocate_textures for dri1 by George Sapountzis · 15 years ago
  32. 03c4573 st/dri: minor cosmetic for buffers by George Sapountzis · 15 years ago
  33. c049d58 st/dri: minor cosmetic for screen by George Sapountzis · 15 years ago
  34. d7f7806 st/dri: add inline for dri2 check done in multiple places by George Sapountzis · 15 years ago
  35. 20755c5 drisw_util: add fields for gallium swrast_dri by George Sapountzis · 15 years ago
  36. 204c880 r300g/radeong: fix scons build by Joakim Sindholt · 15 years ago
  37. 7d17de4 Merge branch 'gallium-targets' by Jakob Bornecrantz · 15 years ago
  38. 0d0220f gallium: Fix libgl-xlib path to sw xlib winsys by Jakob Bornecrantz · 15 years ago
  39. 8b12c58 r300g: Remove unnecessary header. by Vinson Lee · 15 years ago
  40. 3fcfd69 progs/glsl: Fix vsraytrace GLSL compilation error. by Vinson Lee · 15 years ago
  41. 3bccb54 progs/glsl: Add raytracing demos to SCons build. by Vinson Lee · 15 years ago
  42. 9a52417 llvmpipe: fix up some questionable fence code by Brian Paul · 15 years ago
  43. a9063ca llvmpipe: optimize the lp_setup_fence() function by Brian Paul · 15 years ago
  44. d7ddb58 llvmpipe: call lp_fence_signal() by Brian Paul · 15 years ago
  45. 331729c llvmpipe: added lp_fence_signal() by Brian Paul · 15 years ago
  46. b4b4ac6 i915g: Correct and add supperted texture formats by Jakob Bornecrantz · 15 years ago
  47. 372011b st/dri: Fix for X server 1.6.0 (DRI2 version 1) by Jakob Bornecrantz · 15 years ago
  48. 2ad8692 llvmpipe: fix texture reference counting bug by Brian Paul · 15 years ago
  49. f0e04b0 progs/demos: add other modes/patterns to dissolve demo by Brian Paul · 15 years ago
  50. d9a19d8 r100/r200/r300/r600: enable accel for Copy/DrawPixels without kms by Alex Deucher · 15 years ago
  51. fabc744 r300: report correct state atom size by Maciej Cencora · 15 years ago
  52. 88f7859 r300: fix off by one by Maciej Cencora · 15 years ago
  53. 7a77eff r300: fix vertex programs with big number of params (>255) under KMS by Maciej Cencora · 15 years ago
  54. bed7d88 r300: fix wpos/fog handling by Maciej Cencora · 15 years ago
  55. 70929f4 r300: clean fog_attr/wpos_attr if code accessing these attributes has been removed FP during compilation by Maciej Cencora · 15 years ago
  56. f5ae5b5 gallium: Add warnings incase pipe drivers are not built in targets by Jakob Bornecrantz · 15 years ago
  57. 738850e gallium: Make scons build dri/xorg drivers again by Jakob Bornecrantz · 15 years ago
  58. 3695cdd i965: Handle the negate and abs swizzles on brw_wm_glsl.c immediate args. by Eric Anholt · 15 years ago
  59. 42a1bcc radeong: Fix scons build by Jakob Bornecrantz · 15 years ago
  60. c9f9867 gallium: Reorg winsys directories by Jakob Bornecrantz · 15 years ago
  61. 43218a4 gallium: Move xorg drivers to targets by Jakob Bornecrantz · 15 years ago
  62. f5ba2cd gallium: Move egl drivers to targets by Jakob Bornecrantz · 15 years ago
  63. be38b32 gallium: Move dri drivers to targets by Jakob Bornecrantz · 15 years ago
  64. 41d2ebf gallium: Remove GALLIUM_WINSYS_DRM_DIRS by Jakob Bornecrantz · 15 years ago
  65. 01f7acb progs/glsl: remove/replace //-style comments by Brian Paul · 15 years ago
  66. 79394f0 progs/glsl: silence warnings, remove debug code, adjust window size, etc by Brian Paul · 15 years ago
  67. 4e32877 demos: import GLSL raytracing demos by RALOVICH, Kristóf · 15 years ago
  68. e71c158 st/mesa: fix typo in prev commit by Brian Paul · 15 years ago
  69. 2d6befd st/mesa: fix sampler_view destruction bug when texture is shared by Brian Paul · 15 years ago
  70. ab93f8d st/mesa: code clean-ups, formatting fixes, comments, etc by Brian Paul · 15 years ago
  71. 3374b26 st/mesa: rename st_clear() to st_Clear() by Brian Paul · 15 years ago
  72. f66d70b st/mesa: return GL_TRUE/GL_FALSE if return type is GLboolean by Brian Paul · 15 years ago
  73. 9938692 progs/egl: Link xeglthreads to libpthread. by Chia-I Wu · 15 years ago
  74. 2b5de09 swrast: improve depth texture mipmap selection by Brian Paul · 15 years ago
  75. 8ba4756 st/glx: add support for multiple displays by Brian Paul · 15 years ago
  76. 2d84d58 glslcompiler: added option to do linking of vert/frag shaders by Brian Paul · 15 years ago
  77. 3790199 dri: fix dri_test.c for non-TLS build by Luca Barbieri · 15 years ago
  78. 5f22954 dri: add _glthread_GetID to dri_test.c dummy glapi by Luca Barbieri · 15 years ago
  79. 7e246e6 dri: make unresolved symbol test link work even without a libGL.so by Luca Barbieri · 15 years ago
  80. e725ef1 Change libX11 variables to not conflict with AC_PATH_XTRA by Dan Nicholson · 15 years ago
  81. 516334b i965: Stop abusing ctx->NewState flags for storing driver internal changes. by Eric Anholt · 15 years ago
  82. ba5a53e dri: Add $(DRI_LIB_DEPS) when linking the test binary by Kristian Høgsberg · 15 years ago
  83. 3d99e99 i965: Stop abusing ctx->NewState flags for storing driver internal changes. by Eric Anholt · 15 years ago
  84. 57edf6b mesa: Also print _NEW_STENCIL in _mesa_print_state() by Kristian Høgsberg · 15 years ago
  85. 3428a30 nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAM by Luca Barbieri · 15 years ago
  86. 208f5bf nvfx: delay allocation of buffers in GART/VRAM to validation time by Luca Barbieri · 15 years ago
  87. 9f0e302 st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0 by Luca Barbieri · 15 years ago
  88. fff86eb dri: use mv -f instead of mv to ensure no prompting occurs by Luca Barbieri · 15 years ago
  89. ed29329 docs: update docs with 7.7.1 and 7.8 release info by Brian Paul · 15 years ago
  90. 2689dd3 Merge branch '7.8' by Brian Paul · 15 years ago
  91. ff54af5 softpipe: comments, re-formatting, etc by Brian Paul · 15 years ago
  92. fc1ba04 softpipe: add special cases for all Z compare modes for 16-bit Z buffer by Brian Paul · 15 years ago
  93. 4ceeb13 st/glx: better format selection in xmesa_choose_z_stencil_format() by Brian Paul · 15 years ago
  94. 83f4c44 nvfx: don't crash on empty fragment program by Luca Barbieri · 15 years ago
  95. e14d812 nvfx: fix coding style in nvfx_transfer.c by Luca Barbieri · 15 years ago
  96. a6cc9cf nvfx: stop incessantly spewing debug messages on the terminal by Luca Barbieri · 15 years ago
  97. c652ad9 nvfx: fix/workaround nv3x hwtnl issues by Luca Barbieri · 15 years ago
  98. 3e17a5b dri: test whether the built drivers have unresolved symbols by Luca Barbieri · 15 years ago
  99. 1f25eca radeong: fix build issue with libdrm < 2.4.19 by Marek Olšák · 15 years ago
  100. 2a3accb r300g: fix glean occlusion query test by Dave Airlie · 15 years ago