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