nir: Make intrinsic flags into an enum
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 19 Dec 2014 23:56:55 +0000 (15:56 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:20:23 +0000 (07:20 -0800)
commite4115ca9d824a27176c58fdeede392d4d99b0cab
treefd85cc317eabe2609a5595cea6cc2dde03057b4e
parented13f4e716f24f9d3ed89fd171bd13e3be548e3c
nir: Make intrinsic flags into an enum

This should be much better for debugging as GDB will pick up on the fact
that it's an enum and actually tell you what you're looking at instead of
giving you some arbitrary hex value you have to go look up.

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/glsl/nir/nir.h