summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/copyimage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: fix error checking logic on CopyImageSubDataAlejandro Piñeiro2016-07-021-5/+10
* mesa/copyimage: report INVALID_VALUE for missing cube faceDave Airlie2016-06-031-1/+1
* mesa/copyimage: fix num samples check to handle renderbuffers.Dave Airlie2016-06-031-4/+7
* mesa/copyimage: make sure number of samples match.Dave Airlie2016-05-031-0/+14
* mesa: add GL_OES_copy_image supportIlia Mirkin2016-03-301-1/+26
* mesa/copyimage: allow width/height to not be multiples of blockIlia Mirkin2015-11-111-3/+34
* mesa: rework Driver.CopyImageSubData() and related codeBrian Paul2015-09-241-130/+171
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-4/+4
* mesa: add some comments in copyimage.cBrian Paul2015-05-261-0/+22
* mesa: move decls, add const qualifiers in copyimage.cBrian Paul2015-05-261-8/+9
* mesa: improve ARB_copy_image internal format compat checkSeán de Búrca2015-03-121-21/+130
* mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul2015-01-051-1/+1
* mesa: check if GL_ARB_copy_image is enabled in _mesa_CopyImageSubData()Brian Paul2014-08-151-1/+7
* mesa: add missing GLAPIENTRY in copyimage.cBrian Paul2014-08-111-1/+1
* mesa: Add GL API support for ARB_copy_imageJason Ekstrand2014-08-111-0/+356