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>
This commit is contained in:
Brian Paul
2014-02-01 08:58:43 -07:00
parent bfcb9bb204
commit 3abd4f4d90
7 changed files with 170 additions and 96 deletions

View File

@@ -78,6 +78,7 @@ main_sources = [
'main/format_pack.c',
'main/format_unpack.c',
'main/framebuffer.c',
'main/genmipmap.c',
'main/getstring.c',
'main/glformats.c',
'main/hash.c',