Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: allow generating mipmaps for cube arrays | Marek Olšák | 2014-03-21 | 1 | -0/+4 |
| | | | | | Cc: [email protected] Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: move glGenerateMipmap() code into new genmipmap.c file | Brian Paul | 2014-02-02 | 1 | -0/+131 |
Mipmap generation has nothing to do with FBOs. v2: update gl_genexec.py too (not api_exec.c) Acked-by: Kenneth Graunke <[email protected]> |