1. 21f3df0 mesa/teximage: fix GL_FLOAT in comment by Ilia Mirkin · 8 years ago
  2. 8c628ab glsl: make max array trackers ints and use -1 as base. (v2) by Dave Airlie · 8 years ago
  3. 82d756f mesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried with ES geometry by Ilia Mirkin · 8 years ago
  4. 2dabd49 mesa: allow xfb to be active in GLES when geometry shader is enabled. by Ilia Mirkin · 8 years ago
  5. 2e8e1e8 main: check driver float texture support before upgrading to 16F/32F by Ilia Mirkin · 8 years ago
  6. 1c1873b mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED). by Kenneth Graunke · 8 years ago
  7. 6f2dc0d subroutines: handle explicit indexes properly by Dave Airlie · 8 years ago
  8. 5fe9128 mesa/subroutines: fix reset on bindpipeline by Dave Airlie · 8 years ago
  9. 7fa0250 mesa/subroutines: count number subroutines properly. by Dave Airlie · 8 years ago
  10. 22db9b1 mesa/subroutines: don't generate error in GetSubroutineIndex. by Dave Airlie · 8 years ago
  11. ba3414d arb_shader_subroutine: check active subroutine limit by Dave Airlie · 9 years ago
  12. 62c728f mesa/queryobject: return INVALID_VALUE if offset < 0 (v2) by Dave Airlie · 8 years ago
  13. bdc9c20 mesa: Unlock mutex on error path. by Matt Turner · 8 years ago
  14. 47fbe17 mesa: Call TransformFeedback driver hooks before setting flags. by Kenneth Graunke · 8 years ago
  15. 015f220 mesa: Replace uses of Shared->Mutex with hash-table mutexes by Matt Turner · 9 years ago
  16. aded116 hash: Add _mesa_HashRemoveLocked() function. by Matt Turner · 9 years ago
  17. caab3cd mesa: fclose() filename on error. by Matt Turner · 8 years ago
  18. 1d628ea mesa: Don't advertise GLES 3.1 without compute support by Daniel Scharrer · 9 years ago
  19. 30e437b mesa/version.c: enable cull distance in version check. by Dave Airlie · 8 years ago
  20. eb18fea mesa/main: Add support for GL_ARB_cull_distance (v2) by Tobias Klausmann · 8 years ago
  21. 07df3b8 mesa: move MESA_MAP_NOWAIT_BIT up away from GL_MAP_PERSISTENT_BIT by Dave Airlie · 8 years ago
  22. 2d41eb3 mesa/objectlabel: don't return info on genned but never bound textures. by Dave Airlie · 8 years ago
  23. bbc6a27 mesa: don't use genned but unnamed xfb objects. by Dave Airlie · 8 years ago
  24. 2e2aa99 mesa/compute: Fix indirect dispatch buffer size check on 32-bit systems by Jordan Justen · 8 years ago
  25. 920d78a mesa/shader_query: add missing subroutines cases by Dave Airlie · 8 years ago
  26. bdad139 mesa/main: fix another undefined left shift by Nicolai Hähnle · 8 years ago
  27. 3e1cf8b mesa/main: define _NEW_xxx flags as unsigned shifts by Nicolai Hähnle · 8 years ago
  28. 76a36ac mesa/ubo: add missing compute cases for ubo/atomic buffers by Dave Airlie · 8 years ago
  29. 2dd3fc3 mesa/compute: drop pointless casts. by Dave Airlie · 8 years ago
  30. 76a423e mesa: remove null check before free by Thomas Hindoe Paaboel Andersen · 8 years ago
  31. 54d203a mesa: include texture format in glGenerateMipmap error message by Brian Paul · 8 years ago
  32. a62f031 main: uses casts to silence some _mesa_debug() format warnings by Brian Paul · 8 years ago
  33. 9798905 mesa/main: handle double uniform matrices properly by Juan A. Suarez Romero · 9 years ago
  34. 0af8a7d mesa/objectlabel: handle NULL src string by Mark Janes · 8 years ago
  35. 63432eb mesa: Enable translation between astc 3d gl formats and mesa formats by Anuj Phogat · 9 years ago
  36. 54cac7a mesa: Handle astc 3d formats in _mesa_get_compressed_formats() by Anuj Phogat · 9 years ago
  37. dcfea1d mesa: Handle astc 3d formats in _mesa_base_tex_format() by Anuj Phogat · 9 years ago
  38. cf85ef1 mesa: Account for astc 3d formats in _mesa_is_astc_format() by Anuj Phogat · 9 years ago
  39. 38cd814 mesa: Add a helper function is_astc_3d_format() by Anuj Phogat · 9 years ago
  40. 72dfe02 mesa: Add the missing defines for GL_OES_texture_compression_astc by Anuj Phogat · 9 years ago
  41. 57451e0 mesa: Align the values of #define's in glheader.h by Anuj Phogat · 9 years ago
  42. 0306110 mesa: Add OES_texture_compression_astc to extension table and gl_extensions by Anuj Phogat · 9 years ago
  43. 059f36c mesa: Add entries for astc 3d formats initializing struct gl_format_info by Anuj Phogat · 9 years ago
  44. 705216d mesa: Add mesa formats for astc 3d formats by Anuj Phogat · 9 years ago
  45. 63a7a9d mesa: Account for block depth in _mesa_format_image_size() by Anuj Phogat · 9 years ago
  46. 87bf66d mesa: Handle 3d block sizes in _mesa_compute_compressed_pixelstore by Anuj Phogat · 9 years ago
  47. 84a4484 mesa: Handle 3d block sizes in teximage error checks by Anuj Phogat · 9 years ago
  48. ec60b3d mesa: Handle 3d block sizes in getteximage error checks by Anuj Phogat · 9 years ago
  49. 5713461 mesa: Add an assert for BlockDepth in _mesa_get_format_block_size() by Anuj Phogat · 9 years ago
  50. 9163c37 mesa: Add a helper function to query 3D block sizes by Anuj Phogat · 9 years ago
  51. 6abb1b4 mesa: Add block depth field in struct gl_format_info by Anuj Phogat · 9 years ago
  52. c4a0cd4 mesa/copyimage: make sure number of samples match. by Dave Airlie · 8 years ago
  53. 5989a29 mesa/objectlabel: don't do memcpy if bufSize is 0 (v2) by Dave Airlie · 8 years ago
  54. 30823f9 mesa/textureview: move error checks up higher by Dave Airlie · 8 years ago
  55. f982e24 mesa: add LOCATION_COMPONENT support to GetProgramResourceiv by Timothy Arceri · 9 years ago
  56. 595d56c glShaderSource must not change compile status. by Jamey Sharp · 9 years ago
  57. d53cf1e mesa: simplify _mesa_Lightfv by Thomas Faller · 8 years ago
  58. 2655265 mesa: Fix indirect draw buffer size check on 32-bit systems. by Kenneth Graunke · 9 years ago
  59. f365488 mesa: improve comment on _mesa_check_disallowed_mapping(), return bool by Brian Paul · 9 years ago
  60. 12c43a3 mesa: Try to fix CopyTex[Sub]Image of stencil textures. by Kenneth Graunke · 9 years ago
  61. 027c6c1 mesa: Disallow CopyTexSubImage on stencil formats in ES. by Kenneth Graunke · 9 years ago
  62. 12da8bb mesa/main: removing double semi-colons by Jakob Sinclair · 9 years ago
  63. 4965c5b glsl: add ability to use essl 3.20 by Ilia Mirkin · 9 years ago
  64. fa8c0cc main: select ES3.2 version when all extensions are available by Ilia Mirkin · 9 years ago
  65. 50b82ec mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORM by Jordan Justen · 9 years ago
  66. 19948f1 mesa/formats: Take luminance into account in component count by Topi Pohjolainen · 9 years ago
  67. 696d8ff mesa/texstore: Use Driver.CompressedTexSubImage in the default CompressedTexImage by Nanley Chery · 9 years ago
  68. d1c89f6 mesa: Change an error code in glSamplerParameterI[iu]v(). by Kenneth Graunke · 9 years ago
  69. 285dc05 mesa: Expose the ARB_robust_buffer_access_behavior extension. by Bas Nieuwenhuizen · 9 years ago
  70. aad8707 main: rework the compatibility check of visuals in glXMakeCurrent by Miklós Máté · 9 years ago
  71. 7279098 mesa: Use STATIC_ASSERT whenever possible. by Jose Fonseca · 9 years ago
  72. b40375a mesa: Add comment to framebuffer_parameteri() by Edward O'Callaghan · 9 years ago
  73. 7ef57aa mesa: remove unused IsShaderStorage field by Timothy Arceri · 9 years ago
  74. f1293b2 glsl: fully split apart buffer block arrays by Timothy Arceri · 9 years ago
  75. f9b8b48 mesa/get: fix MAX_GEOMETRY_SHADER_STORAGE_BLOCKS by Dave Airlie · 9 years ago
  76. d76e1cd mesa: expose EXT_base_instance in ES3 contexts by Ilia Mirkin · 9 years ago
  77. 807e2c2 mesa: expose EXT_polygon_offset_clamp in ES contexts by Ilia Mirkin · 9 years ago
  78. d50ffb5 mesa: add always-false-for-now enables for GL 4.3, 4.4, 4.5. by Ilia Mirkin · 9 years ago
  79. 1708e24 mesa: add ES3_1_compatibility extension enable by Ilia Mirkin · 9 years ago
  80. 1265e1c glsl: store stage reference in gl_uniform_block by Timothy Arceri · 9 years ago
  81. 94ed482 glsl: Fix prorgram interface query locations biasing for SSO. by Kenneth Graunke · 9 years ago
  82. c123294 glsl: Return -1 for program interface query locations in many cases. by Kenneth Graunke · 9 years ago
  83. 9fe211b glsl: Consolidate gl_VertexIDMESA -> gl_VertexID query hacks. by Kenneth Graunke · 9 years ago
  84. 98c22c0 glsl: Add all system variables to the input resource list. by Kenneth Graunke · 9 years ago
  85. 15cd3eb mesa: Make _mesa_choose_tex_format() handle stencil textures. by Kenneth Graunke · 9 years ago
  86. e0e1683 mesa: add GL_OES/EXT_draw_buffers_indexed support by Ilia Mirkin · 9 years ago
  87. a94d8d5 mesa: add GL_EXT_copy_image support by Ilia Mirkin · 9 years ago
  88. ebdb534 mesa: add GL_OES_copy_image support by Ilia Mirkin · 9 years ago
  89. 571f538 mesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS entry by Ilia Mirkin · 9 years ago
  90. 3002296 mesa: add GL_OES_shader_multisample_interpolation support by Ilia Mirkin · 9 years ago
  91. 411a88a mesa: add GL_OES_sample_shading support by Ilia Mirkin · 9 years ago
  92. 6a8ca85 mesa: add OES_sample_variables to extension table, add enable bit by Ilia Mirkin · 9 years ago
  93. c5704bb mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interface by Timothy Arceri · 9 years ago
  94. 9e31727 mesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER_INDEX by Timothy Arceri · 9 years ago
  95. 51142e7 mesa: add support to query GL_OFFSET for GL_TRANSFORM_FEEDBACK_VARYING by Timothy Arceri · 9 years ago
  96. 047139e mesa: rename tranform feeback varying macro XFB to XFV by Timothy Arceri · 9 years ago
  97. 8120e86 glsl: validate global out xfb_stride qualifiers and set stride on empty buffers by Timothy Arceri · 9 years ago
  98. cf039a3 mesa: split transform feedback buffer into its own struct by Timothy Arceri · 9 years ago
  99. 258299d glsl: use bitmask of active xfb buffer indices by Timothy Arceri · 9 years ago
  100. 553e37a mesa: allow mutable buffer textures to back GL ES images by Ilia Mirkin · 9 years ago