1. 9381a27 svga: adapt to stencil ref changes by Roland Scheidegger · 15 years ago
  2. 6a509ec llvmpipe: adapt to stencil ref changes by Roland Scheidegger · 15 years ago
  3. 4ea2f61 identity: adapt to stencil ref changes by Roland Scheidegger · 15 years ago
  4. 5365d41 fo: adapt to stencil ref changes by Roland Scheidegger · 15 years ago
  5. dfc02e3 st/mesa: more fixes for stencil ref change. by Roland Scheidegger · 15 years ago
  6. 0786f38 trace: adapt to stencil ref changes by Roland Scheidegger · 15 years ago
  7. 658e945 softpipe: adapt to stencil ref changes by Roland Scheidegger · 15 years ago
  8. 903bb04 gallium: adapt state trackers to stencil ref change by Roland Scheidegger · 15 years ago
  9. 98f8c4d0 docs: fix up documentation for stencil ref value changes by Roland Scheidegger · 15 years ago
  10. c59446a gallium: make valuemask/writemask in pipe_stencil_state bitfield members by Roland Scheidegger · 15 years ago
  11. 1a859ec gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state by Roland Scheidegger · 15 years ago
  12. 653a834 Merge branch 'gallium-nopointsizeminmax' by Roland Scheidegger · 15 years ago
  13. b0613d8 docs: fix typo: s/osdemo/osdemos/ by Brian Paul · 15 years ago
  14. a8f4904 gallium: Adding the %.s rule to generate asm code by Chris Li · 15 years ago
  15. 62d1e40 gallium: Using the proper pattern rules for Makefile template. by Chris Li · 15 years ago
  16. 8b6ec94 llvmpipe: Make llvm unit test depend on libllvmpipe.a by Chris Li · 15 years ago
  17. dd7be07 st/mesa: fix wrong initialization of MaxPointSize by Roland Scheidegger · 15 years ago
  18. 6ef1d60 vmware/core: Support drm interface version 1.0.0 by Jakob Bornecrantz · 15 years ago
  19. 6a4cd12 vmware/core: Use correct flags in scanout code by Jakob Bornecrantz · 15 years ago
  20. 6ffb631 vmware/core: Handle new scanout field by Jakob Bornecrantz · 15 years ago
  21. a9d61c2 vmware/core: Update header to latest version by Jakob Bornecrantz · 15 years ago
  22. 7afcfa0 vmware/core: Remove old ioctl structs not used by Jakob Bornecrantz · 15 years ago
  23. 72fa4ef llvmpipe: Remove reference to prefilter field. by Michal Krol · 15 years ago
  24. 2ecbe4e glx: Fix TOP setting in src/glx Makefile by Kristian Høgsberg · 15 years ago
  25. 6e8897f Retire miniglx and move the actual glx code up to src/glx by Kristian Høgsberg · 15 years ago
  26. 538539d egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY by Kristian Høgsberg · 15 years ago
  27. a1a4411 fix bug in perspective corrected interpolants for lines by Brian Paul · 15 years ago
  28. fd67010 progs/tests: add line drawing option to cylwrap.c by Brian Paul · 15 years ago
  29. 22a3a81 progs/tests: add x/y rotation to cylwrap.c by Brian Paul · 15 years ago
  30. dd98a97 st/mesa: remove special-case cyl-wrap code by Brian Paul · 15 years ago
  31. 5fbb62f softpipe: Properly implement cylindrical wrapping. by Michal Krol · 15 years ago
  32. 00bd85e Revert "softpipe: Implement cylindrical wrapping for linear interpolator." by Michal Krol · 15 years ago
  33. 86921aa progs/tests: new test program for exercising cylindrical tex wrap mode by Brian Paul · 15 years ago
  34. ae4dde6 st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag by Brian Paul · 15 years ago
  35. 4a9f1ee mesa: add back-door support for cylindrical texture wrap mode by Brian Paul · 15 years ago
  36. 9a8473d gallium: Remove prefilter member from pipe_sampler_state struct. by Michal Krol · 15 years ago
  37. 63d6097 docs: Document TGSI Declaration token. by Michal Krol · 15 years ago
  38. e04c8ec softpipe: Implement cylindrical wrapping for linear interpolator. by Michal Krol · 15 years ago
  39. 607a830 tgsi: Gather cylindrical wrap info in tgsi_shader_info struct. by Michal Krol · 15 years ago
  40. 33a9fb3 tgsi: Add ureg_DECL_fs_input_cyl(). by Michal Krol · 15 years ago
  41. 6f6d740 gallium: Add cylindrical wrap info to TGSI declaration. by Michal Krol · 15 years ago
  42. 5ee856e tgsi: Remove tgsi_dump_c.[ch]. by Michal Krol · 15 years ago
  43. 01d7e3d mesa: Enable true refcounting for NullBufferObj. by Michal Krol · 15 years ago
  44. eeec2c3 mesa: Protect buffer objects reference counting with a mutex. by Michal Krol · 15 years ago
  45. 829d9bb mesa: Ensure object refcount is null when destroying the buffer. by José Fonseca · 15 years ago
  46. 05ac187 mesa: Fix null buffer object reference counting. by José Fonseca · 15 years ago
  47. 1c39dbb mesa: Always do proper ref counting of shared state. by José Fonseca · 15 years ago
  48. b750786 svga: Actually call fence_reference in texture downloads. by José Fonseca · 15 years ago
  49. ad93f3e progs/xdemos: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  50. 70f8aaa r300g: Fix off-by-one errors in array bounds assertions. by Vinson Lee · 15 years ago
  51. 43f8a82 scons: don't assume llvm is always present by Zack Rusin · 15 years ago
  52. 85c7ec7 llvmpipe: switch to using dynamic stack allocation instead of registers by Zack Rusin · 15 years ago
  53. 257267e identity: Remove unnecessary header. by Vinson Lee · 15 years ago
  54. a131941 softpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  55. 38076c9 gallivm: added lp_bld_misc.cpp to sources list by Brian Paul · 15 years ago
  56. 69c0d08 llvmpipe: include gallivm/lp_bld_misc.h by Brian Paul · 15 years ago
  57. 7d36b67 gallivm: added gallivm/lp_bld_misc.cpp to Makefile by Brian Paul · 15 years ago
  58. 6c28cc2 llvmpipe: remove files moved to gallivm/ from llvmpipe/Makefile by Brian Paul · 15 years ago
  59. b014d71 llvmpipe: s/textured/texture/ by Brian Paul · 15 years ago
  60. 4aeacdf llvmpipe: added counters for color tile clear, load, store by Brian Paul · 15 years ago
  61. a8270c7 llvmpipe: use new os time functions by Brian Paul · 15 years ago
  62. 8b0b5ac glx: Fix SwapBuffers regression introduced by 01923fb72d. by Francisco Jerez · 15 years ago
  63. c61bf36 llvmpipe: export the tgsi translation code to a common layer by Zack Rusin · 15 years ago
  64. 74d2354 radeong: Provide drm_api::destroy hook. by Corbin Simpson · 15 years ago
  65. 184cefc radeong: Always return something for create_screen. by Corbin Simpson · 15 years ago
  66. 361d73f st/dri: fix compile breakage by Keith Whitwell · 15 years ago
  67. 0b99303 egl: re-fix context_create typo by Keith Whitwell · 15 years ago
  68. 3703e25 svga: remove dead debug sleep by Keith Whitwell · 15 years ago
  69. a23357c gallium: remove softpipe references in other drivers by Keith Whitwell · 15 years ago
  70. 6447b20 drm/radeon: remove softpipe references by Keith Whitwell · 15 years ago
  71. ebe2f76 cell: fix the usual cell breakage by Marc Dietrich · 15 years ago
  72. 7f41f54 gallium: squash-merge of gallium screen context by Keith Whitwell · 15 years ago
  73. 01923fb glx: permit building with older protocol headers by Keith Whitwell · 15 years ago
  74. e891a9c progs/demos: update .gitignore by Joakim Sindholt · 15 years ago
  75. 7da1a52 progs/xdemos: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  76. eaf8fe6 radeon: fix UMS since stp addition. by Dave Airlie · 15 years ago
  77. 1a45c2b mesa: Fix mesa_next_pow_two to return same value if parameter is pow2. by Pauli Nieminen · 15 years ago
  78. ce1f351 r200: Fix LOD min/max emit. by Pauli Nieminen · 15 years ago
  79. 0943706 r100/r200/r300/r600: Set MaxCombinedTextureImageunits. by Pauli Nieminen · 15 years ago
  80. 76a9831 r200: Fix lod bias correction. by Pauli Nieminen · 15 years ago
  81. bfa877c llvmpipe: Silence GCC 'type qualifiers ignored on function return type' warnings. by Vinson Lee · 15 years ago
  82. 4f3a023 svga: Remove unnecessary header. by Vinson Lee · 15 years ago
  83. 290487c llvmpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  84. 5201e94 r300g: cleanup XXXs in the DSA state by Marek Olšák · 15 years ago
  85. 2f5fcce r300g: make a local copy of framebuffer state by Marek Olšák · 15 years ago
  86. c8b3461 r300g: fix color channel masks by Marek Olšák · 15 years ago
  87. 93b9d91 r300g: remove useless GA_COLOR_CONTROL emit by Marek Olšák · 15 years ago
  88. f02aec3 r300g: add L8_SRGB and A8L8_SRGB texture formats by Marek Olšák · 15 years ago
  89. 198e810 r200: Add some debug output to texture function. by Pauli Nieminen · 15 years ago
  90. db3460e r300: Fix emit size prediction to know about primitive splitting. by Pauli Nieminen · 15 years ago
  91. cdb0a51 radeon: Add some debug output to texture function.\n by Pauli Nieminen · 15 years ago
  92. e6f2819 radeon: Use _mesa_next_pow_two_32 instead of own implementation. by Pauli Nieminen · 15 years ago
  93. d41740e mesa/main: Add function to find next higher power of two. by Pauli Nieminen · 15 years ago
  94. f8969dd radeon: Add some debug output to miptree code. by Pauli Nieminen · 15 years ago
  95. 9d5f882 radeon: Remove the loop from stride size calculation. by Pauli Nieminen · 15 years ago
  96. 78572eb Gallium: Add Solaris atomic function definitions to u_atomic.h by Alan Coopersmith · 15 years ago
  97. fd2378e intel: Allow L8 PBO blit uploads. by Damien Lespiau · 15 years ago
  98. c8433af i965: Keep the CURBE BO mapped and memcpy instead of subdataing. by Eric Anholt · 15 years ago
  99. 3e49820 i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo. by Eric Anholt · 15 years ago
  100. 67e5fd7 intel: Check aperture size when doing a blit glClear. by Eric Anholt · 15 years ago