OSDN Git Service

broadcom/vc5: Add missing support for 2101010_REV vertex attributes.
authorEric Anholt <eric@anholt.net>
Wed, 21 Mar 2018 21:44:04 +0000 (14:44 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 22 Mar 2018 22:12:21 +0000 (15:12 -0700)
commit4f62679be58449f2bd3184b56fdee21e85418234
treeed5e4dd8de0947c878b309316b350600ef31ff26
parentba29b89dc7c7555fc6996fee2d08b9cbcd8b9018
broadcom/vc5: Add missing support for 2101010_REV vertex attributes.

Fixes
GTF-GLES3.gtf.GL3Tests.vertex_type_2_10_10_10_rev.vertex_type_2_10_10_10_rev_invalid2,
where we hadn't thrown a GL error as needed in the extension-disabled
case.  We want to be exposing the extension anyway.
src/gallium/drivers/vc5/vc5_screen.c