OSDN Git Service

v3d: Drop the GLSL version level.
authorEric Anholt <eric@anholt.net>
Tue, 8 Jan 2019 18:16:51 +0000 (10:16 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 14 Jan 2019 21:18:02 +0000 (13:18 -0800)
commit6c8edcb89c1264c43f5e98444551edb8df2f91f9
treef7620b15b70e5a3401efcaa24653b9f6a642743c
parent1a63227ea00752167f13719f1091c57b8539bcde
v3d: Drop the GLSL version level.

This was an arbitrary "we support lots of stuff" value when I started the
driver.  However, at 400 we expose OES_gpu_shader5, which claims support
for dynamically indexing samplers, which the driver doesn't do yet.
src/gallium/drivers/v3d/v3d_screen.c