On GL WR translates to writable, but on GLES we translate this to writeonly because for most formats one has to specify one or the other, so if we have an image with the TGSI WR specification, and read from it, we drop the Writable flag. For the images that allow RW this is of no consequence, and for the others a write access will fail instead of the read access, but this doesn't constitue a regression because we couldn't do both - read and write - anyway. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>macos/master
parent
3137c2e6f1
commit
18081311fb
Loading…
Reference in new issue