aboutsummaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMartin Radev <mradev@nvidia.com>2017-07-28 14:47:56 +0300
committerCommit Bot <commit-bot@chromium.org>2017-07-31 09:09:29 +0000
commit2803168e5b512ba73b9267e3c738d65e0801494b (patch)
tree8c8fd9ddfd4482c0959ef7170fb66d7dead02e73 /extensions
parent2bde9199f947cccf6694839c3565d1b816da75e6 (diff)
downloadangle-2803168e5b512ba73b9267e3c738d65e0801494b.tar.gz
Disallow glReadPixels with multi-view read framebuffers
According to the ANGLE_multiview spec, glReadPixels must generate an INVALID_FRAMEBUFFER_OPERATION error if the active read framebuffer has a multi-view layout. BUG=angleproject:2062 TEST=angle_end2end_tests Change-Id: Ia5311ff7a62c5ff732491eb80befd32de57b9d44 Reviewed-on: https://chromium-review.googlesource.com/591368 Commit-Queue: Martin Radev <mradev@nvidia.com> Reviewed-by: Geoff Lang <geofflang@chromium.org>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/ANGLE_multiview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ANGLE_multiview.txt b/extensions/ANGLE_multiview.txt
index af12a6da91..e0d3cbca8b 100644
--- a/extensions/ANGLE_multiview.txt
+++ b/extensions/ANGLE_multiview.txt
@@ -161,7 +161,7 @@ Additions to Chapter 4 of the OpenGL ES 3.0 Specification
Add to the end of the section:
" ReadPixels generates an INVALID_FRAMEBUFFER_OPERATION error if
- the multi-view layout of the current read buffer is not NONE."
+ the multi-view layout of the current read framebuffer is not NONE."
Modify section 4.3.3 (Copying pixels), p. 198