From: Vinson Lee Date: Wed, 4 Aug 2010 00:35:29 +0000 (-0700) Subject: st/mesa: Add forward declarations in st_atom_shader.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=279926859e60d63941d7a437803376c8154e8c8e;p=mesa.git st/mesa: Add forward declarations in st_atom_shader.h. --- diff --git a/src/mesa/state_tracker/st_atom_shader.h b/src/mesa/state_tracker/st_atom_shader.h index 8403bc66c92..56d4c68f4f7 100644 --- 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);