Chromium Code Reviews
DescriptionGet ReadPixels to work with INT and UNSIGNED_INT format.
In order to get it to work and test it, glClearBuffer*() has to be strengthened.
The remaining issue for ReadPixles is to return reasonable implementation
specific format/type. Currently it always return RGBA and UNSIGNED_BYTE,
which won't work for INT and UNSIGNED_INT framebuffer.
With this CL, read-pixels-from-fbo-test.html finally work (minus the
implementation specific format/type).
BUG=429053
TEST=conformance2/reading/read-pixels-from-fbo-test.html
R=sievers@chromium.org
Committed: https://crrev.com/b54b499af473e3da175e0ebb5681a80ee56c2241
Cr-Commit-Position: refs/heads/master@{#345740}
Patch Set 1 #
Total comments: 6
Patch Set 2 : #
Total comments: 4
Dependent Patchsets: Messages
Total messages: 23 (8 generated)
|