summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shaderapi.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-20 11:26:42 +0200
committerSamuel Pitoiset <[email protected]>2017-08-02 12:54:31 +0200
commitfcd8ab6e866b96e6601fdc04c72a74c782b31454 (patch)
tree7c5fc96a8e39762dfdbecfdcbe9f4882e86fec29 /src/mesa/main/shaderapi.h
parent29f84556ca5fef7b752edf1eaa161a7d35f3fcf6 (diff)
mesa: add KHR_no_error support to glShaderSource()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/shaderapi.h')
-rw-r--r--src/mesa/main/shaderapi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/shaderapi.h b/src/mesa/main/shaderapi.h
index e4c3bd2e76e..b76e57ee39d 100644
--- a/src/mesa/main/shaderapi.h
+++ b/src/mesa/main/shaderapi.h
@@ -134,6 +134,10 @@ _mesa_IsShader(GLuint name);
extern void GLAPIENTRY
_mesa_LinkProgram(GLuint programObj);
+void GLAPIENTRY
+_mesa_ShaderSource_no_error(GLuint, GLsizei, const GLchar* const *,
+ const GLint *);
+
extern void GLAPIENTRY
_mesa_ShaderSource(GLuint, GLsizei, const GLchar* const *, const GLint *);