mesa: move glGenerateMipmap() code into new genmipmap.c file
authorBrian Paul <brianp@vmware.com>
Sat, 1 Feb 2014 15:58:43 +0000 (08:58 -0700)
committerBrian Paul <brianp@vmware.com>
Sun, 2 Feb 2014 13:52:37 +0000 (06:52 -0700)
commit3abd4f4d90c5827f74509c1f507ed71aa7be9a15
tree5abb0cf06e64c65d63d1b0cbac9b82beda91c940
parentbfcb9bb20451aa7c74d8769ae043fb11503e8453
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>
src/mapi/glapi/gen/gl_genexec.py
src/mesa/Makefile.sources
src/mesa/SConscript
src/mesa/main/fbobject.c
src/mesa/main/fbobject.h
src/mesa/main/genmipmap.c [new file with mode: 0644]
src/mesa/main/genmipmap.h [new file with mode: 0644]