summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_copyimage.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: provide GL_OES_copy_image support by caching the original ETC dataIlia Mirkin2016-08-121-2/+94
* st/mesa: invalidate readpixels cacheNicolai Hähnle2016-06-211-0/+1
* st/mesa: flush bitmap cache before CopyImageSubDataNicolai Hähnle2016-06-211-0/+3
* st/mesa: fix reversed copyimage canonical formatNicolai Hähnle2016-05-171-3/+3
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-16/+16
* st/mesa: account for texture views when doing CopyImageSubDataIlia Mirkin2015-11-051-0/+8
* st/mesa: create temporary textures with the same nr_samples as sourceIlia Mirkin2015-10-291-2/+6
* st/mesa: implement ARB_copy_imageMarek Olšák2015-10-281-0/+578