1. a4d9a9d1 turnip: Extend the coverage of TU_DEBUG=startup. by Eric Anholt · 4 years, 1 month ago
  2. 80869f0 turnip: Mark the vk_errorf helper as bring printflike. by Eric Anholt · 4 years ago
  3. 01de452 turnip: Use mesa's normal PRINTFLIKE macro instead of our own. by Eric Anholt · 4 years, 1 month ago
  4. a7bc2f8 turnip: Don't expose VK_ANDROID_native_buffer on non-Android. by Eric Anholt · 4 years, 1 month ago
  5. d82826a anv: Implement VK_EXT_transform_feedback on Gen7 by Jason Ekstrand · 4 years ago
  6. 9831888 android: panfrost: use python3 for generated sources rules by Mauro Rossi · 4 years ago
  7. 2792117 android: pan/bi: Use new disassembler (v2) by Mauro Rossi · 4 years ago
  8. 8163c81 turnip: implement timestamp fences/semaphores for kgsl backend by Jonathan Marek · 4 years ago
  9. 462d623 broadcom/simulator: update to a newer simulator by Alejandro Piñeiro · 4 years, 1 month ago
  10. e3b814d zink: hook up driconf by Mike Blumenkrantz · 4 years, 1 month ago
  11. f984654 ac/nir,radv: fix invalid IR when loading inline uniform blocks by Samuel Pitoiset · 4 years, 1 month ago
  12. 9badadf radv: remove dead deref code in the shader info pass by Samuel Pitoiset · 4 years, 1 month ago
  13. bc099b8 radv: remove unused gs.writes_memory in the shader info pass by Samuel Pitoiset · 4 years, 1 month ago
  14. 9896337 ac,radv,radeonsi: remove unused parameters in the shader ABI IO by Samuel Pitoiset · 4 years, 1 month ago
  15. b7f9940 radeonsi: remove dead code in TCS/TES/GS since const_index is always 0 by Samuel Pitoiset · 4 years, 1 month ago
  16. e3296e0 ac/nir: remove dead shader IO code by Samuel Pitoiset · 4 years, 1 month ago
  17. 456f63e ac/nir: remove dead global load/store/atomic derefs code by Samuel Pitoiset · 4 years, 1 month ago
  18. 6b0695c radv/llvm: enable lower_unpack_half_2x16 by Samuel Pitoiset · 4 years, 1 month ago
  19. f11d4f3 ac/llvm: implement nir_op_unpack_half_2x16_split_{x,y} by Samuel Pitoiset · 4 years, 1 month ago
  20. cdf6d93 radv/llvm: lower VS IO by Samuel Pitoiset · 4 years, 1 month ago
  21. b340299 radv/llvm: gather VS input usage mask from load_input by Samuel Pitoiset · 4 years, 1 month ago
  22. 1c4a213 radv/llvm: lower TCS IO by Samuel Pitoiset · 4 years, 1 month ago
  23. 80cefee radv/llvm: gather TCS outputs from the output variables by Samuel Pitoiset · 4 years, 1 month ago
  24. 9615273 radv/llvm: lower TES IO by Samuel Pitoiset · 4 years, 1 month ago
  25. 6e33941 radv/llvm: lower GS IO by Samuel Pitoiset · 4 years, 1 month ago
  26. ed55bc4 radv/llvm: assign driver locations for VS, TCS, TES and GS correctly by Samuel Pitoiset · 4 years, 1 month ago
  27. 1ea48c1 ac/nir: remove dead load/store deref code for temporary variables by Samuel Pitoiset · 4 years ago
  28. 7a8f5ea ac/llvm: adjust dmask when image stores are shrinked using the format by Samuel Pitoiset · 4 years ago
  29. 961a8d7 vc4: Avoid negative scissor caused by no intersection by Jose Maria Casanova Crespo · 4 years, 1 month ago
  30. 9a899e5 v3d: Update the TEXTURE_SHADER_STATE when there’s a new buf for a tex by Neil Roberts · 4 years, 1 month ago
  31. e2f037e v3d: Split the creating of TEXTURE_SHADER_STATE into a helper function by Neil Roberts · 4 years, 1 month ago
  32. d25504d v3d: Make the function to set tex dirty state for a stage global by Neil Roberts · 4 years, 1 month ago
  33. ef918f0 turnip: remove pre-emption marker by Jonathan Marek · 4 years ago
  34. 3b3a3af glsl: Initialize ast_node member field location.path in constructor. by Vinson Lee · 4 years, 1 month ago
  35. 81cd4c8 intel/vec4: Remove leftover code from Gen8+ removal. by Vinson Lee · 4 years, 1 month ago
  36. 0a7bd14 freedreno: Move rsc NULL check to before rsc dereferences. by Vinson Lee · 4 years, 1 month ago
  37. 1b0fec4 iris: Fix the constant data address calculation by Jason Ekstrand · 4 years ago
  38. 23ff2a0 nv50/ir: Initialize Source members. by Vinson Lee · 4 years, 1 month ago
  39. 7e86267 radv: Fix asserts using assign instead of compare. by Vinson Lee · 4 years, 1 month ago
  40. 9660427 lima: Print usage if --help is any of the arguments. by Vinson Lee · 4 years, 1 month ago
  41. 2fb2749 android: Disable the user XML config parsing. by Eric Anholt · 4 years, 1 month ago
  42. 7edb2ae util/xmlconfig: Drop use of XML_Char in parsing. by Eric Anholt · 4 years, 1 month ago
  43. 6f3352b driconf: Stop quoting true/false in boolean option definitions. by Eric Anholt · 4 years, 1 month ago
  44. 8a05d6f driconf: Make the driver's declarations be structs instead of XML. by Eric Anholt · 4 years, 1 month ago
  45. 9fbf206 driconf: Use DRI_CONF_OPT_I for remaining int options by Eric Anholt · 4 years, 1 month ago
  46. 23c3eb1 driconf: Delete disjoint range support. by Eric Anholt · 4 years, 1 month ago
  47. 4f37161 util/xmlconfig: Indent to Mesa style. by Eric Anholt · 4 years, 1 month ago
  48. 91ccbb3 util/xmlconfig: Drop silly open-coded strdup. by Eric Anholt · 4 years, 1 month ago
  49. df3d3ea driconf: Make a DRI_CONF_OPT_S() for string options. by Eric Anholt · 4 years, 1 month ago
  50. 4a57384 r200: Reuse DRI_CONF_OPT_F for texture_blend_quality. by Eric Anholt · 4 years, 1 month ago
  51. c47c08f driconf: Fix extra quoting on "Jimenez'". by Eric Anholt · 4 years, 1 month ago
  52. b1e730b driconf: Eliminate the DRI_CONF_OPT_BEGIN_B macro. by Eric Anholt · 4 years, 1 month ago
  53. 8427e56 intel/fs: Don't use NoDDClk/NoDDClr for split SHUFFLEs by Jason Ekstrand · 4 years ago
  54. b23541c android: util: add log.c to Makefile.sources by Mauro Rossi · 4 years, 1 month ago
  55. f9977f8 panfrost: decode: Flag pandecode_log_typed() as PRINTFLIKE by Boris Brezillon · 4 years, 1 month ago
  56. 12b00b7 panfrost: decode: Fix decode_bifrost_constant() prototype by Boris Brezillon · 4 years, 1 month ago
  57. 7568c97 radv: Use atomics to read query results. by Bas Nieuwenhuizen · 4 years, 1 month ago
  58. 7cc55df pan/bi: Fix assert when writing vertex outputs by Alyssa Rosenzweig · 4 years ago
  59. 447cef4 zink: use sizeof(vec4) multiplier for nir_lower_uniforms_to_ubo by Mike Blumenkrantz · 4 years, 4 months ago
  60. 1c8e80a zink: correctly set up ubo bindings and buffer indices by Mike Blumenkrantz · 4 years, 4 months ago
  61. 59027a2 zink: don't emit ubos or bindings for ubo variables by Mike Blumenkrantz · 4 years, 4 months ago
  62. d369c00 zink: emit ubo variables sized based on the overall ubo block size by Mike Blumenkrantz · 4 years, 4 months ago
  63. 76ac3416 zink: always emit descriptor set 0 in ntv by Mike Blumenkrantz · 4 years, 4 months ago
  64. 9a85392 zink: fix shader buffer size caps to use 65536 by Mike Blumenkrantz · 4 years, 4 months ago
  65. 0e3e323 zink: run nir_lower_uniforms_to_ubo conditionally by Mike Blumenkrantz · 4 years, 4 months ago
  66. 7767c3d zink: correctly handle ARB_arrays_of_arrays in ntv for samplers by Mike Blumenkrantz · 4 years, 4 months ago
  67. 18fd627 aco/tests: add disassembler tests to reproduce the add3+clamp crash by Samuel Pitoiset · 4 years, 1 month ago
  68. 01704dd aco: apply the clamped integer addition disassembly workaround for v_add3 by Samuel Pitoiset · 4 years, 1 month ago
  69. c9192d1 pan/mdg: map uabs_i/usub to i/uabsdiff by Italo Nicola · 4 years, 1 month ago
  70. cea032a pan/mdg: remove unused arg from ALU_CHECK_CMP and ALU_CASE_CMP by Italo Nicola · 4 years, 1 month ago
  71. 37c1b9c aco: fix get_buffer_resource_flags() by Rhys Perry · 4 years, 1 month ago
  72. b2e1fc8 nir: Add a pass to lower vec3s to vec4s by Jason Ekstrand · 4 years, 1 month ago
  73. 9190f82 nir/opt_deref: Add an optimization for bitcasts by Jason Ekstrand · 4 years, 1 month ago
  74. 80e6ac3 nir/opt_deref: Add an instruction type switch by Jason Ekstrand · 4 years, 2 months ago
  75. 769ede2 nir: Add component mask re-interpret helpers by Jason Ekstrand · 4 years, 1 month ago
  76. 57e7c5f nir/opt_load_store_vectorize: Use bit sizes when checking mask compatibility by Jason Ekstrand · 4 years, 1 month ago
  77. f6667cb nir: Add a memcpy optimization pass by Jason Ekstrand · 4 years, 1 month ago
  78. e363da3 nir: Handle memcpy in copy_prop_vars and combine_stores by Jason Ekstrand · 4 years, 1 month ago
  79. 100a5ac nir/find_array_copies: Properly discard copies for casts by Jason Ekstrand · 4 years, 1 month ago
  80. 1c49299 gallium/util: allow scissored blits for stencil-fallback by Erik Faye-Lund · 4 years, 1 month ago
  81. e7e0468 gallium/util: fix memory-leak by Erik Faye-Lund · 4 years, 1 month ago
  82. 03bea54 meson: fix power8 option by Philipp Zabel · 4 years, 2 months ago
  83. 57b4f60 turnip: don't initialize GRAS_LRZ_CNTL/RB_LRZ_CNTL tu6_init_hw() by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  84. 3c07a14 turnip: enable LRZ by Samuel Iglesias Gonsálvez · 4 years, 5 months ago
  85. 1d83f5a turnip: disable LRZ on vkCmdClearattachments() 3D fallback path by Samuel Iglesias Gonsálvez · 4 years, 3 months ago
  86. 2f79e00 turnip: disable LRZ on vkCmdClearAttachments() by Samuel Iglesias Gonsálvez · 4 years, 3 months ago
  87. 27743b0 turnip: emit correct LRZ fast clear setup by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  88. 0ca87ed turnip: add support to clear LRZ by Samuel Iglesias Gonsálvez · 4 years, 5 months ago
  89. 0b2cfd0 turnip: add LRZ valid tracking for secondary command buffers by Samuel Iglesias Gonsálvez · 4 years, 4 months ago
  90. 517b26b turnip: add LRZ tracking to command buffer state by Samuel Iglesias Gonsálvez · 4 years, 4 months ago
  91. fdad1ca turnip: disable LRZ depending on fragment changes by Samuel Iglesias Gonsálvez · 4 years, 4 months ago
  92. d1fa40b turnip: disable LRZ writes when blend is enabled by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  93. 38f008e turnip: disable LRZ on specific cases by Samuel Iglesias Gonsálvez · 4 years, 5 months ago
  94. 6089b00 turnip: create LRZ buffer by Samuel Iglesias Gonsálvez · 4 years, 5 months ago
  95. 138d292 turnip: add environment variable to disable LRZ by Samuel Iglesias Gonsálvez · 4 years, 5 months ago
  96. e3c7748 ci/bare-metal: Move the "POWER_GOOD not seen in time" check to the right time. by Eric Anholt · 4 years, 1 month ago
  97. 98bb74b nir: Fix a misspelling by Jason Ekstrand · 4 years, 1 month ago
  98. 038fcbc glsl: don't duplicate state vars as uniforms in the NIR linker by Timothy Arceri · 4 years, 1 month ago
  99. 535fd6d freedreno/cffdec: fix decoding of bindless descriptors by Jonathan Marek · 4 years, 1 month ago
  100. a8ac61b intel/fs: NoMask initialize the address register for shuffles by Jason Ekstrand · 4 years, 1 month ago