aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_vec4_cmod_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Don't cmod propagate from CMP to ADD if the writemask isn't compat...Ian Romanick2018-07-021-5/+15
* i965/vec4: Propagate conditional modifiers from compares to addsIan Romanick2018-03-261-5/+65
* i965/vec4: Allow cmod propagation when src0 is a uniform or shader inputIan Romanick2018-03-261-1/+2
* intel/compiler: Don't propagate cmod into integer multipliesJason Ekstrand2017-10-051-0/+17
* intel/compiler: Don't cmod propagate into a saturated operationJason Ekstrand2017-10-051-0/+8
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+172