summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_vec4_cmod_propagation.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-07-02i965/vec4: Don't cmod propagate from CMP to ADD if the writemask isn't compat...Ian Romanick1-5/+15
2018-03-26i965/vec4: Propagate conditional modifiers from compares to addsIan Romanick1-5/+65
2018-03-26i965/vec4: Allow cmod propagation when src0 is a uniform or shader inputIan Romanick1-1/+2
2017-10-05intel/compiler: Don't propagate cmod into integer multipliesJason Ekstrand1-0/+17
2017-10-05intel/compiler: Don't cmod propagate into a saturated operationJason Ekstrand1-0/+8
2017-03-13i965: Move the back-end compiler to src/intel/compilerJason Ekstrand1-0/+172