nir: use enum operator helper for nir_variable_mode and nir_metadata
[mesa.git] / src / gallium / drivers / r600 / sfn / sfn_nir.cpp
2020-09-01 Karol Herbstnir: use enum operator helper for nir_variable_mode...
2020-08-09 Gert Wollnyr600/sfn: Force a minimum of 4 GPRs, it seems to fix...
2020-08-09 Gert Wollnyr600/sfn: add r600 specific lowering pass for atomics...
2020-08-09 Gert Wollnyr600/sfn: Sort uniforms by binding and offset
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-06-22 Gert Wollnyr600/sfn: Add lowering pass for shared IO
2020-06-19 Gert Wollnyr600/sfn: lower image derefs
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-05-18 Dave Airlier600/sfn: plumb the chip class into the instruction...
2020-04-28 Gert Wollnyr600/sfn: Add tesselation shaders
2020-04-28 Gert Wollnyr600/sfn: Move removing of unused variables
2020-04-28 Gert Wollnyr600/sfn: extract class to handle the VS export to...
2020-04-28 Gert Wollnyr600/sfn: simplify UBO lowering pass
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-02 Gert Wollnyr600/sfn: Don't try to catch exceptions, the driver...
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 VS in and FS out vectorization
2020-02-10 Gert Wollnyr600/sfn: Add a basic nir shader backend