On 12/12/18 7:10 AM, Nick Kreeger wrote:
The OES extensions for float/half-float allow glReadPixels to read
GL_RGBA values as GL_FLOAT for both floats and half-floats. This patch
ensures that ES2 context versions allows this if at least one of the
extensions is present.
Reading the extension s
The OES extensions for float/half-float allow glReadPixels to read
GL_RGBA values as GL_FLOAT for both floats and half-floats. This patch
ensures that ES2 context versions allows this if at least one of the
extensions is present.
---
src/mesa/main/readpix.c | 3 ++-
1 file changed, 2 insertions(+)