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