1. d38094b radv: Respect alignment requirements in descriptor set layouts by Tony Wasserka · 4 years ago
  2. 3b55913 radv: Clean up CreateDescriptorSetLayout by Tony Wasserka · 4 years ago
  3. 76add35 radv: Fix unaligned memory access when writing specialization map entries by Tony Wasserka · 4 years ago
  4. 984dcfc radv: Avoid calling memcpy with null pointers by Tony Wasserka · 4 years ago
  5. 0ef2f1d nir: Fix unaligned pointer access by Tony Wasserka · 4 years ago
  6. 6a9dc75 nir: Fix undefined behavior due to signed integer multiplication overflows by Tony Wasserka · 4 years ago
  7. 137d7d2 ci: move to using clang 10 for meson + clover by Dave Airlie · 4 years ago
  8. ae7189d st/mesa: pass inlinable uniforms to drivers if they requested it by Marek Olšák · 4 years ago
  9. 593517a gallium: add pipe_context::set_inlinable_constants by Marek Olšák · 4 years ago
  10. 3f1b35a nir: add new helper passes that lower uniforms to literals by Marek Olšák · 4 years ago
  11. 10a7682 util: add _mesa_set_create_u32_keys where keys are not pointers by Marek Olšák · 4 years ago
  12. 7f2ea2a panfrost: Fix fixed-function blend on Mali v6 by Boris Brezillon · 4 years ago
  13. 8389976 panfrost: XML-ify the blend descriptors by Boris Brezillon · 4 years ago
  14. ca392e8 panfrost: Rework the render target layout to use overlapping structs by Boris Brezillon · 4 years ago
  15. 713419e panfrost: Rework fixed-function blending by Boris Brezillon · 4 years ago
  16. f204404 panfrost: gen_pack: Add a no-direct-packing attribute by Boris Brezillon · 4 years ago
  17. 4205c95 panfrost: gen_pack: Support overlapping structs by Boris Brezillon · 4 years ago
  18. 3d09e26 panfrost: gen_pack: Drop support for opaque structs by Boris Brezillon · 4 years ago
  19. 01121c7 panfrost: Drop the with_opaque specifier on midgard blend desc by Boris Brezillon · 4 years ago
  20. 7bb85ea panfrost: Get rid of the with_opaque qualifier on the renderer state desc by Boris Brezillon · 4 years ago
  21. f734e67 panfrost: Adjust the renderer state definition by Boris Brezillon · 4 years ago
  22. 51331d6 panfrost: Adjust the primitive desc definition by Boris Brezillon · 4 years ago
  23. d343f23 panfrost: Adjust the draw descriptor definition by Boris Brezillon · 4 years ago
  24. 1e7d82c nir/algebraic: always lower idiv to shifts if bitops are allowed by Marek Olšák · 4 years ago
  25. 315df8d glthread: handle glInterleavedArrays by Marek Olšák · 4 years ago
  26. bd70b61 mesa: remove api_loopback to remove call indirections by Marek Olšák · 4 years ago
  27. 4bd94bd mesa: don't use GET_DISPATCH because it doesn't work with glthread by Marek Olšák · 4 years ago
  28. fd3209a clover: move tokenize function to algorithm by Serge Martin · 4 years ago
  29. ee5b46f clover/spirv: support CL_KERNEL_COMPILE_WORK_GROUP_SIZE by Karol Herbst · 4 years, 1 month ago
  30. 2bb2ba7 clover/spirv: parse arg_info by Karol Herbst · 4 years, 1 month ago
  31. 4f99826 clover: avoid adding an extra space to compiler options by Serge Martin · 4 years, 3 months ago
  32. 811b17a clover: implements notification callback on program builds by Serge Martin · 4 years, 4 months ago
  33. c04d5e7 clover: implements clGetKernelWorkGroupInfo CL_KERNEL_COMPILE_WORK_GROUP_SIZE by Serge Martin · 4 years ago
  34. aadd134 clover: add CL_KERNEL_ATTRIBUTES for clGetKernelInfo by Serge Martin · 4 years, 1 month ago
  35. ef0f8ec clover: bind sampler_t type to module::argument::sampler by Serge Martin · 4 years, 4 months ago
  36. 9aea6e3 clover: implements clGetKernelArgInfo by Serge Martin · 4 years, 4 months ago
  37. d7d66e3 clover: implements clEnqueueFillImage by Serge Martin · 4 years, 4 months ago
  38. c0f03f6 clover: implements clEnqueueMigrateMemObjects by Serge Martin · 4 years, 4 months ago
  39. 4b96eb0 etnaviv: Make sure to track different pipe_screens for different DRM device descriptions by Daniel Abrecht · 4 years ago
  40. ac16110 panfrost: Fix a warning by Boris Brezillon · 4 years ago
  41. ccb3d7d panfrost: bifrost: disassemble: Fix decoding of next_regs by Boris Brezillon · 4 years ago
  42. 19561f3 radv: remove trailing whitespace by Rhys Perry · 4 years ago
  43. 8096e0d aco: remove trailing whitespace by Rhys Perry · 4 years ago
  44. 3c5eb1f aco: more uses of nir_get_io_offset_src() by Samuel Pitoiset · 4 years ago
  45. 1211d05 aco: bail out if the NIR IO base offset isn't zero by Samuel Pitoiset · 4 years ago
  46. 9d5ec7f etnaviv: stop leaking the dummy texure descriptor BO by Lucas Stach · 4 years ago
  47. 6a44bda intel/uuid: use git-sha1/package for the driver UUID by Juan A. Suarez Romero · 4 years, 6 months ago
  48. 456fa9b iris: plumb device/driver UUID generators by Juan A. Suarez Romero · 4 years, 6 months ago
  49. e9a766a intel: split driver/device UUID generators by Juan A. Suarez Romero · 4 years ago
  50. 713386a turnip: Enable support for KHR_incremental_present by Eduardo Lima Mitev · 4 years ago
  51. 8b20540 omx/tizonia: fix build by Pierre-Eric Pelloux-Prayer · 4 years ago
  52. f5f0c01 gallium/util: remove empty file u_half.h by Marek Olšák · 4 years ago
  53. 7169795 gallium/util: remove redundant util_float_to_half_rtz by Marek Olšák · 4 years ago
  54. b42c6ff util: remove util_float_to_half and util_half_to_float wrappers by Marek Olšák · 4 years ago
  55. 24a62dd util: move util_half_to_float code into _mesa_half_to_float_slow by Marek Olšák · 4 years ago
  56. ffcdf76 util: implement F16C using inline assembly on x86_64 by Marek Olšák · 4 years ago
  57. 4c54f05 nir/constant_folding: init nir_const_value to zero by Samuel Pitoiset · 4 years ago
  58. 335132c lavapipe: drop dri,dricommon deps. by Dave Airlie · 4 years ago
  59. 9c25689 intel: drop likely/unlikely around INTEL_DEBUG by Marcin Ślusarz · 4 years ago
  60. e06da55 anv: drop likely/unlikely around INTEL_DEBUG by Marcin Ślusarz · 4 years ago
  61. 4b9e38c i965: drop likely/unlikely around INTEL_DEBUG by Marcin Ślusarz · 4 years ago
  62. e6d26fb iris: drop likely/unlikely around INTEL_DEBUG by Marcin Ślusarz · 4 years ago
  63. 4015e18 intel: add INTEL_DEBUG expected value in declaration by Marcin Ślusarz · 4 years ago
  64. bcfec61 anv: Add driconf option to disable compression for 16bpp format by Sagar Ghuge · 4 years ago
  65. 4959320 anv: Factor out dri option initialization code in separate function by Sagar Ghuge · 4 years ago
  66. 7c6f1d3 clover/nir: extract constant buffer into its own section by Karol Herbst · 4 years ago
  67. adbfff6 clover: bind constant buffer if one is provided by Karol Herbst · 4 years ago
  68. af85985 clover/util: add id_type_equals to support symbols with multiple sections by Karol Herbst · 4 years ago
  69. 7fb4ab9 driconf: Restore the ability to override driconf with the environment. by Eric Anholt · 4 years ago
  70. 455bfec driconf: Make sure that the range check on the defaults actually works. by Eric Anholt · 4 years ago
  71. 24b4a63 CI: Re-enable Panfrost T7xx CI by Daniel Stone · 4 years ago
  72. 3dc00c3 gallium/u_threaded_context: fix use-after-free in transfer_unmap by Marek Olšák · 4 years ago
  73. 706fef7 gallium/u_threaded_context: always flush asynchronously if requested by Marek Olšák · 4 years ago
  74. 28256d3 gallium/u_threaded_context: don't call memcpy in tc_set_constant_buffer by Marek Olšák · 4 years ago
  75. ed3c5fe radeonsi: implement GL_INTEL_blackhole_render by Marek Olšák · 4 years ago
  76. bad7b38 radeonsi: remove dead variable postponed_kill by Marek Olšák · 4 years ago
  77. d5575ca gallium/util: add set_frontend_noop into driver_noop and u_threaded_context by Marek Olšák · 4 years ago
  78. 72fa3372 util/idalloc: resize if ID is too large for reservation by Marek Olšák · 4 years ago
  79. 155b1b1 st/mesa: enable GL name reuse for queries based on the driconf option by Marek Olšák · 4 years ago
  80. 6f7446b driconf: enable force_glsl_extensions_warn for viewperf by Marek Olšák · 4 years ago
  81. a8b4e69 driconf: force the vendor string to NVIDIA to fix viewperf energy tests by Marek Olšák · 4 years ago
  82. 5827fe8 gl_marshal.py: inline print_sync_dispatch by Marek Olšák · 4 years ago
  83. bcd6b0c mesa: factor out layout parsing for glInterleavedArrays by Marek Olšák · 4 years ago
  84. 60825a5 nir/constant_folding: Fold load_deref of nir_var_mem_constant by Jason Ekstrand · 4 years ago
  85. 481b753 nir: Validate constant initializers by Jason Ekstrand · 4 years ago
  86. 1ada835 nir/constant_folding: Use nir_shader_instruction_pass by Jason Ekstrand · 4 years ago
  87. 9df1ff3 nir/constant_folding: Use the builder by Jason Ekstrand · 4 years ago
  88. 3b11b37 radv: remove VkPipelineCacheCreateInfo::flags assert by Mike Blumenkrantz · 4 years ago
  89. 3f3a5f3 iris: Fix a fast-clear skipping optimization by Nanley Chery · 4 years ago
  90. c416adf anv: remove VkPipelineCacheCreateInfo::flags assert by Mike Blumenkrantz · 4 years ago
  91. 9ad4b8b intel/dev: add a small non installable tool to print device info by Lionel Landwerlin · 4 years ago
  92. 61c095f zink: enable pipe caps for ARB_timer_query by Mike Blumenkrantz · 4 years, 2 months ago
  93. bb60335 zink: add pipe_context::get_timestamp hook by Mike Blumenkrantz · 4 years, 2 months ago
  94. b551ee2 zink: handle TIME_ELAPSED queries by Mike Blumenkrantz · 4 years, 1 month ago
  95. 7a40b73 zink: handle timestamp queries by Mike Blumenkrantz · 4 years, 2 months ago
  96. 79f3544 intel/perf: fix crash when no perf queries are supported by Lionel Landwerlin · 4 years ago
  97. 82563b6 util: drop non-posix header fnmatch by Michel Zou · 4 years ago
  98. f0707e9 CI: Disable Panfrost T7xx CI by Daniel Stone · 4 years ago
  99. 2b977ad xmlconfig: fix scandir_filter by Mike Blumenkrantz · 4 years ago
  100. a0c13c9 spirv: Make the clc_shader const by Jason Ekstrand · 4 years ago