Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / brw_ir_fs.h
2020-04-29 Francisco Jerezintel/fs: Replace fs_visitor::bank_conflict_cycles...
2020-04-29 Francisco Jerezintel/fs: Rename half() helpers to quarter(), allow...
2020-04-21 Dylan Bakerreplace _mesa_logbase2 with util_logbase2
2020-01-17 Francisco Jerezintel/fs: Rework fs_inst::is_copy_payload() into multip...
2020-01-10 Francisco Jerezintel/fs: Make implied_mrf_writes() an fs_inst method.
2019-10-11 Francisco Jerezintel/fs/gen12: Add scheduling information to the IR.
2019-10-11 Francisco Jerezintel/fs: Define is_send() convenience IR helper.
2019-10-11 Francisco Jerezintel/fs: Define is_payload() method of the IR instruct...
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-21 Francisco Jerezintel/fs: Rely on undocumented unrestricted regioning...
2019-02-21 Francisco Jerezintel/fs: Exclude control sources from execution type...
2019-01-29 Jason Ekstrandintel/fs: Get rid of fs_inst::equals
2019-01-19 Francisco Jerezintel/fs: Promote execution type to 32-bit when any...
2019-01-09 Francisco Jerezintel/fs: Introduce regioning lowering pass.
2019-01-09 Francisco Jerezintel/fs: Constify fs_inst::can_do_source_mods().
2019-01-09 Francisco Jerezintel/fs: Respect CHV/BXT regioning restrictions in...
2018-10-10 Jason Ekstrandintel: Don't propagate conditional modifiers if a UD...
2018-05-29 Francisco Jerezintel/fs: Add explicit last_rt flag to fb writes orthog...
2018-03-26 Ian Romanicki965: Add negative_equals methods
2018-03-07 Jason Ekstrandintel/fs: Add a helper for emitting scan operations
2017-12-06 Alejandro Piñeiroi965/fs: Remove BRW_REGISTER_TYPE_HF assert at get_exec...
2017-10-19 Kenneth Graunkei965: Move fs_inst::has_side_effects()'s eot check...
2017-04-14 Juan A. Suarez Romeroi965/fs: add helper to retrieve instruction execution...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler