1. edc2dd8 mesa/swrast: implement EXT_texture_sRGB_decode by Dave Airlie · 14 years ago
  2. b3ca110 mesa: implement glGet queries for GL_ARB_draw_buffers_blend by Brian Paul · 14 years ago
  3. 44c2122 mesa: display list support for GL_ARB_draw_buffers_blend functions by Brian Paul · 14 years ago
  4. 7f48278 mesa: plug in GL_ARB_draw_buffers_blend functions by Brian Paul · 14 years ago
  5. 5613078 glapi: regenerated files by Brian Paul · 14 years ago
  6. 74713e2 mesa: begin implementation of GL_ARB_draw_buffers_blend by Brian Paul · 14 years ago
  7. a6860f0 st/mesa: GL_ARB_instanced_arrays support by Brian Paul · 14 years ago
  8. 1d1eb95 mesa: support for GL_ARB_instanced_arrays by Brian Paul · 14 years ago
  9. 1250e23 glapi: regenerated files by Brian Paul · 14 years ago
  10. d1e2844 st/mesa: move/consolidate an assignment by Brian Paul · 14 years ago
  11. 652901e Merge branch 'draw-instanced' by Brian Paul · 14 years ago
  12. a4a5a9a mesa: Add glDepthRangef and glClearDepthf to APIspec.xml. by Chia-I Wu · 14 years ago
  13. 4620de7 mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility. by Eric Anholt · 14 years ago
  14. 8395f20 mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS. by Eric Anholt · 14 years ago
  15. e12c4fa mesa: Add support for glDepthRangef and glClearDepthf. by Eric Anholt · 14 years ago
  16. 25beab1 ir_to_mesa: Fix segfaults on ir_to_mesa invocation after MSVC change. by Eric Anholt · 14 years ago
  17. 7772a34 mesa: Dynamically allocate acp array in ir_to_mesa_visitor::copy_propagate. by Vinson Lee · 14 years ago
  18. 7b98757 mesa: Add actual support for glReleaseShaderCompiler from ES2. by Eric Anholt · 14 years ago
  19. ed93f9f intel: Expose GL_ARB_ES2_compatibility. by Eric Anholt · 14 years ago
  20. 9c6954f mesa: Add extension enable bit for GL_ARB_ES2_compatibility. by Eric Anholt · 14 years ago
  21. 841ad6b glapi: Regenerate for GL_ARB_ES2_compatibility. by Eric Anholt · 14 years ago
  22. a6e4614 i965: Replace broken handling of dead code with an assert. by Eric Anholt · 14 years ago
  23. 7c7df14 i965: Add an invalidation of live intervals after register splitting. by Eric Anholt · 14 years ago
  24. 65c41d5 mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages. by Eric Anholt · 14 years ago
  25. 34a9da4 mesa: Add channel-wise copy propagation to ir_to_mesa. by Eric Anholt · 14 years ago
  26. d53c838 i915: Fix compiler warning from sw fallback removal change. by Eric Anholt · 14 years ago
  27. 6e9b0f6 gles2: Also support GL_BGRA_EXT for glTexSubImage2d by Kristian Høgsberg · 14 years ago
  28. 483de8e i965: fix fbo-srgb on i965. by Dave Airlie · 14 years ago
  29. 7f652fc srgb: fix fbo base format picking. by Dave Airlie · 14 years ago
  30. 7b9dc40 i915: Disable extension OES_standard_derivatives by Chad Versace · 14 years ago
  31. 78838b2 mesa: Change OES_standard_derivatives to be stand-alone extension by Chad Versace · 14 years ago
  32. 1f66930 i965: Remove unnecessary headers. by Vinson Lee · 14 years ago
  33. d76f1da mesa: Add missing break statement in SARGB8 case. by Vinson Lee · 14 years ago
  34. dad914f dri_util: fail driCreateNewScreen if InitScreen is NULL by Paulo Zanoni · 14 years ago
  35. 407184f mesa/srgb: handle SARGB8 case in the sw fbo renderer. by Dave Airlie · 14 years ago
  36. 71b889f st/mesa: fix a regression from cae2bb76 by Fredrik Höglund · 14 years ago
  37. 8c8e26d mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test. by Dave Airlie · 14 years ago
  38. 31b1051 mesa: Move loop variable declarations outside for loop in extensions.c. by Vinson Lee · 14 years ago
  39. dd973cd mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT() by Brian Paul · 14 years ago
  40. 67722ae mesa: don't assert in GetIntegerIndexed, etc by Brian Paul · 14 years ago
  41. 2fa6012 mesa: fix num_draw_buffers==0 in fixed-function fragment program generation by Brian Paul · 14 years ago
  42. 30616fd st/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSED by Brian Paul · 14 years ago
  43. 356e2e9 mesa: Move declaration before code in extensions.c. by Vinson Lee · 14 years ago
  44. a7b5664 mesa: Change OES_point_sprite to depend on ARB_point_sprite by Chad Versace · 14 years ago
  45. 0391501 mesa: Change dependencies of some OES extension strings by Chad Versace · 14 years ago
  46. 19418e9 mesa: Add/remove extensions in extension string by Chad Versace · 14 years ago
  47. 9b260c3 mesa: Refactor handling of extension strings by Chad Versace · 14 years ago
  48. c3f000b i965/fs: Do flat shading when appropriate. by Eric Anholt · 14 years ago
  49. e1fb511 meta: Actually use mipmapping when generating mipmaps. by Eric Anholt · 14 years ago
  50. e880a57 i965: Clarify when we need to (re-)calculate live intervals. by Eric Anholt · 14 years ago
  51. 9351ef7 i965/vs: When MOVing to produce ABS, strip negate of the operand. by Eric Anholt · 14 years ago
  52. ab56e3b i965/fs: When producing ir_unop_abs of an operand, strip negate. by Eric Anholt · 14 years ago
  53. 4eb7284 i965: Tighten up the check for flow control interfering with coalescing. by Eric Anholt · 14 years ago
  54. 5acf94e i965: Remove dead fallback for stencil _Enabled but no stencil buffer. by Eric Anholt · 14 years ago
  55. ca89602 r600c: add evergreen ARL support. by Alberto Milone · 14 years ago
  56. 167db6d mesa: include teximage.h to silence warning by Brian Paul · 14 years ago
  57. d92e564 mesa: do a debug check of _mesa_format_to_type_and_comps() by Brian Paul · 14 years ago
  58. 0073f50 mesa: fix a few format table mistakes, assertions by Brian Paul · 14 years ago
  59. c0cdae0 i965: Use a new miptree to avoid software fallbacks due to drawing offset. by Eric Anholt · 14 years ago
  60. 6bdc319 intel: Drop the speculatively-use-firstImage-mt in validation. by Eric Anholt · 14 years ago
  61. bdc6dc1 intel: Don't relayout the texture on maxlevel change. by Eric Anholt · 14 years ago
  62. 48024fb intel: When making a new teximage miptree, make a full one. by Eric Anholt · 14 years ago
  63. bd4a2e9 meta: Don't tweak BaseLevel when doing glGenerateMipmap(). by Eric Anholt · 14 years ago
  64. 5b3eb75 Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel." by Eric Anholt · 14 years ago
  65. da0c0db i965: Add #defines for HiZ and separate stencil buffer commands. by Kenneth Graunke · 14 years ago
  66. 4b929c7 i965: Add new HiZ related bits to WM_STATE. by Kenneth Graunke · 14 years ago
  67. 1feee7b i965: Rename more #defines to 3DSTATE rather than CMD or CMD_3D. by Kenneth Graunke · 14 years ago
  68. 6c5e6cd i965: Remove unused #defines which only contain the sub-opcode. by Kenneth Graunke · 14 years ago
  69. a988ddf mesa/swrast: handle sRGB FBOs correctly (v2) by Dave Airlie · 14 years ago
  70. 31351dc Export TLS support in gl.pc. by Tom Fogal · 14 years ago
  71. 1258317 mesa: Remove GLES overlay. by Chia-I Wu · 14 years ago
  72. 231ca0e r600: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  73. c45814d r300: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  74. 7a1cdef r200: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  75. fb9c6e6 radeon: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  76. 1933e97 dri/nouveau: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  77. 45a56e4 intel: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  78. 14b36cd vbo: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  79. edc0935 st/mesa: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  80. 21750a2 mesa: Include mfeatures.h in program.c. by Vinson Lee · 14 years ago
  81. d8cfe46 mesa: Clean up header file inclusion in cpuinfo.c. by Vinson Lee · 14 years ago
  82. 29c4f95 intel: Make renderbuffer tiling choice match texture tiling choice. by Eric Anholt · 14 years ago
  83. 8f59359 intel: Use the _BaseFormat from MESA_FORMAT_* in renderbuffer setup. by Eric Anholt · 14 years ago
  84. 5df51c2 i915: Drop old checks for the settexoffset hack. by Eric Anholt · 14 years ago
  85. 372dc4c i915: Don't claim to support AL1616 when neither 830 nor 915 does it. by Eric Anholt · 14 years ago
  86. a7bf723 intel: Add a vtbl hook for determining if a format is renderable. by Eric Anholt · 14 years ago
  87. f324054 intel: expose ARB_framebuffer_object in the i915 driver. by Eric Anholt · 14 years ago
  88. 1d1ad63 i965: Avoid double-negation of immediate values in the VS. by Eric Anholt · 14 years ago
  89. 2a7380e mesa: fix an error in uniform arrays in row calculating. by Jian Zhao · 14 years ago
  90. db61b9c mesa: Directly include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  91. 7c320a8 r600c: fix up SQ setup in blit code for Ontario/NI by Alex Deucher · 14 years ago
  92. 7b97bdb r600c: add support for NI asics by Alex Deucher · 14 years ago
  93. e31defc i965: Rename various gen6 #defines to match the documentation. by Kenneth Graunke · 14 years ago
  94. 984d648 vbo: remove a redundant call to _ae_invalidate_state by Marek Olšák · 14 years ago
  95. 009cecf2 st/mesa: remove unused members in st_context by Marek Olšák · 14 years ago
  96. 58c5e78 st/mesa: optimize constant buffer uploads by Marek Olšák · 14 years ago
  97. 5adcd9c st/mesa: do sanity checks on states only in debug builds by Marek Olšák · 14 years ago
  98. 8fd8de3 mesa: fix build for NetBSD by Pierre Allegraud · 14 years ago
  99. ab564b5 mesa: Clean up header file inclusion in version.c. by Vinson Lee · 14 years ago
  100. becd980 mesa: bump version to 7.11 by Vinson Lee · 14 years ago