intel/compiler: Allow MESA_SHADER_KERNEL
[mesa.git] / src / intel / compiler / brw_fs_copy_propagation.cpp
2020-04-17 Ian Romanickintel/compiler: Only GE and L modifiers are commutative...
2020-03-06 Francisco Jerezintel/compiler/fs: Switch liveness analysis to IR analy...
2020-03-06 Francisco Jerezintel/compiler: Move all live interval analysis results...
2020-03-06 Francisco Jerezintel/compiler: Pass detailed dependency classes to...
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2020-01-17 Francisco Jerezintel/fs: Allow limited copy propagation of a LOAD_PAYL...
2020-01-17 Francisco Jerezintel/fs: Add support for copy-propagating a block...
2020-01-17 Francisco Jerezintel/fs: Add partial support for copy-propagating...
2020-01-17 Francisco Jerezintel/fs: Extend copy propagation dataflow analysis...
2019-05-10 Jason Ekstrandintel/fs/copy-prop: Don't walk all the ACPs for each...
2019-05-10 Jason Ekstrandintel/fs/copy-prop: Purge unused ACPs
2019-05-10 Jason Ekstrandintel/fs/copy-prop: Bump the hash table size to 64
2019-04-25 Juan A. Suarez RomeroRevert "intel/compiler: split is_partial_write() into...
2019-04-18 Iago Toral Quirogaintel/compiler: split is_partial_write() into two variants
2019-02-28 Jason Ekstrandintel/compiler: Re-prefix non-logical surface opcodes...
2019-02-28 Jason Ekstrandintel/compiler: Drop unused surface opcodes
2019-01-09 Francisco Jerezintel/fs: Respect CHV/BXT regioning restrictions in...
2018-12-12 Iago Toral Quirogaintel/compiler: do not copy-propagate strided regions...
2018-08-23 Ian Romanickintel/compiler: Implement untyped atomic float min...
2018-01-17 Francisco Jerezintel/fs: Optimize and simplify the copy propagation...
2017-12-08 Francisco Jerezintel/fs: Don't let undefined values prevent copy propa...
2017-12-06 Jose Maria Casanov... i965/fs: Add byte scattered read message and fs support
2017-12-06 Jose Maria Casanov... i965/fs: Add byte scattered write message and fs support
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler