Mesa (master): st/mesa: Add forward declarations in st_atom_constbuf.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Aug 3 08:20:36 UTC 2010


Module: Mesa
Branch: master
Commit: 9c6b5a4407cf794f3e5274cd25cac59e85bcf47d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c6b5a4407cf794f3e5274cd25cac59e85bcf47d

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Aug  3 01:20:13 2010 -0700

st/mesa: Add forward declarations in st_atom_constbuf.h.

---

 src/mesa/state_tracker/st_atom_constbuf.h |    3 +++
 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 f707534..97b0766 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,




More information about the mesa-commit mailing list