Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: trim down includes of compiler.h | Brian Paul | 2015-03-02 | 1 | -1/+0 |
| | | | | | | | In some cases, glheader.h is the right #include. Also remove some instances of struct _glapi_table declarations. Acked-by: Matt Turner <[email protected]> | ||||
* | mesa: move glBlitFramebuffer code into new blit.c file | Brian Paul | 2014-02-02 | 1 | -0/+39 |
Just for better organization. v2: update gl_genexec.py too (not api_exec.c) Acked-by: Kenneth Graunke <[email protected]> |