commit | 317628dbb35d03d1e855332c892594ae491c5d24 | [log] [tgz] |
---|---|---|
author | Rob Clark <robclark@freedesktop.org> | Wed Nov 18 16:33:41 2015 -0500 |
committer | Rob Clark <robclark@freedesktop.org> | Sun Jan 03 09:11:27 2016 -0500 |
tree | 3cb098372e818b1b9ecc145aa0d546daf1035ea2 | |
parent | 23bd6affb24662e9e8dbe1ed353babd17b5a016d [diff] |
nir: extract out helper macros for running passes Note these are a bit uglier, due to avoidance of GNU C extensions. But drivers which do not need to be built with compilers that don't support the extension can wrap these macros with their own. Signed-off-by: Rob Clark <robclark@freedesktop.org> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>