projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
850c659
)
glsl: Garbage collect old prototype for ir_to_mesa.
author
Eric Anholt
<eric@anholt.net>
Wed, 18 Aug 2010 19:04:43 +0000
(12:04 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 18 Aug 2010 21:16:07 +0000
(14:16 -0700)
src/glsl/glsl_parser_extras.h
patch
|
blob
|
history
diff --git
a/src/glsl/glsl_parser_extras.h
b/src/glsl/glsl_parser_extras.h
index 3b53ba07f682c14fc464f6e57b54c024592462e8..9e3cac26e26f3abd9409f3cc7fd8734e9704b3c3 100644
(file)
--- a/
src/glsl/glsl_parser_extras.h
+++ b/
src/glsl/glsl_parser_extras.h
@@
-209,6
+209,4
@@
extern bool _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp,
extern const char *
_mesa_glsl_shader_target_name(enum _mesa_glsl_parser_targets target);
-void do_ir_to_mesa(exec_list *instructions);
-
#endif /* GLSL_PARSER_EXTRAS_H */