aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/genmipmap.h
Commit message (Collapse)AuthorAgeFilesLines
* main: Added entry point for glGenerateTextureMipmap.Laura Ekstrand2015-01-081-0/+6
| | | | Reviewed-by: Anuj Phogat <[email protected]>
* mesa: move glGenerateMipmap() code into new genmipmap.c fileBrian Paul2014-02-021-0/+36
Mipmap generation has nothing to do with FBOs. v2: update gl_genexec.py too (not api_exec.c) Acked-by: Kenneth Graunke <[email protected]>