glsl: Lower UBO and SSBO access in glsl linker
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_builder.h
2015-10-23 Kristian Høgsberg... i965/fs: Avoid scalar destinations in emit_uniformize()
2015-08-31 Matt Turneri965/fs: Use greater-equal cmod to implement maximum.
2015-07-29 Francisco Jerezi965/fs: Make the default builder 64-wide before enteri...
2015-07-29 Francisco Jerezi965/fs: Define a new fs_builder constructor taking...
2015-07-29 Francisco Jerezi965/fs: Handle zero-size allocations in fs_builder...
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.