Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/copyimage: allow width/height to not be multiples of block | Ilia Mirkin | 2015-11-11 | 1 | -3/+34 |
* | mesa: rework Driver.CopyImageSubData() and related code | Brian Paul | 2015-09-24 | 1 | -130/+171 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -4/+4 |
* | mesa: add some comments in copyimage.c | Brian Paul | 2015-05-26 | 1 | -0/+22 |
* | mesa: move decls, add const qualifiers in copyimage.c | Brian Paul | 2015-05-26 | 1 | -8/+9 |
* | mesa: improve ARB_copy_image internal format compat check | Seán de Búrca | 2015-03-12 | 1 | -21/+130 |
* | mesa: remove unused ctx parameter for _mesa_select_tex_image() | Brian Paul | 2015-01-05 | 1 | -1/+1 |
* | mesa: check if GL_ARB_copy_image is enabled in _mesa_CopyImageSubData() | Brian Paul | 2014-08-15 | 1 | -1/+7 |
* | mesa: add missing GLAPIENTRY in copyimage.c | Brian Paul | 2014-08-11 | 1 | -1/+1 |
* | mesa: Add GL API support for ARB_copy_image | Jason Ekstrand | 2014-08-11 | 1 | -0/+356 |