Module: Mesa Branch: master Commit: de33671a4f2ed1c47cb2c18a3f272d38b3000106 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de33671a4f2ed1c47cb2c18a3f272d38b3000106
Author: Vinson Lee <[email protected]> Date: Sat Aug 14 00:53:28 2010 -0700 glsl/cl: Add forward declaration. --- src/glsl/cl/sl_cl_parse.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/glsl/cl/sl_cl_parse.h b/src/glsl/cl/sl_cl_parse.h index dd5791d..a954d43 100644 --- a/src/glsl/cl/sl_cl_parse.h +++ b/src/glsl/cl/sl_cl_parse.h @@ -28,6 +28,8 @@ #ifndef SL_CL_PARSE_H #define SL_CL_PARSE_H +struct sl_pp_context; + int sl_cl_compile(struct sl_pp_context *context, unsigned int shader_type, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
