On 03/05/2018 04:40 PM, Matt Turner wrote: > On Fri, Feb 23, 2018 at 3:56 PM, Ian Romanick <i...@freedesktop.org> wrote: >> From: Kenneth Graunke <kenn...@whitecape.org> >> >> v2 (idr): Don't allow CSEL with a non-float src2. >> >> v3 (idr): Add CSEL to fs_inst::flags_written. Suggested by Matt. > > brw_disassemble_inst > fs_visitor::dump_instruction > vec4_instruction:writes_flag > vec4_visitor::dump_instruction
Do we need to update vec4 code? This instruction is BDW+, and we don't use the vec4 backend for anything on those platforms... and this optimization is FS-only. > should all be updated similarly. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev