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