aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/sfn/sfn_shader_vertex.cpp
Commit message (Expand)AuthorAgeFilesLines
* r600/sfn: Don't reorder outputs by locationGert Wollny2020-05-191-1/+0
* r600/sfn: use the per shader atomic baseGert Wollny2020-05-191-1/+1
* r600/sfn: Make allocate_reserved_registers forward to a virtual functionGert Wollny2020-05-191-1/+1
* r600/sfn: plumb the chip class into the instruction emissionDave Airlie2020-05-181-2/+3
* r600/sfn: Handle LDS output in VSGert Wollny2020-04-281-0/+8
* r600/sfn: extract class to handle the VS export to different stagesGert Wollny2020-04-281-415/+54
* r600/sfn: Add VS for TCS shader skeletonGert Wollny2020-02-101-0/+19
* r600/sfn: Add support for geometry shaderGert Wollny2020-02-101-0/+62
* r600/sfn: Add lowering arrays to scratch and according instructionsGert Wollny2020-02-101-1/+2
* r600/sfn: Add a basic nir shader backendGert Wollny2020-02-101-0/+491