1. 8814bb6 Revert "llvmpipe: optimize the lp_setup_fence() function" by Brian Paul · 15 years ago
  2. 67e377b llvmpipe: disable an assertion by Brian Paul · 15 years ago
  3. a82e37b gallium: Add propper sanity checks in configure.ac by Jakob Bornecrantz · 15 years ago
  4. 9eaadfe st/dri: Don't include sw vs drm dri headers by Jakob Bornecrantz · 15 years ago
  5. 8f47f53 st/dri: Add dri2 prefix for all dri2.c functions by Jakob Bornecrantz · 15 years ago
  6. 7b33329 configure:ac add swrastg_dri by George Sapountzis · 15 years ago
  7. 1570e30 st/dri: add TODO list for DRISW by George Sapountzis · 15 years ago
  8. bb289a8 swrastg_dri: hack for loader hardcoded stride by George Sapountzis · 15 years ago
  9. 007e0e3 swrastg_dri: add winsys and target by George Sapountzis · 15 years ago
  10. 992e957 swrastg_dri: add state_tracker by George Sapountzis · 15 years ago
  11. 5b75e12 st/dri: add drisw by George Sapountzis · 15 years ago
  12. 1bed0eb st/dri: add dri_wrapper.h by George Sapountzis · 15 years ago
  13. 4ce16e1 st/dri: export DRI1 surface / pipe by George Sapountzis · 15 years ago
  14. 6a7bd8e st/dri: split out DRI2 code by George Sapountzis · 15 years ago
  15. 96c152b st/dri: make get_texture into validate_att by George Sapountzis · 15 years ago
  16. a21c303 st/dri: flush_frontbuffer, allocate_textures for dri2 by George Sapountzis · 15 years ago
  17. 24056e7 st/dri: flush_frontbuffer, allocate_textures for dri1 by George Sapountzis · 15 years ago
  18. 03c4573 st/dri: minor cosmetic for buffers by George Sapountzis · 15 years ago
  19. c049d58 st/dri: minor cosmetic for screen by George Sapountzis · 15 years ago
  20. d7f7806 st/dri: add inline for dri2 check done in multiple places by George Sapountzis · 15 years ago
  21. 20755c5 drisw_util: add fields for gallium swrast_dri by George Sapountzis · 15 years ago
  22. 204c880 r300g/radeong: fix scons build by Joakim Sindholt · 15 years ago
  23. 7d17de4 Merge branch 'gallium-targets' by Jakob Bornecrantz · 15 years ago
  24. 0d0220f gallium: Fix libgl-xlib path to sw xlib winsys by Jakob Bornecrantz · 15 years ago
  25. 8b12c58 r300g: Remove unnecessary header. by Vinson Lee · 15 years ago
  26. 3fcfd69 progs/glsl: Fix vsraytrace GLSL compilation error. by Vinson Lee · 15 years ago
  27. 3bccb54 progs/glsl: Add raytracing demos to SCons build. by Vinson Lee · 15 years ago
  28. 9a52417 llvmpipe: fix up some questionable fence code by Brian Paul · 15 years ago
  29. a9063ca llvmpipe: optimize the lp_setup_fence() function by Brian Paul · 15 years ago
  30. d7ddb58 llvmpipe: call lp_fence_signal() by Brian Paul · 15 years ago
  31. 331729c llvmpipe: added lp_fence_signal() by Brian Paul · 15 years ago
  32. b4b4ac6 i915g: Correct and add supperted texture formats by Jakob Bornecrantz · 15 years ago
  33. 372011b st/dri: Fix for X server 1.6.0 (DRI2 version 1) by Jakob Bornecrantz · 15 years ago
  34. 2ad8692 llvmpipe: fix texture reference counting bug by Brian Paul · 15 years ago
  35. f0e04b0 progs/demos: add other modes/patterns to dissolve demo by Brian Paul · 15 years ago
  36. d9a19d8 r100/r200/r300/r600: enable accel for Copy/DrawPixels without kms by Alex Deucher · 15 years ago
  37. f5ae5b5 gallium: Add warnings incase pipe drivers are not built in targets by Jakob Bornecrantz · 15 years ago
  38. 738850e gallium: Make scons build dri/xorg drivers again by Jakob Bornecrantz · 15 years ago
  39. 3695cdd i965: Handle the negate and abs swizzles on brw_wm_glsl.c immediate args. by Eric Anholt · 15 years ago
  40. 42a1bcc radeong: Fix scons build by Jakob Bornecrantz · 15 years ago
  41. c9f9867 gallium: Reorg winsys directories by Jakob Bornecrantz · 15 years ago
  42. 43218a4 gallium: Move xorg drivers to targets by Jakob Bornecrantz · 15 years ago
  43. f5ba2cd gallium: Move egl drivers to targets by Jakob Bornecrantz · 15 years ago
  44. be38b32 gallium: Move dri drivers to targets by Jakob Bornecrantz · 15 years ago
  45. 41d2ebf gallium: Remove GALLIUM_WINSYS_DRM_DIRS by Jakob Bornecrantz · 15 years ago
  46. 01f7acb progs/glsl: remove/replace //-style comments by Brian Paul · 15 years ago
  47. 79394f0 progs/glsl: silence warnings, remove debug code, adjust window size, etc by Brian Paul · 15 years ago
  48. 4e32877 demos: import GLSL raytracing demos by RALOVICH, Kristóf · 15 years ago
  49. e71c158 st/mesa: fix typo in prev commit by Brian Paul · 15 years ago
  50. 2d6befd st/mesa: fix sampler_view destruction bug when texture is shared by Brian Paul · 15 years ago
  51. ab93f8d st/mesa: code clean-ups, formatting fixes, comments, etc by Brian Paul · 15 years ago
  52. 3374b26 st/mesa: rename st_clear() to st_Clear() by Brian Paul · 15 years ago
  53. f66d70b st/mesa: return GL_TRUE/GL_FALSE if return type is GLboolean by Brian Paul · 15 years ago
  54. 9938692 progs/egl: Link xeglthreads to libpthread. by Chia-I Wu · 15 years ago
  55. 2b5de09 swrast: improve depth texture mipmap selection by Brian Paul · 15 years ago
  56. 8ba4756 st/glx: add support for multiple displays by Brian Paul · 15 years ago
  57. 2d84d58 glslcompiler: added option to do linking of vert/frag shaders by Brian Paul · 15 years ago
  58. 3790199 dri: fix dri_test.c for non-TLS build by Luca Barbieri · 15 years ago
  59. 5f22954 dri: add _glthread_GetID to dri_test.c dummy glapi by Luca Barbieri · 15 years ago
  60. 7e246e6 dri: make unresolved symbol test link work even without a libGL.so by Luca Barbieri · 15 years ago
  61. e725ef1 Change libX11 variables to not conflict with AC_PATH_XTRA by Dan Nicholson · 15 years ago
  62. ba5a53e dri: Add $(DRI_LIB_DEPS) when linking the test binary by Kristian Høgsberg · 15 years ago
  63. 3d99e99 i965: Stop abusing ctx->NewState flags for storing driver internal changes. by Eric Anholt · 15 years ago
  64. 57edf6b mesa: Also print _NEW_STENCIL in _mesa_print_state() by Kristian Høgsberg · 15 years ago
  65. 3428a30 nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAM by Luca Barbieri · 15 years ago
  66. 208f5bf nvfx: delay allocation of buffers in GART/VRAM to validation time by Luca Barbieri · 15 years ago
  67. 9f0e302 st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0 by Luca Barbieri · 15 years ago
  68. fff86eb dri: use mv -f instead of mv to ensure no prompting occurs by Luca Barbieri · 15 years ago
  69. 2689dd3 Merge branch '7.8' by Brian Paul · 15 years ago
  70. ff54af5 softpipe: comments, re-formatting, etc by Brian Paul · 15 years ago
  71. fc1ba04 softpipe: add special cases for all Z compare modes for 16-bit Z buffer by Brian Paul · 15 years ago
  72. 4ceeb13 st/glx: better format selection in xmesa_choose_z_stencil_format() by Brian Paul · 15 years ago
  73. 83f4c44 nvfx: don't crash on empty fragment program by Luca Barbieri · 15 years ago
  74. e14d812 nvfx: fix coding style in nvfx_transfer.c by Luca Barbieri · 15 years ago
  75. a6cc9cf nvfx: stop incessantly spewing debug messages on the terminal by Luca Barbieri · 15 years ago
  76. c652ad9 nvfx: fix/workaround nv3x hwtnl issues by Luca Barbieri · 15 years ago
  77. 3e17a5b dri: test whether the built drivers have unresolved symbols by Luca Barbieri · 15 years ago
  78. 1f25eca radeong: fix build issue with libdrm < 2.4.19 by Marek Olšák · 15 years ago
  79. 2a3accb r300g: fix glean occlusion query test by Dave Airlie · 15 years ago
  80. 2ded27b Add missing EGL files to the tarballs. by Chia-I Wu · 15 years ago
  81. 094c6fb glx: Suppress BadDrawable from DRI2CopyRegion by Kristian Høgsberg · 15 years ago
  82. 7a0bcba glx: Suppress BadDrawable from DRI2CopyRegion by Kristian Høgsberg · 15 years ago
  83. d5b2cec gallium/docs: Cleanup and clarify point ras info. by Corbin Simpson · 15 years ago
  84. ed61fae radeong: Always initialize this variable. by Corbin Simpson · 15 years ago
  85. ca49a72 r300g: Cleanup a few old warnings. by Corbin Simpson · 15 years ago
  86. 4eead42 mesa: set version string to 7.8-rc2 by Ian Romanick · 15 years ago
  87. 8f4f2a0 GLX/OML: honor OML semantics even if target, divisor and remainder are 0 by Jesse Barnes · 15 years ago
  88. d9ea1af i965: Add disasm for SNB MATH opcode. by Eric Anholt · 15 years ago
  89. 1006991 i965: Enable normal clipping on SNB. by Eric Anholt · 15 years ago
  90. 7319b19 i965: Force single program flow in SNB GS, to match gen4 GS. by Eric Anholt · 15 years ago
  91. 073f8d1 i965: Correct copy and wasted field shifts for SNB GS URB. by Eric Anholt · 15 years ago
  92. edc8a99 i965: Enable VS on SNB. by Eric Anholt · 15 years ago
  93. d163d5f i965: Remove gratuitous jump or nop from OPCODE_END to vertex emit. by Eric Anholt · 15 years ago
  94. a9acde6 i965: Ignore execution mask for the mov(m0, g0) of VS URB write header on SNB. by Eric Anholt · 15 years ago
  95. 4fc5732 i965: Allow FS constants to be used as immediates instead of push/pull. by Eric Anholt · 15 years ago
  96. 864f2bd i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c. by Eric Anholt · 15 years ago
  97. 8a99834 i965: Optimize OPCODE_CMP by using BRW_SEL to choose results. by Eric Anholt · 15 years ago
  98. ef2664d st/glx: fix depth/stencil format selection code by Brian Paul · 15 years ago
  99. af0b0e1 st/mesa: rename st_framebuffer() to st_ws_framebuffer() by Brian Paul · 15 years ago
  100. 62d54f0 intel: Call intel_prepare_render() before looking up regions. by Kristian Høgsberg · 15 years ago