1. bb65a1d intel: Expose a minimal number of configs with accumulation buffer by Ian Romanick · 15 years ago
  2. 3cce4a1 dri: Allow selective generation of accum. buffer configs by Ian Romanick · 15 years ago
  3. 73e24cd intel: Stop exposing useless 24 depth/0 stencil configs by Ian Romanick · 15 years ago
  4. 6d91f9a intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2 by Ian Romanick · 15 years ago
  5. 066f45c intel: Update comment in intelInitScreen2 to noting DRI2 protocol issues by Ian Romanick · 15 years ago
  6. b91bb45 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa by unknown · 15 years ago
  7. 3251f31 glsl/pp: fix extension enable/disable options by Brian Paul · 15 years ago
  8. c3b6237 Add new symbol to exports list by unknown · 15 years ago
  9. 8b1c332 Simplify GLSL extension mechanism. by Michal Krol · 15 years ago
  10. c1395a7 glsl/pp: Fix ifdef directive for extension names. by Michal Krol · 15 years ago
  11. eb095b6 glsl: GLSL extensions have the GL_ prefix by Brian Paul · 15 years ago
  12. f88b43e st/xorg: fix a silly offset bug in xv by Zack Rusin · 15 years ago
  13. 3a0e4eb r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename by Kristian Høgsberg · 15 years ago
  14. ba33fed llvmpipe: Fix null pointer dereference when no depth buffer is bound. by José Fonseca · 15 years ago
  15. 5e6a900 llvmpipe: Leave depth buffer in swizzled format. by José Fonseca · 15 years ago
  16. 7a593af glu/sgi: Initialize member of class Uarray. by Vinson Lee · 15 years ago
  17. 58c991a llvmpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  18. 08e2eab scons: export drawllvm after actually checking that llvm is present by Zack Rusin · 15 years ago
  19. c19dab7 egl_dri2: Only allocate config if we're going to keep it by Kristian Høgsberg · 15 years ago
  20. c3c1a7e egl_dri2: Initialize config attributes with visual id and class from X by Kristian Høgsberg · 15 years ago
  21. 368bb3d eglinfo: Also print visual type, assuming X visual types by Kristian Høgsberg · 15 years ago
  22. 360faf8 egl_dri2: Allow pbuffer and pixmap surfaces for all configs by Kristian Høgsberg · 15 years ago
  23. 77e6fb1 radeon: Fix printf formatings to match te values. by Pauli Nieminen · 15 years ago
  24. 42026a8 radeon: Define EXT_framebuffer_object constants to match hw. by Pauli Nieminen · 15 years ago
  25. 4bce2fb mesa: move all limit/constant assertions into check_context_limits() by Brian Paul · 15 years ago
  26. 96100f3 Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge. by Francisco Jerez · 15 years ago
  27. dbc1340 r300g: One less assert. by Corbin Simpson · 15 years ago
  28. 8c85002 r300g: Don't write non-existent bit on non-r500. by Corbin Simpson · 15 years ago
  29. 67b60b9 r300g: Correct colorbuffer measurements. by Corbin Simpson · 15 years ago
  30. 5a27a77 r300g: Be ever-so-slightly more useful on bad shaders. by Corbin Simpson · 15 years ago
  31. 1ebc568 configure.ac: Enable egl demos when --enable-egl is passed by Kristian Høgsberg · 15 years ago
  32. ab487f7 xeglgears: Add test case for eglBindTexImage() by Kristian Høgsberg · 15 years ago
  33. bba5a98 egl_dri2: Implement eglBindTexImage() by Kristian Høgsberg · 15 years ago
  34. debf00e dri_interface: Introduce DRI tokens for the texBuffer texture formats by Kristian Høgsberg · 15 years ago
  35. 8c593d3 egl_dri2: Use a helper function for looking up and binding extensions by Kristian Høgsberg · 15 years ago
  36. ed46e90 gallium/auxiliary: add -D__STDC_CONSTANT_MACROS by Brian Paul · 15 years ago
  37. 822d951 llvmpipe: remove .s rule (already in Makefile.template) by Brian Paul · 15 years ago
  38. aa4ed6a llvmpipe: lp_tile_surface.c isn't committed yet by Brian Paul · 15 years ago
  39. 4767d27 radeon: Add some debug output for fbo support by Pauli Nieminen · 15 years ago
  40. 9e587db r200: Fix UMS notto emit stp. by Pauli Nieminen · 15 years ago
  41. 653a834 Merge branch 'gallium-nopointsizeminmax' by Roland Scheidegger · 15 years ago
  42. b0613d8 docs: fix typo: s/osdemo/osdemos/ by Brian Paul · 15 years ago
  43. a8f4904 gallium: Adding the %.s rule to generate asm code by Chris Li · 15 years ago
  44. 62d1e40 gallium: Using the proper pattern rules for Makefile template. by Chris Li · 15 years ago
  45. 8b6ec94 llvmpipe: Make llvm unit test depend on libllvmpipe.a by Chris Li · 15 years ago
  46. dd7be07 st/mesa: fix wrong initialization of MaxPointSize by Roland Scheidegger · 15 years ago
  47. 6ef1d60 vmware/core: Support drm interface version 1.0.0 by Jakob Bornecrantz · 15 years ago
  48. 6a4cd12 vmware/core: Use correct flags in scanout code by Jakob Bornecrantz · 15 years ago
  49. 6ffb631 vmware/core: Handle new scanout field by Jakob Bornecrantz · 15 years ago
  50. a9d61c2 vmware/core: Update header to latest version by Jakob Bornecrantz · 15 years ago
  51. 7afcfa0 vmware/core: Remove old ioctl structs not used by Jakob Bornecrantz · 15 years ago
  52. 72fa4ef llvmpipe: Remove reference to prefilter field. by Michal Krol · 15 years ago
  53. 2ecbe4e glx: Fix TOP setting in src/glx Makefile by Kristian Høgsberg · 15 years ago
  54. 6e8897f Retire miniglx and move the actual glx code up to src/glx by Kristian Høgsberg · 15 years ago
  55. 538539d egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY by Kristian Høgsberg · 15 years ago
  56. a1a4411 fix bug in perspective corrected interpolants for lines by Brian Paul · 15 years ago
  57. fd67010 progs/tests: add line drawing option to cylwrap.c by Brian Paul · 15 years ago
  58. 22a3a81 progs/tests: add x/y rotation to cylwrap.c by Brian Paul · 15 years ago
  59. dd98a97 st/mesa: remove special-case cyl-wrap code by Brian Paul · 15 years ago
  60. 5fbb62f softpipe: Properly implement cylindrical wrapping. by Michal Krol · 15 years ago
  61. 00bd85e Revert "softpipe: Implement cylindrical wrapping for linear interpolator." by Michal Krol · 15 years ago
  62. 86921aa progs/tests: new test program for exercising cylindrical tex wrap mode by Brian Paul · 15 years ago
  63. ae4dde6 st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag by Brian Paul · 15 years ago
  64. 4a9f1ee mesa: add back-door support for cylindrical texture wrap mode by Brian Paul · 15 years ago
  65. 9a8473d gallium: Remove prefilter member from pipe_sampler_state struct. by Michal Krol · 15 years ago
  66. 63d6097 docs: Document TGSI Declaration token. by Michal Krol · 15 years ago
  67. e04c8ec softpipe: Implement cylindrical wrapping for linear interpolator. by Michal Krol · 15 years ago
  68. 607a830 tgsi: Gather cylindrical wrap info in tgsi_shader_info struct. by Michal Krol · 15 years ago
  69. 33a9fb3 tgsi: Add ureg_DECL_fs_input_cyl(). by Michal Krol · 15 years ago
  70. 6f6d740 gallium: Add cylindrical wrap info to TGSI declaration. by Michal Krol · 15 years ago
  71. 5ee856e tgsi: Remove tgsi_dump_c.[ch]. by Michal Krol · 15 years ago
  72. 01d7e3d mesa: Enable true refcounting for NullBufferObj. by Michal Krol · 15 years ago
  73. eeec2c3 mesa: Protect buffer objects reference counting with a mutex. by Michal Krol · 15 years ago
  74. 829d9bb mesa: Ensure object refcount is null when destroying the buffer. by José Fonseca · 15 years ago
  75. 05ac187 mesa: Fix null buffer object reference counting. by José Fonseca · 15 years ago
  76. 1c39dbb mesa: Always do proper ref counting of shared state. by José Fonseca · 15 years ago
  77. b750786 svga: Actually call fence_reference in texture downloads. by José Fonseca · 15 years ago
  78. ad93f3e progs/xdemos: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  79. 70f8aaa r300g: Fix off-by-one errors in array bounds assertions. by Vinson Lee · 15 years ago
  80. 43f8a82 scons: don't assume llvm is always present by Zack Rusin · 15 years ago
  81. 85c7ec7 llvmpipe: switch to using dynamic stack allocation instead of registers by Zack Rusin · 15 years ago
  82. 257267e identity: Remove unnecessary header. by Vinson Lee · 15 years ago
  83. a131941 softpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  84. 38076c9 gallivm: added lp_bld_misc.cpp to sources list by Brian Paul · 15 years ago
  85. 69c0d08 llvmpipe: include gallivm/lp_bld_misc.h by Brian Paul · 15 years ago
  86. 7d36b67 gallivm: added gallivm/lp_bld_misc.cpp to Makefile by Brian Paul · 15 years ago
  87. 6c28cc2 llvmpipe: remove files moved to gallivm/ from llvmpipe/Makefile by Brian Paul · 15 years ago
  88. b014d71 llvmpipe: s/textured/texture/ by Brian Paul · 15 years ago
  89. 4aeacdf llvmpipe: added counters for color tile clear, load, store by Brian Paul · 15 years ago
  90. a8270c7 llvmpipe: use new os time functions by Brian Paul · 15 years ago
  91. 8b0b5ac glx: Fix SwapBuffers regression introduced by 01923fb72d. by Francisco Jerez · 15 years ago
  92. c61bf36 llvmpipe: export the tgsi translation code to a common layer by Zack Rusin · 15 years ago
  93. 74d2354 radeong: Provide drm_api::destroy hook. by Corbin Simpson · 15 years ago
  94. 184cefc radeong: Always return something for create_screen. by Corbin Simpson · 15 years ago
  95. 361d73f st/dri: fix compile breakage by Keith Whitwell · 15 years ago
  96. 0b99303 egl: re-fix context_create typo by Keith Whitwell · 15 years ago
  97. 3703e25 svga: remove dead debug sleep by Keith Whitwell · 15 years ago
  98. a23357c gallium: remove softpipe references in other drivers by Keith Whitwell · 15 years ago
  99. 6447b20 drm/radeon: remove softpipe references by Keith Whitwell · 15 years ago
  100. ebe2f76 cell: fix the usual cell breakage by Marc Dietrich · 15 years ago