Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / test_fs_cmod_propagation.cpp
2020-07-11 Yevhenii Kolesnikovintel/compiler: don't propagate cmp to add if add is...
2020-03-11 Yevhenii Kolesnikovintel/compiler: fix cmod propagation optimisations
2020-03-09 Matt Turnerintel/compiler: Pass backend_shader * to cfg_t()
2019-08-25 Jason Ekstrandintel/fs: Drop the gl_program from fs_visitor
2019-06-06 Ian Romanickintel/fs: Allow cmod propagation across reads and write...
2019-06-06 Ian Romanickintel/fs: Fix flag_subreg handling in cmod propagation
2019-06-06 Ian Romanickintel/fs: Add missing tests for cmod_propagate_not
2019-05-14 Ian Romanickintel/fs: Allow cmod propagation to instructions with...
2019-02-15 Matt Turnerintel/compiler/test: Add unit test for mismatched signe...
2019-02-15 Matt Turnerintel/compiler/test: Set devinfo->gen = 7
2018-03-26 Ian Romanicki965/fs: Propagate conditional modifiers from compares...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler