summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_copyimage.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12st/mesa: provide GL_OES_copy_image support by caching the original ETC dataIlia Mirkin1-2/+94
2016-06-21st/mesa: invalidate readpixels cacheNicolai Hähnle1-0/+1
2016-06-21st/mesa: flush bitmap cache before CopyImageSubDataNicolai Hähnle1-0/+3
2016-05-17st/mesa: fix reversed copyimage canonical formatNicolai Hähnle1-3/+3
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-16/+16
2015-11-05st/mesa: account for texture views when doing CopyImageSubDataIlia Mirkin1-0/+8
2015-10-29st/mesa: create temporary textures with the same nr_samples as sourceIlia Mirkin1-2/+6
2015-10-28st/mesa: implement ARB_copy_imageMarek Olšák1-0/+578