summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bufferobj.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-09-15 14:28:38 -0600
committerBrian Paul <brianp@vmware.com>2015-09-16 09:02:40 -0600
commit1aff899a874abddc2d79e595242a233e874e4a96 (patch)
tree5e4376e09fa98cac91e7e9369cfddea583fe995f /src/mesa/main/bufferobj.h
parent8faed71830302bbc640af9ef120bba276043a0a9 (diff)
downloadexternal_mesa3d-1aff899a874abddc2d79e595242a233e874e4a96.zip
external_mesa3d-1aff899a874abddc2d79e595242a233e874e4a96.tar.gz
external_mesa3d-1aff899a874abddc2d79e595242a233e874e4a96.tar.bz2
mesa: move GL_APPLE_object_purgeable functions to new file
Move this code out of bufferobj.c since it's not strongly connected to buffer objects. Acked-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r--src/mesa/main/bufferobj.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h
index b7154c5..3eac96d 100644
--- a/src/mesa/main/bufferobj.h
+++ b/src/mesa/main/bufferobj.h
@@ -317,16 +317,6 @@ void GLAPIENTRY
_mesa_FlushMappedNamedBufferRange(GLuint buffer, GLintptr offset,
GLsizeiptr length);
-GLenum GLAPIENTRY
-_mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
-
-GLenum GLAPIENTRY
-_mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
-
-void GLAPIENTRY
-_mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name,
- GLenum pname, GLint* params);
-
void GLAPIENTRY
_mesa_BindBufferRange(GLenum target, GLuint index,
GLuint buffer, GLintptr offset, GLsizeiptr size);