r600/sfn: Add support for reading cube image array dim.
[mesa.git] / src / gallium / drivers / r600 / sfn / sfn_shader_base.cpp
2020-06-19 Gert Wollnyr600/sfn: Add support for reading cube image array...
2020-06-19 Gert Wollnyr600/sfn: Add imageio support
2020-05-19 Gert Wollnyr600/sfn: use the per shader atomic base
2020-05-19 Gert Wollnyr600/sfn: Fix handling of output register index
2020-05-19 Gert Wollnyr600/sfn: Make allocate_reserved_registers forward...
2020-05-19 Gert Wollnyr600/sfn: rework getting a vector and uniforms from...
2020-05-19 Gert Wollnyr600/sfn: Unify semantic name and index query and use...
2020-05-18 Dave Airlier600/sfn: plumb the chip class into the instruction...
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: use new temp register allocation when loading...
2020-04-21 Gert Wollnyr600/sfn: Implementing instructions blocks
2020-03-02 Gert Wollnyr600/sfn: Use static_cast when type is already known
2020-02-10 Gert Wollnyr600/sfn: Add support for SSBO load and store
2020-02-10 Gert Wollnyr600/sfn: Add support for atomic instructions
2020-02-10 Gert Wollnyr600/sfn: Add lowering UBO access to r600 specific...
2020-02-10 Gert Wollnyr600/sfn: Add compute shader skeleton
2020-02-10 Gert Wollnyr600/sfn: Add support for geometry shader
2020-02-10 Gert Wollnyr600/sfn: Add lowering arrays to scratch and according...
2020-02-10 Gert Wollnyr600/sfn: add live range evaluation for the GPR
2020-02-10 Gert Wollnyr600/sfn: Add the WaitAck instruction
2020-02-10 Gert Wollnyr600/sfn: Add a basic nir shader backend