diff options
author | Ilia Mirkin <[email protected]> | 2014-02-21 01:05:10 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-02-26 23:35:48 -0500 |
commit | 51fc093421e4ed672ae3cba5a7f3695f3972e658 (patch) | |
tree | 408b93a230b13f822007fbe1e39d44f247073697 /src/gallium/drivers/nouveau/.gitignore | |
parent | dd370f0af69470b1e833298a1a7ea0d0254a31a3 (diff) |
nouveau: add a nouveau_compiler binary to compile TGSI into shader ISA
This makes it easy to compare output between different cards, especially
for ones that you don't have (and/or not in the current machine).
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/.gitignore')
-rw-r--r-- | src/gallium/drivers/nouveau/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/.gitignore b/src/gallium/drivers/nouveau/.gitignore new file mode 100644 index 00000000000..829f951a050 --- /dev/null +++ b/src/gallium/drivers/nouveau/.gitignore @@ -0,0 +1 @@ +nouveau_compiler |