summaryrefslogtreecommitdiff
path: root/mesa/shader/shader_api.h
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2010-03-13 04:50:08 +0100
committerLuc Verhaegen <libv@skynet.be>2010-03-13 04:50:08 +0100
commit40ae246ea1c1715876fe0e164e2041a4478246fd (patch)
tree172ae8c581c5a7c7b35d68ed5dbc4085e28c2033 /mesa/shader/shader_api.h
parented0beba0b514a7d4971345db2ff716aedd2892bb (diff)
DRI SDK headers from mesa 7.6.0.
Diffstat (limited to 'mesa/shader/shader_api.h')
-rw-r--r--mesa/shader/shader_api.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/mesa/shader/shader_api.h b/mesa/shader/shader_api.h
index ec1996e..d08d473 100644
--- a/mesa/shader/shader_api.h
+++ b/mesa/shader/shader_api.h
@@ -1,8 +1,9 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5
+ * Version: 7.6
*
* Copyright (C) 2004-2006 Brian Paul All Rights Reserved.
+ * Copyright (C) 2009 VMware, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -87,6 +88,11 @@ extern void
_mesa_use_program(GLcontext *ctx, GLuint program);
+extern GLboolean
+_mesa_validate_shader_program(GLcontext *ctx,
+ const struct gl_shader_program *shProg,
+ char *errMsg);
+
extern void
_mesa_init_glsl_driver_functions(struct dd_function_table *driver);