1. 51331d6 panfrost: Adjust the primitive desc definition by Boris Brezillon · 4 years ago
  2. d343f23 panfrost: Adjust the draw descriptor definition by Boris Brezillon · 4 years ago
  3. 1e7d82c nir/algebraic: always lower idiv to shifts if bitops are allowed by Marek Olšák · 4 years ago
  4. 315df8d glthread: handle glInterleavedArrays by Marek Olšák · 4 years ago
  5. bd70b61 mesa: remove api_loopback to remove call indirections by Marek Olšák · 4 years ago
  6. 4bd94bd mesa: don't use GET_DISPATCH because it doesn't work with glthread by Marek Olšák · 4 years ago
  7. fd3209a clover: move tokenize function to algorithm by Serge Martin · 4 years ago
  8. ee5b46f clover/spirv: support CL_KERNEL_COMPILE_WORK_GROUP_SIZE by Karol Herbst · 4 years, 1 month ago
  9. 2bb2ba7 clover/spirv: parse arg_info by Karol Herbst · 4 years, 1 month ago
  10. 4f99826 clover: avoid adding an extra space to compiler options by Serge Martin · 4 years, 4 months ago
  11. 811b17a clover: implements notification callback on program builds by Serge Martin · 4 years, 5 months ago
  12. c04d5e7 clover: implements clGetKernelWorkGroupInfo CL_KERNEL_COMPILE_WORK_GROUP_SIZE by Serge Martin · 4 years ago
  13. aadd134 clover: add CL_KERNEL_ATTRIBUTES for clGetKernelInfo by Serge Martin · 4 years, 1 month ago
  14. ef0f8ec clover: bind sampler_t type to module::argument::sampler by Serge Martin · 4 years, 5 months ago
  15. 9aea6e3 clover: implements clGetKernelArgInfo by Serge Martin · 4 years, 5 months ago
  16. d7d66e3 clover: implements clEnqueueFillImage by Serge Martin · 4 years, 5 months ago
  17. c0f03f6 clover: implements clEnqueueMigrateMemObjects by Serge Martin · 4 years, 5 months ago
  18. 4b96eb0 etnaviv: Make sure to track different pipe_screens for different DRM device descriptions by Daniel Abrecht · 4 years, 1 month ago
  19. ac16110 panfrost: Fix a warning by Boris Brezillon · 4 years ago
  20. ccb3d7d panfrost: bifrost: disassemble: Fix decoding of next_regs by Boris Brezillon · 4 years ago
  21. 19561f3 radv: remove trailing whitespace by Rhys Perry · 4 years ago
  22. 8096e0d aco: remove trailing whitespace by Rhys Perry · 4 years ago
  23. 3c5eb1f aco: more uses of nir_get_io_offset_src() by Samuel Pitoiset · 4 years ago
  24. 1211d05 aco: bail out if the NIR IO base offset isn't zero by Samuel Pitoiset · 4 years ago
  25. 9d5ec7f etnaviv: stop leaking the dummy texure descriptor BO by Lucas Stach · 4 years, 1 month ago
  26. 6a44bda intel/uuid: use git-sha1/package for the driver UUID by Juan A. Suarez Romero · 4 years, 7 months ago
  27. 456fa9b iris: plumb device/driver UUID generators by Juan A. Suarez Romero · 4 years, 6 months ago
  28. e9a766a intel: split driver/device UUID generators by Juan A. Suarez Romero · 4 years ago
  29. 713386a turnip: Enable support for KHR_incremental_present by Eduardo Lima Mitev · 4 years, 1 month ago
  30. 8b20540 omx/tizonia: fix build by Pierre-Eric Pelloux-Prayer · 4 years ago
  31. f5f0c01 gallium/util: remove empty file u_half.h by Marek Olšák · 4 years, 1 month ago
  32. 7169795 gallium/util: remove redundant util_float_to_half_rtz by Marek Olšák · 4 years, 1 month ago
  33. b42c6ff util: remove util_float_to_half and util_half_to_float wrappers by Marek Olšák · 4 years, 1 month ago
  34. 24a62dd util: move util_half_to_float code into _mesa_half_to_float_slow by Marek Olšák · 4 years, 1 month ago
  35. ffcdf76 util: implement F16C using inline assembly on x86_64 by Marek Olšák · 4 years, 1 month ago
  36. 4c54f05 nir/constant_folding: init nir_const_value to zero by Samuel Pitoiset · 4 years ago
  37. 335132c lavapipe: drop dri,dricommon deps. by Dave Airlie · 4 years ago
  38. 9c25689 intel: drop likely/unlikely around INTEL_DEBUG by Marcin Ślusarz · 4 years, 1 month ago
  39. e06da55 anv: drop likely/unlikely around INTEL_DEBUG by Marcin Ślusarz · 4 years, 1 month ago
  40. 4b9e38c i965: drop likely/unlikely around INTEL_DEBUG by Marcin Ślusarz · 4 years, 1 month ago
  41. e6d26fb iris: drop likely/unlikely around INTEL_DEBUG by Marcin Ślusarz · 4 years, 1 month ago
  42. 4015e18 intel: add INTEL_DEBUG expected value in declaration by Marcin Ślusarz · 4 years, 1 month ago
  43. bcfec61 anv: Add driconf option to disable compression for 16bpp format by Sagar Ghuge · 4 years, 1 month ago
  44. 4959320 anv: Factor out dri option initialization code in separate function by Sagar Ghuge · 4 years, 1 month ago
  45. 7c6f1d3 clover/nir: extract constant buffer into its own section by Karol Herbst · 4 years, 1 month ago
  46. adbfff6 clover: bind constant buffer if one is provided by Karol Herbst · 4 years, 1 month ago
  47. af85985 clover/util: add id_type_equals to support symbols with multiple sections by Karol Herbst · 4 years, 1 month ago
  48. 7fb4ab9 driconf: Restore the ability to override driconf with the environment. by Eric Anholt · 4 years ago
  49. 455bfec driconf: Make sure that the range check on the defaults actually works. by Eric Anholt · 4 years ago
  50. 24b4a63 CI: Re-enable Panfrost T7xx CI by Daniel Stone · 4 years ago
  51. 3dc00c3 gallium/u_threaded_context: fix use-after-free in transfer_unmap by Marek Olšák · 4 years ago
  52. 706fef7 gallium/u_threaded_context: always flush asynchronously if requested by Marek Olšák · 4 years ago
  53. 28256d3 gallium/u_threaded_context: don't call memcpy in tc_set_constant_buffer by Marek Olšák · 4 years ago
  54. ed3c5fe radeonsi: implement GL_INTEL_blackhole_render by Marek Olšák · 4 years ago
  55. bad7b38 radeonsi: remove dead variable postponed_kill by Marek Olšák · 4 years, 1 month ago
  56. d5575ca gallium/util: add set_frontend_noop into driver_noop and u_threaded_context by Marek Olšák · 4 years ago
  57. 72fa3372 util/idalloc: resize if ID is too large for reservation by Marek Olšák · 4 years ago
  58. 155b1b1 st/mesa: enable GL name reuse for queries based on the driconf option by Marek Olšák · 4 years ago
  59. 6f7446b driconf: enable force_glsl_extensions_warn for viewperf by Marek Olšák · 4 years ago
  60. a8b4e69 driconf: force the vendor string to NVIDIA to fix viewperf energy tests by Marek Olšák · 4 years ago
  61. 5827fe8 gl_marshal.py: inline print_sync_dispatch by Marek Olšák · 4 years ago
  62. bcd6b0c mesa: factor out layout parsing for glInterleavedArrays by Marek Olšák · 4 years ago
  63. 60825a5 nir/constant_folding: Fold load_deref of nir_var_mem_constant by Jason Ekstrand · 4 years, 1 month ago
  64. 481b753 nir: Validate constant initializers by Jason Ekstrand · 4 years ago
  65. 1ada835 nir/constant_folding: Use nir_shader_instruction_pass by Jason Ekstrand · 4 years ago
  66. 9df1ff3 nir/constant_folding: Use the builder by Jason Ekstrand · 4 years ago
  67. 3b11b37 radv: remove VkPipelineCacheCreateInfo::flags assert by Mike Blumenkrantz · 4 years ago
  68. 3f3a5f3 iris: Fix a fast-clear skipping optimization by Nanley Chery · 4 years ago
  69. c416adf anv: remove VkPipelineCacheCreateInfo::flags assert by Mike Blumenkrantz · 4 years ago
  70. 9ad4b8b intel/dev: add a small non installable tool to print device info by Lionel Landwerlin · 4 years ago
  71. 61c095f zink: enable pipe caps for ARB_timer_query by Mike Blumenkrantz · 4 years, 3 months ago
  72. bb60335 zink: add pipe_context::get_timestamp hook by Mike Blumenkrantz · 4 years, 3 months ago
  73. b551ee2 zink: handle TIME_ELAPSED queries by Mike Blumenkrantz · 4 years, 2 months ago
  74. 7a40b73 zink: handle timestamp queries by Mike Blumenkrantz · 4 years, 3 months ago
  75. 79f3544 intel/perf: fix crash when no perf queries are supported by Lionel Landwerlin · 4 years ago
  76. 82563b6 util: drop non-posix header fnmatch by Michel Zou · 4 years ago
  77. f0707e9 CI: Disable Panfrost T7xx CI by Daniel Stone · 4 years ago
  78. 2b977ad xmlconfig: fix scandir_filter by Mike Blumenkrantz · 4 years ago
  79. a0c13c9 spirv: Make the clc_shader const by Jason Ekstrand · 4 years ago
  80. e33f9db turnip/kgsl: Add strerror decode in BO init failure. by Eric Anholt · 4 years ago
  81. 5d3aeaf turnip: Report device loss through _mesa_loge() instead of fprintf. by Eric Anholt · 4 years ago
  82. 50f25da turnip: Always enable TU_DEBUG=startup on debug drivers. by Eric Anholt · 4 years ago
  83. a4d9a9d1 turnip: Extend the coverage of TU_DEBUG=startup. by Eric Anholt · 4 years, 1 month ago
  84. 80869f0 turnip: Mark the vk_errorf helper as bring printflike. by Eric Anholt · 4 years ago
  85. 01de452 turnip: Use mesa's normal PRINTFLIKE macro instead of our own. by Eric Anholt · 4 years, 1 month ago
  86. a7bc2f8 turnip: Don't expose VK_ANDROID_native_buffer on non-Android. by Eric Anholt · 4 years ago
  87. d82826a anv: Implement VK_EXT_transform_feedback on Gen7 by Jason Ekstrand · 4 years ago
  88. 9831888 android: panfrost: use python3 for generated sources rules by Mauro Rossi · 4 years ago
  89. 2792117 android: pan/bi: Use new disassembler (v2) by Mauro Rossi · 4 years ago
  90. 8163c81 turnip: implement timestamp fences/semaphores for kgsl backend by Jonathan Marek · 4 years ago
  91. 462d623 broadcom/simulator: update to a newer simulator by Alejandro Piñeiro · 4 years ago
  92. e3b814d zink: hook up driconf by Mike Blumenkrantz · 4 years ago
  93. f984654 ac/nir,radv: fix invalid IR when loading inline uniform blocks by Samuel Pitoiset · 4 years ago
  94. 9badadf radv: remove dead deref code in the shader info pass by Samuel Pitoiset · 4 years ago
  95. bc099b8 radv: remove unused gs.writes_memory in the shader info pass by Samuel Pitoiset · 4 years ago
  96. 9896337 ac,radv,radeonsi: remove unused parameters in the shader ABI IO by Samuel Pitoiset · 4 years ago
  97. b7f9940 radeonsi: remove dead code in TCS/TES/GS since const_index is always 0 by Samuel Pitoiset · 4 years ago
  98. e3296e0 ac/nir: remove dead shader IO code by Samuel Pitoiset · 4 years ago
  99. 456f63e ac/nir: remove dead global load/store/atomic derefs code by Samuel Pitoiset · 4 years ago
  100. 6b0695c radv/llvm: enable lower_unpack_half_2x16 by Samuel Pitoiset · 4 years ago