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