aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600/sfn: Don't reject VARYING_SLOT_PCNTGert Wollny2020-05-191-0/+2
* r600/sfn: Add FS output sample_maskGert Wollny2020-05-191-2/+4
* r600/sfn: Handle loading sample_posGert Wollny2020-05-193-0/+36
* r600/sfn: Take FOGC, and backcolors into account im GS outputsGert Wollny2020-05-191-0/+3
* r600/sfn: Add support for viewport index outputGert Wollny2020-05-192-2/+20
* r600/sfn: Make 3vec loads skip possible movesGert Wollny2020-05-191-6/+2
* r600/sfn: Fix handling of output register indexGert Wollny2020-05-191-4/+4
* r600/sfn: Make allocate_reserved_registers forward to a virtual functionGert Wollny2020-05-1914-13/+21
* r600/sfn: Fix RAT instruction assembly emissionGert Wollny2020-05-191-5/+9
* r600/sfn: Fix GDS assembly emissionGert Wollny2020-05-191-21/+17
* r600/sfn: Fix RING instruction assembly emissionGert Wollny2020-05-191-2/+2
* r600/sfn: Fix memring print outputGert Wollny2020-05-191-1/+1
* r600/sfn: skip copying LOD if the target register is is the sameGert Wollny2020-05-191-1/+2
* r600/sfn: re-use an allocated register in lookupGert Wollny2020-05-191-1/+1
* r600/sfn: Skip move instructions if they are only ssa and without modifiersGert Wollny2020-05-192-1/+26
* r600/sfn: rework getting a vector and uniforms from the value poolGert Wollny2020-05-1911-87/+151
* r600/sfn: Handle CF index loading from non-X channelGert Wollny2020-05-193-10/+29
* r600: Add support for loading index register from other than chan XGert Wollny2020-05-192-1/+2
* r600: Lower lerp after tgsi_to_nirGert Wollny2020-05-191-0/+1
* r600: Lower int64 ops from TGSI-to-NIR shaders tooGert Wollny2020-05-191-2/+11
* r600/sfn: Fix printing vertex fetch instruction flagsGert Wollny2020-05-191-1/+1
* r600/sfn: Unify semantic name and index query and use TEXCOORD semanticGert Wollny2020-05-196-20/+43
* Revert "gallium/gallivm: fix compilation issues with llvm 11"Michel Dänzer2020-05-198-20/+13
* Revert "ac,radeonsi: fix compilations issues with LLVM 11"Michel Dänzer2020-05-191-1/+1
* llvmpipe: add gl_SampleMaskIn support.Dave Airlie2020-05-191-0/+10
* gallivm/nir: add sample_mask_in supportDave Airlie2020-05-193-0/+5
* llvmpipe/fs: hook up the interpolation APIs.Dave Airlie2020-05-191-0/+35
* llvmpipe: add interp instruction supportDave Airlie2020-05-193-0/+235
* llvmpipe/interp: refactor out centroid calculationsDave Airlie2020-05-191-30/+39
* llvmpipe/interp: refactor out use of pixel center offsetDave Airlie2020-05-191-8/+9
* gallivm/nir: add an interpolation interface.Dave Airlie2020-05-194-0/+74
* llvmpipe: remove non-simple interpolation paths.Dave Airlie2020-05-192-353/+25
* llvmpipe/interp: fix interpolating frag pos for sample shadingDave Airlie2020-05-191-2/+11
* llvmpipe: use per-sample position not sample id for interpDave Airlie2020-05-191-1/+1
* llvmpipe: don't use sample mask with 0 samplesDave Airlie2020-05-191-8/+0
* r600/sfn: add emit if start cayman supportDave Airlie2020-05-181-2/+2
* r600/sfn: add callstack non-evergreen supportDave Airlie2020-05-181-6/+34
* r600/sfn: cayman fix int trans op2Dave Airlie2020-05-181-9/+29
* r600/sfn: fix cayman float instruction emission.Dave Airlie2020-05-182-4/+23
* r600/sfn: plumb the chip class into the instruction emissionDave Airlie2020-05-1819-34/+59
* r600: enable TEXCOORD semantic for TGSI.Dave Airlie2020-05-186-34/+35
* iris: Initialise stub iris_seqno to 0Chris Wilson2020-05-181-1/+1
* freedreno/a3xx: fix rasterizer discardIlia Mirkin2020-05-181-1/+3
* etnaviv: don't expose timer queriesLucas Stach2020-05-181-3/+1
* freedreno: fix off-by-one in assertions checking for const sizesIlia Mirkin2020-05-174-5/+5
* freedreno/a3xx: fix const footprintIlia Mirkin2020-05-171-2/+2
* freedreno/a3xx: reinstate rgb10_a2ui texture formatIlia Mirkin2020-05-171-1/+1
* freedreno/a3xx: there's no r8i/ui rb format, only rg8i/rg8uiIlia Mirkin2020-05-171-4/+4
* lima/ppir: optimize tex loads with single successorErico Nunes2020-05-162-2/+18
* lima/ppir: rework tex loweringErico Nunes2020-05-163-63/+66