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