1. 20ff1f9 mesa: add client_wait_sync() helper by Samuel Pitoiset · 7 years ago
  2. 78d3510 mesa: add KHR_no_error support for glCheckFramebufferStatus() by Samuel Pitoiset · 7 years ago
  3. b87a2cb mesa: add KHR_no_error support for gl*Renderbuffers() by Samuel Pitoiset · 7 years ago
  4. beb74c9 mesa: prepare create_render_buffers() for KHR_no_error support by Samuel Pitoiset · 7 years ago
  5. 836b48a mesa: add KHR_no_error support for gl*ProgramPipelines() by Samuel Pitoiset · 7 years ago
  6. 89510d2 mesa: prepare create_program_pipelines() for KHR_no_error support by Samuel Pitoiset · 7 years ago
  7. 18e31bb mesa: add KHR_no_error support for gl*Samplers() by Samuel Pitoiset · 7 years ago
  8. 455b1a3 mesa: prepare create_samplers() helper for KHR_no_error support by Samuel Pitoiset · 7 years ago
  9. 56f4288 mesa: add KHR_no_error support for gl*Textures() by Samuel Pitoiset · 7 years ago
  10. ab6d383 mesa: prepare create_textures() helper for KHR_no_error support by Samuel Pitoiset · 7 years ago
  11. 821b806 mesa: fix an error message in create_textures() by Samuel Pitoiset · 7 years ago
  12. 7c02267 mesa: add KHR_no_error support for gl*Buffers() by Samuel Pitoiset · 7 years ago
  13. 064bb74 mesa: prepare create_buffers() helper for KHR_no_error support by Samuel Pitoiset · 7 years ago
  14. 50f9f51 mesa: add KHR_no_error support for glBindTextureUnit() by Samuel Pitoiset · 7 years ago
  15. 81968cb mesa: add bind_texture_unit() helper by Samuel Pitoiset · 7 years ago
  16. 3561d93 mesa: add KHR_no_error support for glDepthRangeIndexed() by Samuel Pitoiset · 7 years ago
  17. 9628282 mesa: add KHR_no_error support for glDepthFunc() by Samuel Pitoiset · 7 years ago
  18. bbc0383 mesa: add depth_func() helper by Samuel Pitoiset · 7 years ago
  19. eaa4771 mesa: add KHR_no_error support for glFrontFace() by Samuel Pitoiset · 7 years ago
  20. d77ad9d mesa: add front_face() helper by Samuel Pitoiset · 7 years ago
  21. d700ade mesa: add KHR_no_error support for glCullFace() by Samuel Pitoiset · 7 years ago
  22. ac92b75 mesa: add cull_face() helper by Samuel Pitoiset · 7 years ago
  23. 03dc92a mesa: add KHR_no_error support for glCreateShader() and glCreateShaderObjectARB() by Samuel Pitoiset · 7 years ago
  24. c1782e4 mesa: rename create_shader() to create_shader_err() by Samuel Pitoiset · 7 years ago
  25. 868c9c2 mesa: pass the 'caller' function to create_shader() by Samuel Pitoiset · 7 years ago
  26. 8863996 mesa: add KHR_no_error support for glAttachShader() and glAttachObjectARB() by Samuel Pitoiset · 7 years ago
  27. f04a5b4 mesa: rename attach_shader() to attach_shader_err() by Samuel Pitoiset · 7 years ago
  28. 3ae7777 mesa: pass the 'caller' function to attach_shader() by Samuel Pitoiset · 7 years ago
  29. c26be2b mapi: Enable assembly language API acceleration for PPC64LE (V2) by Ben Crocker · 7 years ago
  30. 74db56b i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D() by Chad Versace · 7 years ago
  31. a198322 mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2] by Chad Versace · 7 years ago
  32. 4a10d61 radeonsi: move instance divisors into a constant buffer by Marek Olšák · 7 years ago
  33. aef998f radeonsi: check nr_cbufs in other places before flushing CB by Marek Olšák · 7 years ago
  34. f9a7e7f radeonsi: use #pragma pack to pack si_shader_key by Marek Olšák · 7 years ago
  35. 77d2a98 Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs" by Marek Olšák · 7 years ago
  36. dbe45e1 Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inputs_to_copy" by Marek Olšák · 7 years ago
  37. 984f7fe mesa: optimize GL_PRIMITIVE_RESTART_NV more by Marek Olšák · 7 years ago
  38. bcf5d5c mesa: fix clip plane enable breakage by Marek Olšák · 7 years ago
  39. fad0b47 radeon/vcn: enable h264 decode entension support by Leo Liu · 7 years ago
  40. b2e78e7 svga: clean up format_cap_table by Charmaine Lee · 7 years ago
  41. 122ca27 svga: fix the default devcap for SVGA3D_Z_D24S8_INT by Charmaine Lee · 7 years ago
  42. eea6223 svga: create buffer surfaces for incompatible bind flags by Charmaine Lee · 8 years ago
  43. 7abfb0b svga: do not unconditionally enable streamout bind flag by Charmaine Lee · 8 years ago
  44. b549f5e svga: pass tobind_flags to svga_buffer_handle by Charmaine Lee · 7 years ago
  45. 4a79b50 svga: pass bind_flags to surface create functions by Charmaine Lee · 8 years ago
  46. ce60878 pipe_loader_sw: fix compilation warning by Brian Paul · 7 years ago
  47. b3eda74 mesa: add missing include by Eric Engestrom · 7 years ago
  48. 3e0d54d i965: perf: add support for Geminilake by Lionel Landwerlin · 7 years ago
  49. 9a50fc7 i965: perf: add support for Kabylake by Lionel Landwerlin · 8 years ago
  50. 8ff086f i965: perf: use gen_device_info rather then brw_context by Lionel Landwerlin · 8 years ago
  51. e277ff4 i965: perf: ensure isolated timer reports while idle don't confuse filtering by Robert Bragg · 8 years ago
  52. 31b11f6 i965: perf: keep on reading reports until delimiting timestamp by Lionel Landwerlin · 8 years ago
  53. 1fc7b95 i965: Add Gen8+ INTEL_performance_query support by Robert Bragg · 9 years ago
  54. 243909d i965: Add XML OA metric sets for Gen8+ by Robert Bragg · 9 years ago
  55. e74972a i965: Add Gen8+ sys_vars for generated OA code by Robert Bragg · 8 years ago
  56. 7dd20bc anv/i965: drop libdrm_intel dependency completely by Lionel Landwerlin · 7 years ago
  57. 3c50ebc i915: use different CFLAGS/LIBS variables than i965/anv by Lionel Landwerlin · 7 years ago
  58. 230691b aubinator: import intel_aub.h from libdrm by Lionel Landwerlin · 8 years ago
  59. adafe4b i965: perf: minimize the chances to spread queries across batchbuffers by Lionel Landwerlin · 7 years ago
  60. 7ee409d nir: implement GLSL.std.450 NMax, NMIn and NClamp operations by Juan A. Suarez Romero · 7 years ago
  61. b5ae17f nir: add support for 64-bit in SmoothStep function by Juan A. Suarez Romero · 7 years ago
  62. 4195a94 nir: sge operation is defined for floating-point types by Juan A. Suarez Romero · 7 years ago
  63. b3bf453 i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode() by Topi Pohjolainen · 7 years ago
  64. fbcc955 intel/anv: Add missing break in anv_CreateDevice() by Topi Pohjolainen · 7 years ago
  65. 2ce126d ac/nir: convert emit helpers to ac_llvm_context by Nicolai Hähnle · 7 years ago
  66. 58d496c ac/nir: remove unused nir_to_llvm_context::has_ddxy by Nicolai Hähnle · 7 years ago
  67. 6ecef25 ac/nir: implement nir_op_f2b by Nicolai Hähnle · 7 years ago
  68. dacf73e ac/nir: implement nir_op_{b2i,i2b} by Nicolai Hähnle · 7 years ago
  69. 77d7764 ac/nir: convert type helpers to ac_llvm_context by Nicolai Hähnle · 7 years ago
  70. b7bd491 ac/llvm: fix type of second llvm.cttz.* parameter by Nicolai Hähnle · 7 years ago
  71. e8ba03d ac/shader_info: fix a comment by Nicolai Hähnle · 7 years ago
  72. edfd3be ac: add ac_llvm_context::v8i32 by Nicolai Hähnle · 7 years ago
  73. 331a574 ac: add ac_llvm_context::{i,f}32_{0,1} by Nicolai Hähnle · 7 years ago
  74. 7bf8c94 ac: add ac_llvm_context::{i16, i64, f16, f64} by Nicolai Hähnle · 8 years ago
  75. 4a79f2b nv50/ir: fix combineLd/St to update existing records as necessary by Ilia Mirkin · 7 years ago
  76. 7d56ae5 nv50/ir: adjust overlapping logic to take fileIndex-relative offsets by Ilia Mirkin · 7 years ago
  77. 55a8c11 nv50/ir: VFETCH is also considered a load for MemoryOpt by Ilia Mirkin · 7 years ago
  78. c12f830 nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clear by Ilia Mirkin · 7 years ago
  79. 8c02ee4 nv50/ir: fetch indirect sources BEFORE the op that uses them by Ilia Mirkin · 7 years ago
  80. 9545139 mesa: skip FLUSH_VERTICES() if no samplers were changed by Timothy Arceri · 7 years ago
  81. 191ff86 mesa: don't set _NEW_PROGRAM_CONSTANTS for non-bindless opaque uniforms by Timothy Arceri · 7 years ago
  82. c4291a3 Android: add renderonly files to libmesa_gallium by Rob Herring · 7 years ago
  83. a00a277 mesa: add KHR_no_error support for glCopyTexImage*D() by Timothy Arceri · 7 years ago
  84. 8bf02ef mesa: add no error support to copyteximage() by Timothy Arceri · 7 years ago
  85. 167f6a3 mesa: create copyteximage_err() helper and always inline copyteximage() by Timothy Arceri · 7 years ago
  86. 8b9eccc mesa: tidy up copyteximage() by Timothy Arceri · 7 years ago
  87. f73c63a i915: On Gen <= 3 there are no array textures by Ian Romanick · 7 years ago
  88. 122e6dc i915: On Gen <= 3 there is no W-tiling by Ian Romanick · 7 years ago
  89. 97d332c i915: Remove unused fields intel_mipmap_tree::logical_(width|height|depth)0 by Ian Romanick · 7 years ago
  90. ca8e8d5 i915: Remove unused field intel_mipmap_tree::array_spacing_lod0 by Ian Romanick · 7 years ago
  91. e5a632a i915: On Gen <= 3 there is no multisampling by Ian Romanick · 7 years ago
  92. 7b7a0ba i915: Trivial code reformatting by Ian Romanick · 7 years ago
  93. b089810 i915,i965: Don't condition use of GLSL clear on the current API by Ian Romanick · 7 years ago
  94. 7719f52 mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D() by Timothy Arceri · 7 years ago
  95. b480211 mesa: add copy_texture_sub_image_no_error() helper by Timothy Arceri · 7 years ago
  96. 3034c4c mesa: remove redundant NULL check by Timothy Arceri · 7 years ago
  97. c7f7a37 mesa: create copy_texture_sub_image_err() helper by Timothy Arceri · 7 years ago
  98. 45498af mesa: make _mesa_copy_texture_sub_image() static by Timothy Arceri · 7 years ago
  99. bc0af44 mesa: add KHR_no_error support for gl{Compressed}TexImage*D() by Timothy Arceri · 7 years ago
  100. 51f4ebd mesa: add no error support to teximage() by Timothy Arceri · 7 years ago