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