summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.Francisco Jerez2016-09-141-1/+1
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-2/+2
* i965/test: Remove the fragment/vertex_program field from test visitorsJason Ekstrand2016-05-261-4/+0
* i965/fs: Allow saturate propagation to propagate negations into ADDs.Matt Turner2016-02-251-4/+41
* i965/fs: Allow saturate propagation to propagate negations into MULs.Matt Turner2016-02-251-0/+123
* program: convert _mesa_init_gl_program() to take struct gl_program *Emil Velikov2015-10-151-1/+1
* program: remove _mesa_init_*_program wrappersMarek Olšák2015-10-091-1/+1
* 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