OSDN Git Service

v3d: Add missing OES_half_float_linear support.
authorEric Anholt <eric@anholt.net>
Fri, 7 Dec 2018 21:03:29 +0000 (13:03 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 8 Dec 2018 00:48:23 +0000 (16:48 -0800)
commitfb9bcf5602b96e4b40ab58e98235678668b10a9a
treecbd74ab39b3cad2fcb8ae914128b60c1bfc457d9
parent90e98295a422c739cfce5f34cd11b6ae41a3e686
v3d: Add missing OES_half_float_linear support.

We were exposing ARB_texture_float, but apparently not the OES subset
flag.  Fixes regression from GLES3 support to GLES2.

Fixes: fcf9fcee3c8a ("mesa/main: do not require float-texture filtering
for es3")
src/gallium/drivers/v3d/v3d_screen.c