Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Add a new helper function _mesa_regions_overlap() | Anuj Phogat | 2015-06-29 | 1 | -0/+6 |
| | | | | | Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | main: Add entry point for BlitNamedFramebuffer. | Laura Ekstrand | 2015-05-14 | 1 | -0/+6 |
| | | | | | Reviewed-by: Fredrik Höglund <[email protected]> Signed-off-by: Fredrik Höglund <[email protected]> | ||||
* | main: Refactor glBlitFramebuffer. | Laura Ekstrand | 2015-05-14 | 1 | -0/+7 |
| | | | | | Reviewed-by: Fredrik Höglund <[email protected]> Signed-off-by: Fredrik Höglund <[email protected]> | ||||
* | 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]> |