aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600/radeonsi: silence zero-length-bounds gcc warningsTimothy Arceri2020-07-081-2/+2
* gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporariesMarek Olšák2020-07-071-0/+1
* gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts2020-06-221-0/+1
* r600/sfn: Don't set num_components on TESS sysvalue intrinsicsGert Wollny2020-06-222-12/+8
* r600/sfn: Add support for shared atomicsGert Wollny2020-06-226-0/+164
* r600/sfn: Add lowering pass for shared IOGert Wollny2020-06-221-0/+90
* r600/sfn: Handle memory_barrierGert Wollny2020-06-191-0/+1
* r600/sfn: Take SSBO buffer ID offset into accountGert Wollny2020-06-194-8/+35
* r600/sfn: Add support for reading cube image array dim.Gert Wollny2020-06-193-15/+40
* r600/sfn: Add support for image_sizeGert Wollny2020-06-192-0/+24
* r600/sfn: Add imageio supportGert Wollny2020-06-193-47/+325
* r600/sfn: lower image derefsGert Wollny2020-06-192-1/+1
* 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