r600/sfn: Move removing of unused variables
[mesa.git] / src / gallium / drivers / r600 / sfn /
2020-04-28 Gert Wollnyr600/sfn: Move removing of unused variables
2020-04-28 Gert Wollnyr600/sfn: Handle LDS output in VS
2020-04-28 Gert Wollnyr600/sfn: derive the GS from the vertex stage for a...
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: Add methods to valuepool to get a vector...
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-28 Gert Wollnyr600/sfn: Handle umul24 and umad24
2020-04-28 Gert Wollnyr600/sfn: Add IR instruction to fetch the TESS parameters
2020-04-28 Gert Wollnyr600/sfn: Add TF write instruction
2020-04-28 Gert Wollnyr600/sfn: Add LDS instruction to assembly conversion
2020-04-28 Gert Wollnyr600/sfn: Add LDS IO instructions to r600 IR
2020-04-28 Gert Wollnyr600/sfn: Don't emit inline constants in the r600 IR
2020-04-28 Gert Wollnyr600/sfn: simplify UBO lowering pass
2020-04-21 Gert Wollnyr600/sfn: use new temp register allocation when loading...
2020-04-21 Gert Wollnyr600/sfn: Count only literals that are not inline to...
2020-04-21 Gert Wollnyr600/sfn: Fix using the result of a fetch instruction...
2020-04-21 Gert Wollnyr600/sfn: Fix handling of GS inputs
2020-04-21 Gert Wollnyr600/sfn: Handle b2b1 like it was a mov
2020-04-21 Gert Wollnyr600/sfn: Fix null pointer deref in live range evalation
2020-04-21 Gert Wollnyr600/nir: Pin interpolation results to channel
2020-04-21 Gert Wollnyr600/sfn: Implementing instructions blocks
2020-04-21 Gert Wollnyr600/sfn: Fix setting alignments when lowering UBOs
2020-04-21 Gert Wollnyr600/sfn: Reduce array limit for scratch usage
2020-03-19 John Stultzr600: Fix build error in sfn_nir_lower_fs_out_to_vector.cpp
2020-03-02 Gert Wollnyr600/sfn: Don't try to catch exceptions, the driver...
2020-03-02 Gert Wollnyr600/sfn: Use static_cast when type is already known
2020-03-02 Gert Wollnyr600/sfn: Avoid using dynamic_cast to identify type
2020-02-28 Greg Vr600: add missing <array> include
2020-02-21 Jason Ekstrandnir/builder: Return an integer from nir_get_texture_size
2020-02-10 Gert Wollnyr600/sfn: Add some documentation
2020-02-10 Gert Wollnyr600/sfn: Add .editorconfig file
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 GDS instructions
2020-02-10 Gert Wollnyr600/sfn: Add compute shader skeleton
2020-02-10 Gert Wollnyr600/sfn: Add VS for TCS shader skeleton
2020-02-10 Gert Wollnyr600/sfn: Add support for geometry shader
2020-02-10 Gert Wollnyr600/sfn: add emitVertex instructions
2020-02-10 Gert Wollnyr600/sfn: Add MemRingOut instructions
2020-02-10 Gert Wollnyr600/sfn: Add a load GDS result instruction
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 live range evaluation for the GPR
2020-02-10 Gert Wollnyr600/sfn: Add the WaitAck instruction
2020-02-10 Gert Wollnyr600/sfn: Add the VS in and FS out vectorization
2020-02-10 Gert Wollnyr600/sfn: Add a basic nir shader backend