summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/shader: Get rid of the shader, prog, and shader_prog fieldsJason Ekstrand2015-10-021-6/+6
* i965/fs: Add a builder argument to offset()Jason Ekstrand2015-06-301-2/+2
* i965: Remove the brw_context from the visitorsJason Ekstrand2015-06-231-11/+11
* i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand2015-06-231-1/+1
* i965/fs: Migrate test_fs_saturate_propagation to the IR builder.Francisco Jerez2015-06-091-35/+34
* i965: Fix FS unit testsIan Romanick2015-05-151-1/+2
* i965: Do better fake context setup in unit testsJason Ekstrand2015-04-221-1/+5
* i965/fs: Consider MOV.SAT to interfere if it has a source modifier.Matt Turner2015-02-191-0/+44
* i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.Matt Turner2015-02-191-0/+40
* i965/fs: Add unit tests for saturate propagation pass.Matt Turner2015-02-191-0/+355