i965: Add a NIR analysis pass for determining when a boolean resolve is needed
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 17 Mar 2015 18:29:01 +0000 (11:29 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 23 Mar 2015 08:01:14 +0000 (01:01 -0700)
commita55af2699feb8f64d6f480b223204da071606721
tree963cc025352f636449af0954a13af840a015b2fe
parent2612e569e04e29500f81ed233bd86b45ef583495
i965: Add a NIR analysis pass for determining when a boolean resolve is needed

v2: Fix the spelling of analyze and re-arrange code for better readability
    as per Connor's comments.
v3: Make the naming of things more consistent and add a pile of comments
v4: Stop trying to avoid vectors

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_nir.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_nir_analyze_boolean_resolves.c [new file with mode: 0644]