summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pipelineobj.h
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2015-02-11 18:12:21 +0200
committerMartin Peres <martin.peres@linux.intel.com>2015-03-25 10:05:45 +0200
commitb09f2ee8f7b76f30a75eec61ea8225a434365d49 (patch)
tree6cf7864385be1c0d60bfedb0f58912f16e9f62e7 /src/mesa/main/pipelineobj.h
parent19e6efc0ad0e937bd89c00967d06f54d987810bc (diff)
downloadexternal_mesa3d-b09f2ee8f7b76f30a75eec61ea8225a434365d49.zip
external_mesa3d-b09f2ee8f7b76f30a75eec61ea8225a434365d49.tar.gz
external_mesa3d-b09f2ee8f7b76f30a75eec61ea8225a434365d49.tar.bz2
main: Added entry point for glCreateProgramPipelines
v2: - add spaces in an error message (Laura) Reviewed-by: Laura Ekstrand <laura@jlekstrand.net> Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'src/mesa/main/pipelineobj.h')
-rw-r--r--src/mesa/main/pipelineobj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/pipelineobj.h b/src/mesa/main/pipelineobj.h
index 7285a78..b57bcb9 100644
--- a/src/mesa/main/pipelineobj.h
+++ b/src/mesa/main/pipelineobj.h
@@ -82,6 +82,9 @@ _mesa_DeleteProgramPipelines(GLsizei n, const GLuint *pipelines);
extern void GLAPIENTRY
_mesa_GenProgramPipelines(GLsizei n, GLuint *pipelines);
+void GLAPIENTRY
+_mesa_CreateProgramPipelines(GLsizei n, GLuint *pipelines);
+
extern GLboolean GLAPIENTRY
_mesa_IsProgramPipeline(GLuint pipeline);