summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-02-01 08:58:43 -0700
committerBrian Paul <brianp@vmware.com>2014-02-02 06:52:37 -0700
commit3abd4f4d90c5827f74509c1f507ed71aa7be9a15 (patch)
tree5abb0cf06e64c65d63d1b0cbac9b82beda91c940 /src/mesa/main/fbobject.h
parentbfcb9bb20451aa7c74d8769ae043fb11503e8453 (diff)
downloadexternal_mesa3d-3abd4f4d90c5827f74509c1f507ed71aa7be9a15.zip
external_mesa3d-3abd4f4d90c5827f74509c1f507ed71aa7be9a15.tar.gz
external_mesa3d-3abd4f4d90c5827f74509c1f507ed71aa7be9a15.tar.bz2
mesa: move glGenerateMipmap() code into new genmipmap.c file
Mipmap generation has nothing to do with FBOs. v2: update gl_genexec.py too (not api_exec.c) Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r--src/mesa/main/fbobject.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h
index 1f5aa34..cf4bf39 100644
--- a/src/mesa/main/fbobject.h
+++ b/src/mesa/main/fbobject.h
@@ -203,10 +203,6 @@ _mesa_GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment,
GLenum pname, GLint *params);
extern void GLAPIENTRY
-_mesa_GenerateMipmap(GLenum target);
-
-
-extern void GLAPIENTRY
_mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments,
const GLenum *attachments, GLint x, GLint y,
GLsizei width, GLsizei height);