aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs_lower_regioning.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Pass detailed dependency classes to invalidate_analysis()Francisco Jerez2020-03-061-1/+1
* intel/compiler: Introduce backend_shader method to propagate IR changes to an...Francisco Jerez2020-03-061-1/+1
* intel/fs: Add an UNDEF instruction to avoid excess live rangesJason Ekstrand2019-06-041-5/+9
* intel/compiler: workaround for SIMD8 half-float MAD in gen8Iago Toral Quiroga2019-04-181-11/+28
* intel/fs: Cap dst-aligned region stride to maximum representable hstride value.Francisco Jerez2019-02-211-5/+23
* intel/fs: Exclude control sources from execution type and region alignment ca...Francisco Jerez2019-02-211-3/+3
* intel/fs: Don't touch accumulator destination while applying regioning alignm...Jason Ekstrand2019-01-181-1/+23
* intel/fs: Introduce regioning lowering pass.Francisco Jerez2019-01-091-0/+399