vc4: Drop a bunch of duplicated gallium PIPE_CAP default code.
authorEric Anholt <eric@anholt.net>
Sat, 11 Aug 2018 01:02:02 +0000 (18:02 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 4 Sep 2018 15:08:10 +0000 (08:08 -0700)
commitc311e000007cdc84562b0d8fd72dd1f466186b95
tree97bb19efcbd8f18929274802e19b03a6762fd2a5
parentad782a7020216b691e860115ec15cc8c95c13630
vc4: Drop a bunch of duplicated gallium PIPE_CAP default code.

Now that we have the util function for the default values, we can get rid
of the boilerplate.

v2: drop GLSL level in favor of defaults.
v3: Rebase on new gallium caps
src/gallium/auxiliary/util/u_screen.c
src/gallium/drivers/vc4/vc4_screen.c