1. 6b92303 panfrost: Avoid copying job descriptors around when we can by Boris Brezillon · 3 years, 11 months ago
  2. d289209 panfrost: XML-ify the compute job descriptor by Boris Brezillon · 3 years, 11 months ago
  3. 54d716a panfrost: Rename the Blend dither disable flag by Boris Brezillon · 3 years, 11 months ago
  4. 89fafe9 panfrost: XML-ify the fragment job descriptor by Boris Brezillon · 3 years, 11 months ago
  5. 9121e7d panfrost: XML-ify the write value job descriptor by Boris Brezillon · 3 years, 11 months ago
  6. eb92354 panfrost: XML-ify the job header descriptor by Boris Brezillon · 3 years, 11 months ago
  7. 5d5f755 panfrost: XML-ify the multi-target framebuffer descriptors by Boris Brezillon · 3 years, 11 months ago
  8. efce73d panfrost: XML-ify the bifrost tiler descriptors by Boris Brezillon · 3 years, 11 months ago
  9. 95eb7d9 panfrost: XML-ify the single target framebuffer descriptor by Boris Brezillon · 3 years, 11 months ago
  10. e855698 panfrost: XML-ify the midgard tiler descriptor by Boris Brezillon · 3 years, 11 months ago
  11. fb95729 panfrost: Add Tiled linear mode to the Block Format enum by Boris Brezillon · 3 years, 11 months ago
  12. 76096c7 panfrost: Clarify what TILED mode is by Boris Brezillon · 3 years, 11 months ago
  13. 3a06fc3 panfrost: XML-ify the local storage descriptor by Boris Brezillon · 3 years, 11 months ago
  14. 706974c panfrost: decode: Use pan_{unpack,print}() when applicable by Boris Brezillon · 3 years, 10 months ago
  15. aa2670c panfrost: decode: Add a macro to dump unpacked descriptors by Boris Brezillon · 3 years, 11 months ago
  16. 670e818 panfrost: decode: Rework the DUMP_{CL,ADDR}() macros by Boris Brezillon · 3 years, 11 months ago
  17. 6249ae7 panfrost: decode: Make the indentation consistent with auto-generated print helpers by Boris Brezillon · 3 years, 11 months ago
  18. fd0941c panfrost: gen_pack: Allow enum/define values expressed in hexadecimal by Boris Brezillon · 3 years, 10 months ago
  19. 51d5d44 panfrost: gen_pack: Add a log2 modifier by Boris Brezillon · 3 years, 10 months ago
  20. 718b521 panfrost: gen_pack: Add an align() modifier by Boris Brezillon · 3 years, 11 months ago
  21. 1b27817 panfrost: gen_pack: Allow empty structs by Boris Brezillon · 3 years, 11 months ago
  22. c7a1019 panfrost: gen_pack: Add the aggregate concept by Boris Brezillon · 3 years, 11 months ago
  23. fa7d097 panfrost: gen_pack: Move the group get_length() logic to its own method by Boris Brezillon · 3 years, 11 months ago
  24. 62c0ef0 panfrost: gen_pack: Add pan_{unpack,print}() helpers by Boris Brezillon · 3 years, 11 months ago
  25. ddd82c3 panfrost: gen_pack: Fix __gen_unpack_uint() by Boris Brezillon · 3 years, 11 months ago
  26. 66f25dd panfrost: gen_pack: Minor formatting improvement by Boris Brezillon · 3 years, 11 months ago
  27. 2aa5838 Revert "panfrost: Drop implicit blend pooling" by Icecream95 · 3 years, 10 months ago
  28. 8ae4cec Revert "radv: emit {CB,DB}_RMI_L2_CACHE_CONTROL at framebuffer time" by Bas Nieuwenhuizen · 3 years, 10 months ago
  29. 0a84c59 Revert "radv: set BIG_PAGE to improve performance on GFX10.3" by Bas Nieuwenhuizen · 3 years, 10 months ago
  30. d78df70 radv,radeonsi: Disable compression on interop depth images by Bas Nieuwenhuizen · 4 years ago
  31. ecc19e9 ac/surface: Fix depth import on GFX6-GFX8. by Bas Nieuwenhuizen · 4 years ago
  32. f63ffc1 intel/fs/swsb: SCHEDULING_FENCE only emits SYNC_NOP by Jason Ekstrand · 3 years, 10 months ago
  33. e1fc232 nir: Add a pass for lowering CL-style image ops to texture ops by Jason Ekstrand · 3 years, 11 months ago
  34. 3fc425b spirv: Plumb access qualifiers through from image types by Jason Ekstrand · 3 years, 11 months ago
  35. 1e90210 spirv: Access qualifiers are not a bitfield by Jason Ekstrand · 3 years, 11 months ago
  36. afa5c2e clover: Pull the stride from pipe_transfer for image maps by Jason Ekstrand · 3 years, 11 months ago
  37. 27516ba pan/mdg: Use nir_shader_instructions_pass for fdot2 lowering by Icecream95 · 3 years, 11 months ago
  38. 7a348b4 pan/mdg: Use nir_shader_instructions_pass for nir_lod_errata by Icecream95 · 3 years, 11 months ago
  39. 6064b8e pan/mdg: Return a bool from midgard_nir_lod_errata by Icecream95 · 3 years, 10 months ago
  40. 7acf364 panfrost: Set modifier_constant to true for exported resources by Icecream95 · 3 years, 11 months ago
  41. 95ee0ba lima: fix vertex shader uniform buffer size by Erico Nunes · 3 years, 11 months ago
  42. 6a19260 lima: allocate new bo for stream draw by Erico Nunes · 3 years, 11 months ago
  43. 017ca86 radeonsi: Move display dcc dirty tracking to framebuffer emission. by Bas Nieuwenhuizen · 4 years ago
  44. c6c1fa9 radeonsi: Put retile map in separate buffers. by Bas Nieuwenhuizen · 4 years ago
  45. be48cf8 amd/common: Store non-displayable DCC pitch. by Bas Nieuwenhuizen · 4 years ago
  46. 4656e68 radeonsi: fix user fence GPU address by Qiang Yu · 3 years, 10 months ago
  47. 9aa86eb glsl_type: Add packed to structure type comparison for hash map by Jesse Natalie · 3 years, 10 months ago
  48. 7b4eaac radv: fix vertex buffer null descriptors by Pierre-Loup A. Griffais · 3 years, 10 months ago
  49. ec13622 radv: fix null descriptor for dynamic buffers by Pierre-Loup A. Griffais · 3 years, 10 months ago
  50. 090fc59 mesa: fix glUniform* when a struct contains a bindless sampler by Pierre-Eric Pelloux-Prayer · 3 years, 10 months ago
  51. 77af1ca etnaviv: add disk cache by Christian Gmeiner · 4 years ago
  52. 6a0d7f6 etnaviv: shuffle some variant fields by Christian Gmeiner · 3 years, 11 months ago
  53. 12b8ad8 swr: fix _BitScanForward64 on unix by Michel Zou · 3 years, 10 months ago
  54. 82c49a6 swr: missing _BitScanForward64 on 32 bits win by Michel Zou · 3 years, 10 months ago
  55. 5805f5a glsl: take EXT_gpu_shader4 in to account when adding round by Tapani Pälli · 3 years, 10 months ago
  56. cde5b86 turnip: Release bo_mutex lock before potential error path. by Vinson Lee · 3 years, 10 months ago
  57. ffbdbd6 panfrost: Delete debug allocated syncobj. by Vinson Lee · 3 years, 10 months ago
  58. fcc506e radesonsi: Remove unsigned comparison to zero. by Vinson Lee · 3 years, 10 months ago
  59. 1b86271 disk_cache: Fix filename leak on error path. by Vinson Lee · 3 years, 10 months ago
  60. 183ca88 android: pan/bi: Use new packing by Mauro Rossi · 3 years, 10 months ago
  61. 792b517 android: pan/bi: Use new disassembler by Mauro Rossi · 3 years, 10 months ago
  62. d74fe47 glx: Allow depth-30 pbuffers to work without a depth-30 pixmap format by Adam Jackson · 3 years, 10 months ago
  63. a163cba anv: Fix the target_bo assertion in anv_reloc_list_add by Jason Ekstrand · 3 years, 10 months ago
  64. 85cc295 radv: initialize with expanded cmask if the destination layout needs it by Rhys Perry · 3 years, 10 months ago
  65. 6f2b695 nir: remove ubo_r600 instrinsic since ubo_vec4 is used now by Gert Wollny · 3 years, 10 months ago
  66. 18e9781 r600/sfn: Use load_ubo_vec4 lowering pass by Gert Wollny · 3 years, 11 months ago
  67. 98eb00f r600: enable lowering uniforms to UBO by Gert Wollny · 3 years, 10 months ago
  68. 4ac4cdb aco: fix incorrect assertion in emit_vop3a_instruction() by Rhys Perry · 3 years, 10 months ago
  69. 207219d turnip: Add support for a615. by Eric Anholt · 3 years, 10 months ago
  70. 45bff4e util: Makefile.sources: Add disk_cache_os.{c,h} by Marijn Suijten · 3 years, 10 months ago
  71. 2aaa156 nir/lower_io: don't reduce range if parent length is zero by Alejandro Piñeiro · 3 years, 10 months ago
  72. a51aa6f pan/bi: Drop *FMIN reference by Alyssa Rosenzweig · 3 years, 11 months ago
  73. 865e252 pan/bi: Remove unused packing data structures by Alyssa Rosenzweig · 4 years ago
  74. ec43629 pan/bi: Remove unused prints by Alyssa Rosenzweig · 3 years, 11 months ago
  75. 2ff5387 pan/bi: Use new packing by Alyssa Rosenzweig · 4 years ago
  76. 3fadd82 pan/bi: Move packing helpers to dedicated file by Alyssa Rosenzweig · 3 years, 10 months ago
  77. d2158a5 pan/bi: Use src1/dest_invert instead of src_invert[] by Alyssa Rosenzweig · 3 years, 11 months ago
  78. 08b105d pan/bi: Use 8-bit shifts by Alyssa Rosenzweig · 3 years, 11 months ago
  79. 3d63a47 pan/bi: Pass blend descriptor explicitly in IR by Alyssa Rosenzweig · 4 years ago
  80. 67d8956 pan/bi: Track compute_lod in IR by Alyssa Rosenzweig · 4 years ago
  81. 8dd3a81 pan/bi: Add format field to IR by Alyssa Rosenzweig · 4 years ago
  82. 6f5b788 pan/bi: Introduce segments into the IR by Alyssa Rosenzweig · 4 years ago
  83. 33710ff pan/bi: Add dummy carry/borrow argument for iadd/isub by Alyssa Rosenzweig · 4 years ago
  84. 42ec4aa pan/bi: Use canonical syntax for special constants by Alyssa Rosenzweig · 3 years, 11 months ago
  85. 5a569d0 pan/bi: Use canonical syntax for registers/uniforms/imms by Alyssa Rosenzweig · 3 years, 11 months ago
  86. f8fc210 pan/bi: Use new disassembler by Alyssa Rosenzweig · 3 years, 10 months ago
  87. deab752 pan/bi: Export dump_src by Alyssa Rosenzweig · 3 years, 10 months ago
  88. 0504181 pan/bi: Add bi_disasm_dest_* helpers by Alyssa Rosenzweig · 3 years, 10 months ago
  89. 944cb8b pan/bi: Add disassembly prototypes by Alyssa Rosenzweig · 3 years, 10 months ago
  90. 82f3315 pan/bi: Add disassembler generator by Alyssa Rosenzweig · 3 years, 10 months ago
  91. cf8f79a pan/bi: Add packing generator by Alyssa Rosenzweig · 3 years, 10 months ago
  92. 58da316 pan/bi: Add ISA parser by Alyssa Rosenzweig · 3 years, 10 months ago
  93. 07a5ec8 pan/bi: Add XML describing the instruction set by Alyssa Rosenzweig · 3 years, 10 months ago
  94. 2044b1f pan/bi: Lower flrp16 by Alyssa Rosenzweig · 3 years, 10 months ago
  95. b75a92e anv: assert that the target bo is valid when adding a reloc list by Mike Blumenkrantz · 3 years, 10 months ago
  96. 355f241 anv: improve error message when failing to open device path by Mike Blumenkrantz · 3 years, 11 months ago
  97. 203b934 docs: update calendar and link releases notes for 20.1.8 by Eric Engestrom · 3 years, 10 months ago
  98. fdff24d docs: add release notes for 20.1.8 by Eric Engestrom · 3 years, 10 months ago
  99. 123bdb6 gallium+mesa/st: lower uniforms based on compiler flag instead of packed uniforms cap by Gert Wollny · 3 years, 10 months ago
  100. feb463d llvmpipe: set lower_uniform_to_ubo compiler flag by Gert Wollny · 3 years, 10 months ago