aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-2/+2
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-0/+2
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-2/+2
* r600/sfn: remove debug output leftoverGert Wollny2020-05-261-2/+0
* r600/sfn: Correctly update the number of literals when forcing a newGert Wollny2020-05-261-1/+2
* r600/sfn: use modern c++ in printing LDS read instructionGert Wollny2020-05-261-4/+4
* r600/sfn: Fix mapping for f32tof64 and f64tof32Gert Wollny2020-05-262-4/+4
* r600: Fix duplicated subexpression in r600_asm.cGert Wollny2020-05-261-1/+1
* r600/sfn: Use correct setter method.Vinson Lee2020-05-251-1/+1
* r600: replace fnv1a hash function with xxhashDmitriy Nester2020-05-251-2/+4
* r600: Use TRUNC_COORD on samplersChristopher Egert2020-05-241-0/+3
* r600/sfn: Initialize VertexStageExportForGS m_num_clip_dist member variable.Vinson Lee2020-05-231-0/+1
* r600/sfn: fix nop channel assignment.Dave Airlie2020-05-201-0/+1
* r600/sfn: Fix printing ALU op without destGert Wollny2020-05-191-1/+2
* r600/sfn: Don't reorder outputs by locationGert Wollny2020-05-193-17/+0
* r600/sfn: Fix splitting constants that come from different kcache banks.Gert Wollny2020-05-191-3/+4
* r600/sfn: Fix clip vertex output as possible stream variableGert Wollny2020-05-192-2/+4
* r600/sfn: SSBO: Fix query of dest componentsGert Wollny2020-05-191-5/+5
* r600/sfn: use the per shader atomic baseGert Wollny2020-05-198-10/+16
* r600/sfn: Add support for texture_samplesGert Wollny2020-05-192-0/+21
* r600/sfn: support indirect sampler buffer reads.Gert Wollny2020-05-191-1/+1
* r600/sfn: assert when alu dest is missingGert Wollny2020-05-191-0/+1
* r600/sfn: remove pointless checkGert Wollny2020-05-191-3/+0
* 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
* 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