glsl: Lower UBO and SSBO access in glsl linker
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_combine_constants.cpp
2015-07-29 Francisco Jerezi965/fs: Set the execution size of the MOVs correctly...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_combine_constants to the IR builder.
2015-04-24 Matt Turneri965/fs: Don't constant propagate into integer math...
2015-04-24 Matt Turneri965/fs: Allow 2-src math instructions to have immediat...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-02-24 Matt Turneri965/fs: Emit MOV(1) instructions with force_writemask_all.
2015-02-18 Matt Turneri965/fs: Allow immediates in MAD and LRP instructions.
2015-02-18 Matt Turneri965/fs: Add pass to combine immediates.