summaryrefslogtreecommitdiff
path: root/src/glsl/cl/sl_cl_parse.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-11-13 19:51:02 +0100
committerMichal Krol <michal@vmware.com>2009-11-13 19:51:02 +0100
commit99c89ebdb00ff0452f4b106cd53ec4a2e5162137 (patch)
tree88e571849ad2bf328a2a58f12507af8b2b3a998a /src/glsl/cl/sl_cl_parse.h
parentb385312bc7f0b0b0d7410ef88eaa712831929abc (diff)
glsl/cl: Add simple error reporting.
Diffstat (limited to 'src/glsl/cl/sl_cl_parse.h')
-rw-r--r--src/glsl/cl/sl_cl_parse.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/glsl/cl/sl_cl_parse.h b/src/glsl/cl/sl_cl_parse.h
index 5b4abe54fd..23a0d5fee0 100644
--- a/src/glsl/cl/sl_cl_parse.h
+++ b/src/glsl/cl/sl_cl_parse.h
@@ -32,7 +32,10 @@ int
sl_cl_compile(struct sl_pp_context *context,
const struct sl_pp_token_info *input,
unsigned int shader_type,
+ unsigned int parsing_builtin,
unsigned char **output,
- unsigned int *cboutput);
+ unsigned int *cboutput,
+ char *error,
+ unsigned int cberror);
#endif /* SL_CL_PARSE_H */