nir/opt_vectorize: Add a callback for filtering of vectorizing.
[mesa.git] / src / gallium / drivers / r600 / sfn / sfn_ir_to_assembly.cpp
2020-08-09 Gert Wollnyr600/sfn: correct allocating and emitting of atomics
2020-06-22 Gert Wollnyr600/sfn: Add support for shared atomics
2020-05-26 Gert Wollnyr600/sfn: Correctly update the number of literals when...
2020-05-26 Gert Wollnyr600/sfn: Fix mapping for f32tof64 and f64tof32
2020-05-20 Dave Airlier600/sfn: fix nop channel assignment.
2020-05-19 Gert Wollnyr600/sfn: Fix RAT instruction assembly emission
2020-05-19 Gert Wollnyr600/sfn: Fix GDS assembly emission
2020-05-19 Gert Wollnyr600/sfn: Fix RING instruction assembly emission
2020-05-19 Gert Wollnyr600/sfn: Handle CF index loading from non-X channel
2020-05-18 Dave Airlier600/sfn: add emit if start cayman support
2020-05-18 Dave Airlier600/sfn: fix cayman float instruction emission.
2020-04-28 Gert Wollnyr600/sfn: Add TF write instruction
2020-04-28 Gert Wollnyr600/sfn: Add LDS instruction to assembly conversion
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: Implementing instructions blocks
2020-03-02 Gert Wollnyr600/sfn: Use static_cast when type is already known
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 emitVertex instructions
2020-02-10 Gert Wollnyr600/sfn: Add MemRingOut instructions
2020-02-10 Gert Wollnyr600/sfn: Add lowering arrays to scratch and according...
2020-02-10 Gert Wollnyr600/sfn: Add the WaitAck instruction
2020-02-10 Gert Wollnyr600/sfn: Add a basic nir shader backend