r600/sfn: Add tesselation shaders
[mesa.git] / src / gallium / drivers / r600 / sfn / sfn_shader_base.h
2020-04-28 Gert Wollnyr600/sfn: Handle LDS output in VS
2020-04-28 Gert Wollnyr600/sfn: extract class to handle the VS export to...
2020-04-28 Gert Wollnyr600/sfn: Move some shader base methods to the public...
2020-04-28 Gert Wollnyr600/sfn: Move emission of barrier from compute shader...
2020-04-28 Gert Wollnyr600/sfn: Emit some LDS instructions
2020-04-21 Gert Wollnyr600/sfn: Implementing instructions blocks
2020-02-10 Gert Wollnyr600/sfn: Add support for atomic instructions
2020-02-10 Gert Wollnyr600/sfn: Add lowering arrays to scratch and according...
2020-02-10 Gert Wollnyr600/sfn: add register remapping
2020-02-10 Gert Wollnyr600/sfn: Add a basic nir shader backend