v3d: Drop a bunch of duplicated gallium PIPE_CAP default code.
authorEric Anholt <eric@anholt.net>
Sat, 11 Aug 2018 01:04:40 +0000 (18:04 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 4 Sep 2018 15:08:18 +0000 (08:08 -0700)
commit492b74b445fe4a69fa9477bd02e522f294506d93
tree772b2f61840a21c127aa391aad492a9147502ee3
parentc311e000007cdc84562b0d8fd72dd1f466186b95
v3d: 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: Rebase on new gallium caps
src/gallium/drivers/v3d/v3d_screen.c