aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/zink/zink_blit.c
Commit message (Expand)AuthorAgeFilesLines
* zink: implement transform feedback support to finish off opengl 3.0Mike Blumenkrantz2020-06-171-0/+1
* zink: use general-layout when blitting to/from same resourceErik Faye-Lund2020-05-271-6/+28
* zink: disable vkCmdResolveImage when respecting render-conditionErik Faye-Lund2020-05-141-1/+2
* zink: enable conditional rendering if availableDave Airlie2020-05-111-1/+2
* zink: disallow depth-stencil blits with format-changeErik Faye-Lund2020-02-031-0/+4
* zink: be more careful about the mask-checkErik Faye-Lund2020-02-031-2/+4
* zink: fix crash when restoring sampler-statesErik Faye-Lund2019-11-291-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* zink: move blitting to separate sourceErik Faye-Lund2019-11-131-0/+183