i965: Define the setup_vector_uniform_values() backend_visitor interface.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_builder.h
2015-07-29 Francisco Jerezi965/fs: Add builder emit method taking a variable...
2015-07-21 Francisco Jerezi965: Fix stride field for the result of emit_uniformize().
2015-07-01 Francisco Jerezi965/fs: Relax fs_builder channel group assertion when...
2015-06-30 Jason Ekstrandi965/fs: Remove the width field from fs_reg
2015-06-30 Jason Ekstrandi965/fs_builder: Use the dispatch width for setting...
2015-06-30 Jason Ekstrandi965/fs: Remove fs_inst constructors that don't take...
2015-06-09 Francisco Jerezi965/fs: Introduce FS IR builder.