summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-03 01:20:13 -0700
committerVinson Lee <vlee@vmware.com>2010-08-03 01:20:13 -0700
commit9c6b5a4407cf794f3e5274cd25cac59e85bcf47d (patch)
treea2a61f866518f3dee3349c787638ad78eecd5f59
parentdf66c641e34b87fdb1fae5cae544203e36ca12d3 (diff)
st/mesa: Add forward declarations in st_atom_constbuf.h.
-rw-r--r--src/mesa/state_tracker/st_atom_constbuf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_atom_constbuf.h b/src/mesa/state_tracker/st_atom_constbuf.h
index f707534e2cf..97b076629ee 100644
--- a/src/mesa/state_tracker/st_atom_constbuf.h
+++ b/src/mesa/state_tracker/st_atom_constbuf.h
@@ -29,6 +29,9 @@
#ifndef ST_ATOM_CONSTBUF_H
#define ST_ATOM_CONSTBUF_H
+struct gl_program_parameter_list;
+struct st_context;
+
void st_upload_constants( struct st_context *st,
struct gl_program_parameter_list *params,