nir/opt_vectorize: Add a callback for filtering of vectorizing.
[mesa.git] / src / gallium / drivers / r600 / sfn / sfn_shader_fragment.cpp
2020-07-20 Gert Wollnyr600/sfn: Only use sample mask if the according shader...
2020-07-20 Gert Wollnyr600/sfn: Add a forced output swizzle for depth write
2020-05-26 Gert Wollnyr600/sfn: remove debug output leftover
2020-05-19 Gert Wollnyr600/sfn: use the per shader atomic base
2020-05-19 Gert Wollnyr600/sfn: Add FS output sample_mask
2020-05-19 Gert Wollnyr600/sfn: Handle loading sample_pos
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-21 Gert Wollnyr600/nir: Pin interpolation results to channel
2020-02-10 Gert Wollnyr600/sfn: Add lowering arrays to scratch and according...
2020-02-10 Gert Wollnyr600/sfn: Add a basic nir shader backend