projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c70fc
)
ttn: remove stray global from header
author
Rob Clark
<robclark@freedesktop.org>
Thu, 24 Mar 2016 19:44:35 +0000
(15:44 -0400)
committer
Rob Clark
<robclark@freedesktop.org>
Thu, 24 Mar 2016 20:04:54 +0000
(16:04 -0400)
Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/auxiliary/nir/tgsi_to_nir.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/nir/tgsi_to_nir.h
b/src/gallium/auxiliary/nir/tgsi_to_nir.h
index 0651870ea8095f2d1563e0cfb36c1cfb4a2b0934..f480009afa41546eb4f021676b3bf36a4c336505 100644
(file)
--- a/
src/gallium/auxiliary/nir/tgsi_to_nir.h
+++ b/
src/gallium/auxiliary/nir/tgsi_to_nir.h
@@
-23,8
+23,6
@@
#include "compiler/nir/nir.h"
-struct nir_shader_compiler_options *options;
-
struct nir_shader *
tgsi_to_nir(const void *tgsi_tokens,
const struct nir_shader_compiler_options *options);