1. 4736e1c dri: Remove unnecessary glapi headers. by Chia-I Wu · 15 years ago
  2. bdd2500 Do not include glapi/dispatch.h outside Mesa core. by Chia-I Wu · 15 years ago
  3. 1af6719 docs: Update documentation for OpenVG and OpenGL ES. by Chia-I Wu · 15 years ago
  4. ada4605 docs: Add documentation for EGL. by Chia-I Wu · 15 years ago
  5. e19b3c0 mach64: Remove unnecessary headers. by Vinson Lee · 15 years ago
  6. 7c66211 i810: Remove unnecessary headers. by Vinson Lee · 15 years ago
  7. 208e815 gallium/i965: Make brw_batchbuffer prototypes match in source & header by Alan Coopersmith · 15 years ago
  8. 0bc2cbf ffb: Remove unnecessary headers. by Vinson Lee · 15 years ago
  9. c1334ce radeong: Fix EGL driver names. by Corbin Simpson · 15 years ago
  10. 1ffb72a Fix touching live system during install. by Tomas Chvatal · 15 years ago
  11. a416123 xlib/softpipe: fix buffer memory leak by Brian Paul · 15 years ago
  12. 156c90e r200: re-adding missing pitch alignment check in blit code by Alex Deucher · 15 years ago
  13. 05208b2 mesa: replace questionable CPU_TO_LE32 macro with function by Brian Paul · 15 years ago
  14. 506e27b Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.h by Alan Coopersmith · 15 years ago
  15. 65d2a26 st/mesa: fix format logic in compatible_src_dst_formats() by Brian Paul · 15 years ago
  16. 4e34c5d docs: updated Mesa mailing list info by Brian Paul · 15 years ago
  17. 67aa704 r200: fix some breakage after move to common blit code by Alex Deucher · 15 years ago
  18. 9f728ed st/xorg: Fic bug and close drm_api at proper place by Jakob Bornecrantz · 15 years ago
  19. 5a99ca4 r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c by Alex Deucher · 15 years ago
  20. c8b694b st/egl_g3d: Add support for driver probe. by Chia-I Wu · 15 years ago
  21. 11f4360f st/egl_g3d: Add support for probe to native displays. by Chia-I Wu · 15 years ago
  22. c5766c4 egl: Add a simple cache for driver probe. by Chia-I Wu · 15 years ago
  23. cf22fd5 egl: Improve driver matching. by Chia-I Wu · 15 years ago
  24. 925f811 egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX. by Chia-I Wu · 15 years ago
  25. f0c2871 egl: Remove unused driver and display functions. by Chia-I Wu · 15 years ago
  26. 57929ed egl: Use _eglPreloadDrivers. by Chia-I Wu · 15 years ago
  27. b3bcd33 egl: Add _eglPreloadDrivers. by Chia-I Wu · 15 years ago
  28. e3cb614 softpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  29. ac2a665 i915g: Remove unnecessary headers. by Vinson Lee · 15 years ago
  30. f291200 st/egl_g3d: Do not reuse the pipe transfer in ximage. by Chia-I Wu · 15 years ago
  31. 77c0800 mklib: Fix static library generation/installation on Solaris by Alan Coopersmith · 15 years ago
  32. 917b6d2 Remove hardcoded -Wall from Radeon DRI makefiles by Alan Coopersmith · 15 years ago
  33. d4a3f7d r300g: Move GB_AA_CONFIG to its eventual new home. by Corbin Simpson · 15 years ago
  34. fcbd285 r300g: Make invariant state into an atom. by Corbin Simpson · 15 years ago
  35. 5e82403 Merge remote branch 'origin/opengl-es-v2' by Chia-I Wu · 15 years ago
  36. 1658f80 util/blit: document params to util_blit_pixels_writemask() by Brian Paul · 15 years ago
  37. 031f23a mesa: added comment about future FBO formats by Brian Paul · 15 years ago
  38. cd232ae st/mesa: enable EXT_framebuffer_multisample by Marek Olšák · 15 years ago
  39. 76cf261 r100/r200: fix Y coord flipping in accelerated blits by Alex Deucher · 15 years ago
  40. 1bb6b1d r100/r200: fix dst pitch in blit code by Alex Deucher · 15 years ago
  41. f965345 r200: add missing symlink to radeon_tex_copy.c by Alex Deucher · 15 years ago
  42. 1f0709f r100/r200: align to pitch updates in blit interface by Maciej Cencora · 15 years ago
  43. 2706bc6 r200: use common glCopyTex(Sub)Image code by Maciej Cencora · 15 years ago
  44. 5170d24 r100: use common glCopyTex(Sub)Image code by Maciej Cencora · 15 years ago
  45. 8a4d739 radeon/r300/r600: share common glCopyTex(Sub)Image code by Maciej Cencora · 15 years ago
  46. 0aed44f r600: align to r300 changes in the blit code by Maciej Cencora · 15 years ago
  47. 0174dac r300/r600: move some bo offsets checking to blit code by Maciej Cencora · 15 years ago
  48. ac8afd4 r600: prepare for some code sharing by Maciej Cencora · 15 years ago
  49. f54e96c r300: check if blitting for given format is supported earlier by Maciej Cencora · 15 years ago
  50. acac99e r300: use nearest texture filtering for accelerated blits by Maciej Cencora · 15 years ago
  51. f2fea26 r300: fix Y coord flipping in accelerated blits by Maciej Cencora · 15 years ago
  52. 11affaf radeon: use mesa provided _mesa_tex_target_to_face function by Maciej Cencora · 15 years ago
  53. 9363a81 r300: prepare for texcopy code sharing by Maciej Cencora · 15 years ago
  54. f542fde radeon: add blit function to vtbl by Maciej Cencora · 15 years ago
  55. bea9ed4 svga: Do a more propper creation of textures from handles by Jakob Bornecrantz · 15 years ago
  56. c78fe6e st/xorg: Don't leak BusID buffer by Jakob Bornecrantz · 15 years ago
  57. 8f7dfe3 intel: Remove dead note_fence vtbl hook. by Eric Anholt · 15 years ago
  58. a45f24c i965: Improve the hashing of brw_state_cache keys to include the cache_id. by Eric Anholt · 15 years ago
  59. d1cefab i965: Remove obsolete comment about the state atoms. by Eric Anholt · 15 years ago
  60. fb49015 i965: Upload as many VS constants as possible through the push constants. by Eric Anholt · 15 years ago
  61. 62a96f7 i965: Allow for variable-sized auxdata in the state cache. by Eric Anholt · 15 years ago
  62. 7d4e674 intel: Use the new DRI2 flush invalidate entrypoint to signal frame done. by Eric Anholt · 15 years ago
  63. a7aaf05 Sun compilers now support some gcc __attribute__ values by Alan Coopersmith · 15 years ago
  64. adda7f3 Check if gcc supports -fvisibility=hidden before adding to CFLAGS by Alan Coopersmith · 15 years ago
  65. aec3fe8 softpipe: remove redundant assignments by Brian Paul · 15 years ago
  66. 65354a7 st/xorg: Pass kernel driver name to drmOpen by Jakob Bornecrantz · 15 years ago
  67. a5fb5d6 st/drm: Expose kernel driver name by Jakob Bornecrantz · 15 years ago
  68. 116a02b st/dri: update dri2 drawables when viewport is changed by Ben Skeggs · 15 years ago
  69. e882943 glx: Set GL context to null in __glXSetCurrentContextNull by Luca Barbieri · 15 years ago
  70. 7a39a5c wgl: Check for PIPE_TEXTURE_USAGE_DISPLAY_TARGET support in exported color pixel formats. by José Fonseca · 15 years ago
  71. 5e870f4 wgl: Don't export pure-stencil pixel formats. by José Fonseca · 15 years ago
  72. e5da7b8 softpipe: Fix vertex buffer memory leak. by José Fonseca · 15 years ago
  73. faa99dd unichrome: Remove unnecessary headers. by Vinson Lee · 15 years ago
  74. 45a27ea mesa: Remove unnecessary header from attrib.c. by Vinson Lee · 15 years ago
  75. ef63110 r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381b by Alex Deucher · 15 years ago
  76. 2613fa8 mesa: Remove unnecessary header from blend.c. by Vinson Lee · 15 years ago
  77. 2b1d5ea r100/r200/r600: check if blitting for given format is supported earlier by Alex Deucher · 15 years ago
  78. a67cd19 r100/r200: add blit support for ARGB4444 by Alex Deucher · 15 years ago
  79. c4ad036 mesa: Remove unnecessary headers from buffers.c. by Vinson Lee · 15 years ago
  80. 7366d8e mesa: Remove unnecessary header from convolve.c. by Vinson Lee · 15 years ago
  81. 08063ba mesa: Fix typo of 'unknown' in debug.c. by Vinson Lee · 15 years ago
  82. b36b85f mesa: Remove unnecessary headers from debug.c. by Vinson Lee · 15 years ago
  83. 6deb8c9 mesa: Remove unnecessary header from depthstencil.c. by Vinson Lee · 15 years ago
  84. 2660511 mesa: Remove unnecessary headers from dlist.c. by Vinson Lee · 15 years ago
  85. 7395ab0 mesa: Remove unnecessary header from drawpix.c. by Vinson Lee · 15 years ago
  86. 0b3109a mesa: Remove unnecessary header from enable.c. by Vinson Lee · 15 years ago
  87. 536e3c9 mesa: Remove unnecessary headers from fbobject.c. by Vinson Lee · 15 years ago
  88. b6dce54 mesa: Remove unnecessary header from formats.c. by Vinson Lee · 15 years ago
  89. 2cbc3e0 mesa: Remove unnecessary header from image.c. by Vinson Lee · 15 years ago
  90. 65fa119 softpipe: Skip depth testing for PIPE_S8_UNORM. by José Fonseca · 15 years ago
  91. 8fb92e9 mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM. by José Fonseca · 15 years ago
  92. bcadde2 pipebuffer: Ensure buffer size/alignment is not zero. by José Fonseca · 15 years ago
  93. dc29855 svga: Ensure buffer size/alignment is not zero. by José Fonseca · 15 years ago
  94. ebd1075 mesa: Remove unnecessary headers from lines.c. by Vinson Lee · 15 years ago
  95. d0125e3 mesa: Remove unnecessary header from mipmap.c. by Vinson Lee · 15 years ago
  96. ed5a116 mesa: Remove unnecessary header from pixel.c. by Vinson Lee · 15 years ago
  97. 2f83948 mesa: Remove unnecessary headers from pixelstore.c. by Vinson Lee · 15 years ago
  98. 419ae5a mesa: Remove unnecessary header from points.c. by Vinson Lee · 15 years ago
  99. 80ea879 mesa: Remove unnecessary header from polygon.c. by Vinson Lee · 15 years ago
  100. f6d5290 r60: Add relocs for CB_TILE/FRAG by Alex Deucher · 15 years ago