[Mesa-dev] [PATCH 18/22] i965/fs: Add infrastructure for generating CSEL instructions.

Matt Turner mattst88 at gmail.com
Tue Mar 6 00:40:14 UTC 2018


On Fri, Feb 23, 2018 at 3:56 PM, Ian Romanick <idr at freedesktop.org> wrote:
> From: Kenneth Graunke <kenneth at 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

should all be updated similarly.


More information about the mesa-dev mailing list