1. cfe884e mesa: add core support for ARB_half_float_vertex. by Dave Airlie · 15 years ago
  2. 1ac5fd5 glapi: add GL_HALF_FLOAT enum support. by Dave Airlie · 15 years ago
  3. dcaf668 progs: add trivial ARB_half_float_vertex support. by Dave Airlie · 15 years ago
  4. 883b57e winsys/drm: Update Makefile.template. by Chia-I Wu · 15 years ago
  5. f8107a4 Fix typo in configure message for gcc -fvisibility=hidden by Alan Coopersmith · 15 years ago
  6. d65d5d2 gallium: fix conditional rendering comment by Brian Paul · 15 years ago
  7. 6c1549a gallium/docs: document conditional rendering by Brian Paul · 15 years ago
  8. 6d4805b gallium: updated comments, whitespace fixes by Brian Paul · 15 years ago
  9. dc2914a mesa: minor whitespace fix by Brian Paul · 15 years ago
  10. e59353f mesa: support for GL_ARB_fragment_coord_conventions by Luca Barbieri · 15 years ago
  11. 1ca2285 progs/fp: testcases for GL_ARB_fragment_coord_conventions by Brian Paul · 15 years ago
  12. 24d3a7a docs: remove old pbuffer info by Brian Paul · 15 years ago
  13. aeff9f9 docs: added target attribute to external URLs by Brian Paul · 15 years ago
  14. 656834a docs: add links to the egl, openvg, opengles pages by Brian Paul · 15 years ago
  15. 074abd8 softpipe: added region assertions in softpipe_get_tex_transfer() by Brian Paul · 15 years ago
  16. ed9bd82 docs: new Mesa source tree overview page. by Brian Paul · 15 years ago
  17. 4736e1c dri: Remove unnecessary glapi headers. by Chia-I Wu · 15 years ago
  18. bdd2500 Do not include glapi/dispatch.h outside Mesa core. by Chia-I Wu · 15 years ago
  19. 1af6719 docs: Update documentation for OpenVG and OpenGL ES. by Chia-I Wu · 15 years ago
  20. ada4605 docs: Add documentation for EGL. by Chia-I Wu · 15 years ago
  21. 208e815 gallium/i965: Make brw_batchbuffer prototypes match in source & header by Alan Coopersmith · 15 years ago
  22. c1334ce radeong: Fix EGL driver names. by Corbin Simpson · 15 years ago
  23. 1ffb72a Fix touching live system during install. by Tomas Chvatal · 15 years ago
  24. 156c90e r200: re-adding missing pitch alignment check in blit code by Alex Deucher · 15 years ago
  25. 05208b2 mesa: replace questionable CPU_TO_LE32 macro with function by Brian Paul · 15 years ago
  26. 506e27b Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.h by Alan Coopersmith · 15 years ago
  27. 67aa704 r200: fix some breakage after move to common blit code by Alex Deucher · 15 years ago
  28. 5a99ca4 r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c by Alex Deucher · 15 years ago
  29. c8b694b st/egl_g3d: Add support for driver probe. by Chia-I Wu · 15 years ago
  30. 11f4360f st/egl_g3d: Add support for probe to native displays. by Chia-I Wu · 15 years ago
  31. c5766c4 egl: Add a simple cache for driver probe. by Chia-I Wu · 15 years ago
  32. cf22fd5 egl: Improve driver matching. by Chia-I Wu · 15 years ago
  33. 925f811 egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX. by Chia-I Wu · 15 years ago
  34. f0c2871 egl: Remove unused driver and display functions. by Chia-I Wu · 15 years ago
  35. 57929ed egl: Use _eglPreloadDrivers. by Chia-I Wu · 15 years ago
  36. b3bcd33 egl: Add _eglPreloadDrivers. by Chia-I Wu · 15 years ago
  37. f291200 st/egl_g3d: Do not reuse the pipe transfer in ximage. by Chia-I Wu · 15 years ago
  38. 77c0800 mklib: Fix static library generation/installation on Solaris by Alan Coopersmith · 15 years ago
  39. 917b6d2 Remove hardcoded -Wall from Radeon DRI makefiles by Alan Coopersmith · 15 years ago
  40. d4a3f7d r300g: Move GB_AA_CONFIG to its eventual new home. by Corbin Simpson · 15 years ago
  41. fcbd285 r300g: Make invariant state into an atom. by Corbin Simpson · 15 years ago
  42. 5e82403 Merge remote branch 'origin/opengl-es-v2' by Chia-I Wu · 15 years ago
  43. 1658f80 util/blit: document params to util_blit_pixels_writemask() by Brian Paul · 15 years ago
  44. 031f23a mesa: added comment about future FBO formats by Brian Paul · 15 years ago
  45. cd232ae st/mesa: enable EXT_framebuffer_multisample by Marek Olšák · 15 years ago
  46. 76cf261 r100/r200: fix Y coord flipping in accelerated blits by Alex Deucher · 15 years ago
  47. 1bb6b1d r100/r200: fix dst pitch in blit code by Alex Deucher · 15 years ago
  48. f965345 r200: add missing symlink to radeon_tex_copy.c by Alex Deucher · 15 years ago
  49. 1f0709f r100/r200: align to pitch updates in blit interface by Maciej Cencora · 15 years ago
  50. 2706bc6 r200: use common glCopyTex(Sub)Image code by Maciej Cencora · 15 years ago
  51. 5170d24 r100: use common glCopyTex(Sub)Image code by Maciej Cencora · 15 years ago
  52. 8a4d739 radeon/r300/r600: share common glCopyTex(Sub)Image code by Maciej Cencora · 15 years ago
  53. 0aed44f r600: align to r300 changes in the blit code by Maciej Cencora · 15 years ago
  54. 0174dac r300/r600: move some bo offsets checking to blit code by Maciej Cencora · 15 years ago
  55. ac8afd4 r600: prepare for some code sharing by Maciej Cencora · 15 years ago
  56. f54e96c r300: check if blitting for given format is supported earlier by Maciej Cencora · 15 years ago
  57. acac99e r300: use nearest texture filtering for accelerated blits by Maciej Cencora · 15 years ago
  58. f2fea26 r300: fix Y coord flipping in accelerated blits by Maciej Cencora · 15 years ago
  59. 11affaf radeon: use mesa provided _mesa_tex_target_to_face function by Maciej Cencora · 15 years ago
  60. 9363a81 r300: prepare for texcopy code sharing by Maciej Cencora · 15 years ago
  61. f542fde radeon: add blit function to vtbl by Maciej Cencora · 15 years ago
  62. 8f7dfe3 intel: Remove dead note_fence vtbl hook. by Eric Anholt · 15 years ago
  63. a45f24c i965: Improve the hashing of brw_state_cache keys to include the cache_id. by Eric Anholt · 15 years ago
  64. d1cefab i965: Remove obsolete comment about the state atoms. by Eric Anholt · 15 years ago
  65. fb49015 i965: Upload as many VS constants as possible through the push constants. by Eric Anholt · 15 years ago
  66. 62a96f7 i965: Allow for variable-sized auxdata in the state cache. by Eric Anholt · 15 years ago
  67. 7d4e674 intel: Use the new DRI2 flush invalidate entrypoint to signal frame done. by Eric Anholt · 15 years ago
  68. a7aaf05 Sun compilers now support some gcc __attribute__ values by Alan Coopersmith · 15 years ago
  69. adda7f3 Check if gcc supports -fvisibility=hidden before adding to CFLAGS by Alan Coopersmith · 15 years ago
  70. aec3fe8 softpipe: remove redundant assignments by Brian Paul · 15 years ago
  71. ef63110 r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381b by Alex Deucher · 15 years ago
  72. 2b1d5ea r100/r200/r600: check if blitting for given format is supported earlier by Alex Deucher · 15 years ago
  73. a67cd19 r100/r200: add blit support for ARGB4444 by Alex Deucher · 15 years ago
  74. f6d5290 r60: Add relocs for CB_TILE/FRAG by Alex Deucher · 15 years ago
  75. 09f69b1 docs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC. by Corbin Simpson · 15 years ago
  76. f90733c docs: Use proper XOR symbol. by Corbin Simpson · 15 years ago
  77. daccc96 r100: add blit support by Alex Deucher · 15 years ago
  78. 1ced546 r200: add blit support by Alex Deucher · 15 years ago
  79. 0477191 docs: Spacing in TGSI formulae. by Corbin Simpson · 15 years ago
  80. 28fd246 docs: Grammar and refs in Rasterizer. by Corbin Simpson · 15 years ago
  81. 2598f00 docs: Cleanup Rasterizer a bit. by Corbin Simpson · 15 years ago
  82. 2b4ad02 docs: Fix terms and refs. by Corbin Simpson · 15 years ago
  83. 4f52dfe docs: Slowly keep fleshing out more info. by Corbin Simpson · 15 years ago
  84. 9811ebf docs: PIPE_TEXTURE_USAGE info. by Corbin Simpson · 15 years ago
  85. 0714474 i965: Clean up constbuf handling by splitting reladdr/non-reladdr loads. by Eric Anholt · 15 years ago
  86. c653f5f i965: Only set up the stack register if it's going to get used. by Eric Anholt · 15 years ago
  87. d5b9642 i965: Fix loads of non-relative-addr constants after a reladdr load. by Eric Anholt · 15 years ago
  88. c6559b7 nv50: fix constant vtxattr methods by Christoph Bumiller · 15 years ago
  89. 0d6e3dd nv50: make instanced drawing work with edge flags by Christoph Bumiller · 15 years ago
  90. e74db4f nv50: cannot exit shaders on a control flow instruction by Christoph Bumiller · 15 years ago
  91. 9fb9c9f nv50: fix nv50_program->immd memory leak by Marcin Slusarz · 15 years ago
  92. 7472cd0 tgsi: Fix behaviour of dimension index. by Michal Krol · 15 years ago
  93. 463351e tgsi: Allow TEMPORARY registers as indirect address into source operands. by Michal Krol · 15 years ago
  94. 4698a86 tgsi: Add ureg_DECL_immediate_block_uint(). by Michal Krol · 15 years ago
  95. 4c041fa glsl: remove __inline directive by Brian Paul · 15 years ago
  96. 0766780 st/mesa: updated comments and whitespace by Brian Paul · 15 years ago
  97. e5347ca st/mesa: fix memory leak in st_translate_mesa_program by Marcin Slusarz · 15 years ago
  98. 3310fe0 r600: fix some warnings by Alex Deucher · 15 years ago
  99. 1560183 r600: Update default state size to account for the new relocation by Jerome Glisse · 15 years ago
  100. 46dc6fd r6xx/r7xx: emit relocation for FRAG & TILE buffer by Jerome Glisse · 15 years ago