summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: Use nir_io_semanticstess-use-io-semanticsKristian H. Kristensen2020-10-091-53/+40
* disk_cache: build option for disabled-by-defaultJohn Bates2020-10-095-5/+36
* radv: use radv_optimize_nir() less in radv_link_shaders()Rhys Perry2020-10-092-10/+46
* radv: move optimizations in shader_compile_to_nir() to after io_to_scalarRhys Perry2020-10-092-7/+11
* nir: return progress from nir_lower_io_to_scalar_earlyRhys Perry2020-10-092-7/+9
* panfrost: Move the blend shader cache at the context levelBoris Brezillon2020-10-096-36/+64
* panfrost: Get rid of the constant patching done on blend shader binariesBoris Brezillon2020-10-099-98/+86
* panfrost: Let compile_blend_shader() allocate the blend shader objectBoris Brezillon2020-10-093-36/+20
* panfrost: Don't leak NIR blend shadersBoris Brezillon2020-10-093-6/+5
* panfrost: Allocate blit_blend with ralloc()Boris Brezillon2020-10-093-3/+5
* panfrost: Pass compile arguments through a structBoris Brezillon2020-10-099-30/+63
* panfrost: Move the blend constant mask extraction out of make_fixed_blend_mode()Boris Brezillon2020-10-093-28/+22
* panfrost: Constify the rt_fmts arg passed to pan_lower_framebuffer()Boris Brezillon2020-10-092-2/+2
* radv: Set fce metadata correctly on DCC initialization.Bas Nieuwenhuizen2020-10-091-5/+2
* aco/ngg: Calculate workgroup size of NGG shaders.Timur Kristóf2020-10-091-2/+12
* aco/ngg: Allocate NGG GS space early for const vertex/primitive counts.Timur Kristóf2020-10-093-14/+59
* aco/ngg: Use more efficient LDS layout to help reduce bank conflicts.Timur Kristóf2020-10-091-0/+9
* radv/aco: Enable NGG GS by default.Timur Kristóf2020-10-095-15/+2
* aco/ngg: Add shader query support to NGG GS.Timur Kristóf2020-10-091-1/+62
* aco/ngg: Place workgroup barrier outside control flow for NGG GS.Timur Kristóf2020-10-091-1/+9
* aco/ngg: Implement NGG GS output.Timur Kristóf2020-10-091-6/+330
* aco/ngg: Implement workgroup reduce / exclusive scan for NGG GS.Timur Kristóf2020-10-091-0/+90
* aco/ngg: Create LDS layout for NGG GS.Timur Kristóf2020-10-093-0/+41
* aco/ngg: Setup NGG GS.Timur Kristóf2020-10-091-4/+13
* aco/ngg: Allow NGG GS to create VS exports.Timur Kristóf2020-10-091-12/+4
* aco/ngg: Allow NGG GS to load per-vertex GS inputs.Timur Kristóf2020-10-091-6/+5
* aco/ngg: Allow NGG GS to store ES outputs.Timur Kristóf2020-10-091-7/+5
* aco/ngg: Clean up and reorganize NGG VS/TES code.Timur Kristóf2020-10-093-43/+49
* aco/ngg: Make primitive export packing less prone to error.Timur Kristóf2020-10-091-4/+4
* aco/ngg: Refactor ngg_emit_prim_export in preparation for NGG GS.Timur Kristóf2020-10-091-18/+27
* aco/ngg: Refactor gs_alloc_req in preparation for NGG GS.Timur Kristóf2020-10-091-5/+27
* aco: Add wave-specific opcode for s_lshl and s_flbit.Timur Kristóf2020-10-091-0/+6
* aco: Optimize thread_id_in_threadgroup when there is just one wave.Timur Kristóf2020-10-091-1/+4
* aco: Use thread_id_in_threadgroup helper for ES outputs.Timur Kristóf2020-10-091-4/+1
* aco: Extract thread_id_in_threadgroup to a separate function.Timur Kristóf2020-10-091-5/+21
* aco: Extract lanecount_to_mask to a separate function.Timur Kristóf2020-10-091-8/+20
* aco: Clarify missing export error message in assembler.Timur Kristóf2020-10-091-1/+1
* aco: Add loop creation helpers.Rhys Perry2020-10-091-146/+166
* radv/aco: Use new GS lowering options for ACO with NGG GS.Timur Kristóf2020-10-091-2/+12
* nir: Add ability to count primitives per stream.Timur Kristóf2020-10-093-7/+21
* nir: Count vertices per stream.Timur Kristóf2020-10-093-15/+31
* nir: Add ability to overwrite incomplete GS primitives.Timur Kristóf2020-10-092-1/+79
* nir: Add ability to count emitted GS vertices per primitive.Timur Kristóf2020-10-093-6/+53
* nir: Add ability to count emitted GS primitives.Timur Kristóf2020-10-099-30/+79
* radv,anv: use CLOCK_MONOTONIC_FAST when CLOCK_MONOTONIC_RAW is undefinedGreg V2020-10-092-0/+10
* util/os_misc: os_get_available_system_memory() for FreeBSDEmmanuel Vadot2020-10-091-2/+6
* radv: use the same NIR compiler options for both compiler backendsSamuel Pitoiset2020-10-091-48/+3
* radv/llvm: do not lower subSamuel Pitoiset2020-10-091-1/+0
* lima/parser: Fix varyings decoding in RSWAndreas Baierl2020-10-091-3/+3
* aco: dump the program if the disassembler failedSamuel Pitoiset2020-10-093-13/+16