projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bc5fe1
)
st/mesa: Add forward declarations in st_atom_shader.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 00:35:29 +0000
(17:35 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 00:35:29 +0000
(17:35 -0700)
src/mesa/state_tracker/st_atom_shader.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_atom_shader.h
b/src/mesa/state_tracker/st_atom_shader.h
index 8403bc66c928535cbe927b70e1f7db6e8ecb10b2..56d4c68f4f77bfb94a37fb5f82f8520bbd548a97 100644
(file)
--- a/
src/mesa/state_tracker/st_atom_shader.h
+++ b/
src/mesa/state_tracker/st_atom_shader.h
@@
-30,6
+30,9
@@
#define ST_ATOM_SHADER_H
+struct st_context;
+struct translated_vertex_program;
+
extern void
st_free_translated_vertex_programs(struct st_context *st,
struct translated_vertex_program *xvp);