1. 210db65 panfrost: Add a debug flag to disable AFBC by Icecream95 · 3 years, 10 months ago
  2. 205f1d7 radeonsi: disable SDMA on gfx6-7 and gfx10.3 to decrease CPU overhead by Marek Olšák · 3 years, 10 months ago
  3. 7a01629 radeonsi: update the DMA perf test by Marek Olšák · 3 years, 10 months ago
  4. 4182fbc winsys/amdgpu: apply the VM alignment optimization to the physical alignment too by Marek Olšák · 3 years, 10 months ago
  5. 99446b8 winsys/amdgpu: rework the VM alignment optimizations by Marek Olšák · 3 years, 10 months ago
  6. a4e4644 ac/surface: fix valgrind warnings in DCC retile tile lookups by Marek Olšák · 3 years, 10 months ago
  7. 5de5693 disk_cache: build option for disabled-by-default by John Bates · 3 years, 10 months ago
  8. 8e98145 radv: use radv_optimize_nir() less in radv_link_shaders() by Rhys Perry · 3 years, 10 months ago
  9. 55254f2 radv: move optimizations in shader_compile_to_nir() to after io_to_scalar by Rhys Perry · 3 years, 10 months ago
  10. 5f2671b nir: return progress from nir_lower_io_to_scalar_early by Rhys Perry · 3 years, 10 months ago
  11. fd4d0b4 panfrost: Move the blend shader cache at the context level by Boris Brezillon · 3 years, 10 months ago
  12. a5005c3 panfrost: Get rid of the constant patching done on blend shader binaries by Boris Brezillon · 3 years, 10 months ago
  13. c973994 panfrost: Let compile_blend_shader() allocate the blend shader object by Boris Brezillon · 3 years, 10 months ago
  14. dbc33e8 panfrost: Don't leak NIR blend shaders by Boris Brezillon · 3 years, 10 months ago
  15. 8a5b885 panfrost: Allocate blit_blend with ralloc() by Boris Brezillon · 3 years, 10 months ago
  16. 0a74a04 panfrost: Pass compile arguments through a struct by Boris Brezillon · 3 years, 10 months ago
  17. 78ec522 panfrost: Move the blend constant mask extraction out of make_fixed_blend_mode() by Boris Brezillon · 3 years, 10 months ago
  18. 4441e80 panfrost: Constify the rt_fmts arg passed to pan_lower_framebuffer() by Boris Brezillon · 3 years, 10 months ago
  19. da132d8 radv: Set fce metadata correctly on DCC initialization. by Bas Nieuwenhuizen · 3 years, 10 months ago
  20. 5ae3656 aco/ngg: Calculate workgroup size of NGG shaders. by Timur Kristóf · 3 years, 10 months ago
  21. 61280bb aco/ngg: Allocate NGG GS space early for const vertex/primitive counts. by Timur Kristóf · 3 years, 10 months ago
  22. e8a0409 aco/ngg: Use more efficient LDS layout to help reduce bank conflicts. by Timur Kristóf · 3 years, 10 months ago
  23. 9bf92d4 radv/aco: Enable NGG GS by default. by Timur Kristóf · 3 years, 10 months ago
  24. dd73719 aco/ngg: Add shader query support to NGG GS. by Timur Kristóf · 3 years, 10 months ago
  25. df62c8f aco/ngg: Place workgroup barrier outside control flow for NGG GS. by Timur Kristóf · 3 years, 10 months ago
  26. 1129575 aco/ngg: Implement NGG GS output. by Timur Kristóf · 3 years, 10 months ago
  27. 62b5012 aco/ngg: Implement workgroup reduce / exclusive scan for NGG GS. by Timur Kristóf · 3 years, 11 months ago
  28. c29e288 aco/ngg: Create LDS layout for NGG GS. by Timur Kristóf · 3 years, 11 months ago
  29. 2680329 aco/ngg: Setup NGG GS. by Timur Kristóf · 3 years, 11 months ago
  30. 9c3d840 aco/ngg: Allow NGG GS to create VS exports. by Timur Kristóf · 3 years, 10 months ago
  31. b67878f aco/ngg: Allow NGG GS to load per-vertex GS inputs. by Timur Kristóf · 3 years, 10 months ago
  32. 8f25d9f aco/ngg: Allow NGG GS to store ES outputs. by Timur Kristóf · 3 years, 10 months ago
  33. b57b1a0 aco/ngg: Clean up and reorganize NGG VS/TES code. by Timur Kristóf · 3 years, 10 months ago
  34. 3645a31 aco/ngg: Make primitive export packing less prone to error. by Timur Kristóf · 3 years, 10 months ago
  35. 0bfe049 aco/ngg: Refactor ngg_emit_prim_export in preparation for NGG GS. by Timur Kristóf · 3 years, 11 months ago
  36. b08ced0 aco/ngg: Refactor gs_alloc_req in preparation for NGG GS. by Timur Kristóf · 3 years, 11 months ago
  37. ecfabfd aco: Add wave-specific opcode for s_lshl and s_flbit. by Timur Kristóf · 3 years, 10 months ago
  38. 57d8799 aco: Optimize thread_id_in_threadgroup when there is just one wave. by Timur Kristóf · 3 years, 10 months ago
  39. 5e31fb4 aco: Use thread_id_in_threadgroup helper for ES outputs. by Timur Kristóf · 3 years, 10 months ago
  40. 924f816 aco: Extract thread_id_in_threadgroup to a separate function. by Timur Kristóf · 3 years, 11 months ago
  41. b1964ad aco: Extract lanecount_to_mask to a separate function. by Timur Kristóf · 3 years, 10 months ago
  42. 0b8e7be aco: Clarify missing export error message in assembler. by Timur Kristóf · 3 years, 10 months ago
  43. c1d11bb aco: Add loop creation helpers. by Rhys Perry · 4 years ago
  44. 17ad2ad radv/aco: Use new GS lowering options for ACO with NGG GS. by Timur Kristóf · 3 years, 10 months ago
  45. f11f4a2 nir: Add ability to count primitives per stream. by Timur Kristóf · 3 years, 10 months ago
  46. aac5adc nir: Count vertices per stream. by Timur Kristóf · 3 years, 10 months ago
  47. 70b94ad nir: Add ability to overwrite incomplete GS primitives. by Timur Kristóf · 4 years ago
  48. c977c36 nir: Add ability to count emitted GS vertices per primitive. by Timur Kristóf · 4 years, 1 month ago
  49. 2be9901 nir: Add ability to count emitted GS primitives. by Timur Kristóf · 4 years, 2 months ago
  50. 73dd86c radv,anv: use CLOCK_MONOTONIC_FAST when CLOCK_MONOTONIC_RAW is undefined by Greg V · 6 years ago
  51. fe894dc util/os_misc: os_get_available_system_memory() for FreeBSD by Emmanuel Vadot · 3 years, 10 months ago
  52. 9aa5c7c radv: use the same NIR compiler options for both compiler backends by Samuel Pitoiset · 3 years, 10 months ago
  53. 63049b0 radv/llvm: do not lower sub by Samuel Pitoiset · 3 years, 10 months ago
  54. abce271 lima/parser: Fix varyings decoding in RSW by Andreas Baierl · 3 years, 10 months ago
  55. 6db3df5 aco: dump the program if the disassembler failed by Samuel Pitoiset · 3 years, 10 months ago
  56. a7d3be7 clover: don't call validate spirv at all if not needed by Dave Airlie · 3 years, 10 months ago
  57. 91ace07 util/disk_cache: remove unused function param by Timothy Arceri · 3 years, 10 months ago
  58. 5931d78 swr/rasterizer: Remove BuilderGfxMem member mpTrackMemAccessFuncTy. by Vinson Lee · 3 years, 10 months ago
  59. 4b51313 meson: Use more portable compiler option -std. by Vinson Lee · 3 years, 10 months ago
  60. 3a1f22c turnip: Add support for GetSwapchainGrallocUsage2ANDROID(). by Eric Anholt · 3 years, 10 months ago
  61. 5a595cd turnip: Detect Qualcomm gralloc and its UBWC flag on gralloc surfaces. by Eric Anholt · 3 years, 10 months ago
  62. 9a14e74 turnip/kgsl: Add support for importing dma-bufs. by Eric Anholt · 3 years, 10 months ago
  63. b732e4f turnip/kgsl: Fix last minute breakage of the build. by Eric Anholt · 3 years, 10 months ago
  64. 290f3fe Revert "anv: Add driconf option to disable compression for 16bpp format" by Nanley Chery · 3 years, 10 months ago
  65. cce6fc3 anv: Enable multi-layer aux-map init for HIZ+CCS by Nanley Chery · 3 years, 10 months ago
  66. 624a2aa freedreno/ir3: Don't leave holes the UBO upload plan. by Eric Anholt · 3 years, 10 months ago
  67. ddf468f freedreno/ir3: Clean up the UBO upload plan setup. by Eric Anholt · 3 years, 10 months ago
  68. 0b96b7b util/hash_table: add function for reserving size in a hash table by Mike Blumenkrantz · 3 years, 10 months ago
  69. 06a5edf nir/opt_deref: Fix the vector bitcast optimization by Jason Ekstrand · 3 years, 10 months ago
  70. 54eae33 clover: Stop leaking NIR shaders by Jason Ekstrand · 3 years, 10 months ago
  71. cc00d57 util/xmlconfig: eliminate memory leak by Andrii Simiklit · 3 years, 10 months ago
  72. 1138984 radv/llvm: remove dead code for 64-bit GS inputs by Samuel Pitoiset · 3 years, 10 months ago
  73. a41bed2 radv/llvm: do not lower nir_op_fsat by Samuel Pitoiset · 3 years, 10 months ago
  74. 31a0574 ac/nir: implement nir_op_fsat by Samuel Pitoiset · 3 years, 10 months ago
  75. 9814643 freedreno/a6xx: Support PIPE_FORMAT_R8_G8B8_420_UNORM for texturing by Kristian H. Kristensen · 3 years, 10 months ago
  76. 11563da freedreno/a6xx: Generalize pointers in struct fd6_pipe_sampler_view by Kristian H. Kristensen · 3 years, 10 months ago
  77. 826a102 st/mesa: Add NV12 lowering to PIPE_FORMAT_R8_G8B8_420_UNORM by Kristian H. Kristensen · 3 years, 10 months ago
  78. e23bcb6 util/formats: Add PIPE_FORMAT_R8_G8B8_420_UNORM by Kristian H. Kristensen · 3 years, 10 months ago
  79. 3b78437 iris: Use the data cache for indirect UBO pulls by Jason Ekstrand · 4 years, 5 months ago
  80. b54d37a anv: Use the data cache for indirect UBO pulls on Gen8+ by Jason Ekstrand · 4 years, 5 months ago
  81. 89f3d11 anv: Plumb the device into *bits_for_access_flags by Jason Ekstrand · 4 years, 5 months ago
  82. 3a33560 anv: Use format_for_descriptor_type for descriptor buffers by Jason Ekstrand · 4 years, 5 months ago
  83. d2185f0 anv: Add a device parameter to format_for_descriptor_type by Jason Ekstrand · 4 years, 5 months ago
  84. 3d22de0 intel/fs: Add an option to use dataport messages for UBOs by Jason Ekstrand · 4 years, 5 months ago
  85. 0d462db intel/fs: Add an alignment to VARYING_PULL_CONSTANT_LOAD_LOGICAL by Jason Ekstrand · 4 years, 5 months ago
  86. 459f68a i965: Take an isl_format in emit_buffer_surface_state by Jason Ekstrand · 4 years, 5 months ago
  87. caea5a6 intel/dev: fix 32bit build issue by Lionel Landwerlin · 3 years, 10 months ago
  88. dd9c34a intel/nir: Lower load_global_constant in lower_mem_access_bit_sizes by Jason Ekstrand · 3 years, 10 months ago
  89. fd04f85 intel/nir: Don't try to emit vector load_scratch instructions by Jason Ekstrand · 3 years, 10 months ago
  90. 2fa7c79 spirv: Move nir_lower_libclc to src/compiler/spirv by Jason Ekstrand · 3 years, 10 months ago
  91. 43390a5 clover: Use core libclc loader by Dave Airlie · 3 years, 10 months ago
  92. ef453f5 spirv: Add a shared libclc loader by Jason Ekstrand · 3 years, 10 months ago
  93. ed7e962 clover/meson: use dep.get_variable instead of deprecated get_pkgconfig_variable by Dylan Baker · 3 years, 10 months ago
  94. d3dcb11 util/xxd.py: Add an option for binary files by Jason Ekstrand · 3 years, 10 months ago
  95. 82bbf4c util: Make xxd.py output char array instead of string by Jesse Natalie · 4 years, 4 months ago
  96. 22ffc05 util: Move xxd.py to util by Jesse Natalie · 4 years, 4 months ago
  97. 3ff513e glsl/xxd.py: fix imports by Dylan Baker · 3 years, 10 months ago
  98. 449f1fe gallium/pipe: Add a GALLIUM_PIPE_SEARCH_DIR override env var by Jason Ekstrand · 4 years ago
  99. 1d3600c iris: Fill out compute caps and enable clover support by Jason Ekstrand · 4 years ago
  100. 9df9f94 iris: Add support for load_work_dim as a system value by Jason Ekstrand · 3 years, 10 months ago