1. a626565 vmware/core: Flush preemptively the FIFO commands to keep the GMR working set within reasonable bounds. by José Fonseca · 15 years ago
  2. beb8e8f vmware/core: Put GMR pool size in a define. by José Fonseca · 15 years ago
  3. e45579e vmw/wgl: Update for pipebuffer changes. by José Fonseca · 15 years ago
  4. 31e49dc svga: Remove duplicate code. by José Fonseca · 15 years ago
  5. 50edefe svga: Remove unused code. by José Fonseca · 15 years ago
  6. 9782d7c svga: Don't swap buffers to system memory -- winsys' responsibility. by José Fonseca · 15 years ago
  7. c4ceba1 pipebuffer: Release the lock during map wait. Cleanups. by José Fonseca · 15 years ago
  8. 3498616 pipebuffer: Swap buffers out to system memory when running out of memory. by José Fonseca · 15 years ago
  9. 0bc8851 svga: Avoid synchronization issues when doing SW TNL. by José Fonseca · 15 years ago
  10. 8410f7c mesa: Use pipe_buffer_write_nooverlap where appropriate. by José Fonseca · 15 years ago
  11. 37246f8 util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially. by José Fonseca · 15 years ago
  12. 1797494 util: Use pipe_buffer_write_nooverlap in blits / mipmap generation. by José Fonseca · 15 years ago
  13. a8477fb gallium: New inline to write buffers which avoids synchronization. by José Fonseca · 15 years ago
  14. 707b281 gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write. by José Fonseca · 15 years ago
  15. 13c2475 gallium: Remove temporary hack for the absence of a discard flag. by José Fonseca · 15 years ago
  16. 0ae076b svga: Follow buffer usage semantics properly. by José Fonseca · 15 years ago
  17. efc08bd st/xorg: Remove unnecessary headers. by Vinson Lee · 15 years ago
  18. 2cf8164 r200: fix CS section size mismatch by Roland Scheidegger · 15 years ago
  19. 4222bf3 llvmpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  20. c50fe2c svga: Remove unnecessary headers. by Vinson Lee · 15 years ago
  21. d65d5d2 gallium: fix conditional rendering comment by Brian Paul · 15 years ago
  22. 6c1549a gallium/docs: document conditional rendering by Brian Paul · 15 years ago
  23. 6d4805b gallium: updated comments, whitespace fixes by Brian Paul · 15 years ago
  24. dc2914a mesa: minor whitespace fix by Brian Paul · 15 years ago
  25. e59353f mesa: support for GL_ARB_fragment_coord_conventions by Luca Barbieri · 15 years ago
  26. 1ca2285 progs/fp: testcases for GL_ARB_fragment_coord_conventions by Brian Paul · 15 years ago
  27. 24d3a7a docs: remove old pbuffer info by Brian Paul · 15 years ago
  28. aeff9f9 docs: added target attribute to external URLs by Brian Paul · 15 years ago
  29. 656834a docs: add links to the egl, openvg, opengles pages by Brian Paul · 15 years ago
  30. 074abd8 softpipe: added region assertions in softpipe_get_tex_transfer() by Brian Paul · 15 years ago
  31. ed9bd82 docs: new Mesa source tree overview page. by Brian Paul · 15 years ago
  32. 4736e1c dri: Remove unnecessary glapi headers. by Chia-I Wu · 15 years ago
  33. bdd2500 Do not include glapi/dispatch.h outside Mesa core. by Chia-I Wu · 15 years ago
  34. 1af6719 docs: Update documentation for OpenVG and OpenGL ES. by Chia-I Wu · 15 years ago
  35. ada4605 docs: Add documentation for EGL. by Chia-I Wu · 15 years ago
  36. e19b3c0 mach64: Remove unnecessary headers. by Vinson Lee · 15 years ago
  37. 7c66211 i810: Remove unnecessary headers. by Vinson Lee · 15 years ago
  38. 208e815 gallium/i965: Make brw_batchbuffer prototypes match in source & header by Alan Coopersmith · 15 years ago
  39. 0bc2cbf ffb: Remove unnecessary headers. by Vinson Lee · 15 years ago
  40. c1334ce radeong: Fix EGL driver names. by Corbin Simpson · 15 years ago
  41. 1ffb72a Fix touching live system during install. by Tomas Chvatal · 15 years ago
  42. a416123 xlib/softpipe: fix buffer memory leak by Brian Paul · 15 years ago
  43. 156c90e r200: re-adding missing pitch alignment check in blit code by Alex Deucher · 15 years ago
  44. 05208b2 mesa: replace questionable CPU_TO_LE32 macro with function by Brian Paul · 15 years ago
  45. 506e27b Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.h by Alan Coopersmith · 15 years ago
  46. 65d2a26 st/mesa: fix format logic in compatible_src_dst_formats() by Brian Paul · 15 years ago
  47. 4e34c5d docs: updated Mesa mailing list info by Brian Paul · 15 years ago
  48. 67aa704 r200: fix some breakage after move to common blit code by Alex Deucher · 15 years ago
  49. 9f728ed st/xorg: Fic bug and close drm_api at proper place by Jakob Bornecrantz · 15 years ago
  50. 5a99ca4 r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c by Alex Deucher · 15 years ago
  51. c8b694b st/egl_g3d: Add support for driver probe. by Chia-I Wu · 15 years ago
  52. 11f4360f st/egl_g3d: Add support for probe to native displays. by Chia-I Wu · 15 years ago
  53. c5766c4 egl: Add a simple cache for driver probe. by Chia-I Wu · 15 years ago
  54. cf22fd5 egl: Improve driver matching. by Chia-I Wu · 15 years ago
  55. 925f811 egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX. by Chia-I Wu · 15 years ago
  56. f0c2871 egl: Remove unused driver and display functions. by Chia-I Wu · 15 years ago
  57. 57929ed egl: Use _eglPreloadDrivers. by Chia-I Wu · 15 years ago
  58. b3bcd33 egl: Add _eglPreloadDrivers. by Chia-I Wu · 15 years ago
  59. e3cb614 softpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  60. ac2a665 i915g: Remove unnecessary headers. by Vinson Lee · 15 years ago
  61. f291200 st/egl_g3d: Do not reuse the pipe transfer in ximage. by Chia-I Wu · 15 years ago
  62. 77c0800 mklib: Fix static library generation/installation on Solaris by Alan Coopersmith · 15 years ago
  63. 917b6d2 Remove hardcoded -Wall from Radeon DRI makefiles by Alan Coopersmith · 15 years ago
  64. d4a3f7d r300g: Move GB_AA_CONFIG to its eventual new home. by Corbin Simpson · 15 years ago
  65. fcbd285 r300g: Make invariant state into an atom. by Corbin Simpson · 15 years ago
  66. 5e82403 Merge remote branch 'origin/opengl-es-v2' by Chia-I Wu · 15 years ago
  67. 1658f80 util/blit: document params to util_blit_pixels_writemask() by Brian Paul · 15 years ago
  68. 031f23a mesa: added comment about future FBO formats by Brian Paul · 15 years ago
  69. cd232ae st/mesa: enable EXT_framebuffer_multisample by Marek Olšák · 15 years ago
  70. 76cf261 r100/r200: fix Y coord flipping in accelerated blits by Alex Deucher · 15 years ago
  71. 1bb6b1d r100/r200: fix dst pitch in blit code by Alex Deucher · 15 years ago
  72. f965345 r200: add missing symlink to radeon_tex_copy.c by Alex Deucher · 15 years ago
  73. 1f0709f r100/r200: align to pitch updates in blit interface by Maciej Cencora · 15 years ago
  74. 2706bc6 r200: use common glCopyTex(Sub)Image code by Maciej Cencora · 15 years ago
  75. 5170d24 r100: use common glCopyTex(Sub)Image code by Maciej Cencora · 15 years ago
  76. 8a4d739 radeon/r300/r600: share common glCopyTex(Sub)Image code by Maciej Cencora · 15 years ago
  77. 0aed44f r600: align to r300 changes in the blit code by Maciej Cencora · 15 years ago
  78. 0174dac r300/r600: move some bo offsets checking to blit code by Maciej Cencora · 15 years ago
  79. ac8afd4 r600: prepare for some code sharing by Maciej Cencora · 15 years ago
  80. f54e96c r300: check if blitting for given format is supported earlier by Maciej Cencora · 15 years ago
  81. acac99e r300: use nearest texture filtering for accelerated blits by Maciej Cencora · 15 years ago
  82. f2fea26 r300: fix Y coord flipping in accelerated blits by Maciej Cencora · 15 years ago
  83. 11affaf radeon: use mesa provided _mesa_tex_target_to_face function by Maciej Cencora · 15 years ago
  84. 9363a81 r300: prepare for texcopy code sharing by Maciej Cencora · 15 years ago
  85. f542fde radeon: add blit function to vtbl by Maciej Cencora · 15 years ago
  86. bea9ed4 svga: Do a more propper creation of textures from handles by Jakob Bornecrantz · 15 years ago
  87. c78fe6e st/xorg: Don't leak BusID buffer by Jakob Bornecrantz · 15 years ago
  88. 8f7dfe3 intel: Remove dead note_fence vtbl hook. by Eric Anholt · 15 years ago
  89. a45f24c i965: Improve the hashing of brw_state_cache keys to include the cache_id. by Eric Anholt · 15 years ago
  90. d1cefab i965: Remove obsolete comment about the state atoms. by Eric Anholt · 15 years ago
  91. fb49015 i965: Upload as many VS constants as possible through the push constants. by Eric Anholt · 15 years ago
  92. 62a96f7 i965: Allow for variable-sized auxdata in the state cache. by Eric Anholt · 15 years ago
  93. 7d4e674 intel: Use the new DRI2 flush invalidate entrypoint to signal frame done. by Eric Anholt · 15 years ago
  94. a7aaf05 Sun compilers now support some gcc __attribute__ values by Alan Coopersmith · 15 years ago
  95. adda7f3 Check if gcc supports -fvisibility=hidden before adding to CFLAGS by Alan Coopersmith · 15 years ago
  96. aec3fe8 softpipe: remove redundant assignments by Brian Paul · 15 years ago
  97. 65354a7 st/xorg: Pass kernel driver name to drmOpen by Jakob Bornecrantz · 15 years ago
  98. a5fb5d6 st/drm: Expose kernel driver name by Jakob Bornecrantz · 15 years ago
  99. 116a02b st/dri: update dri2 drawables when viewport is changed by Ben Skeggs · 15 years ago
  100. e882943 glx: Set GL context to null in __glXSetCurrentContextNull by Luca Barbieri · 15 years ago