panfrost: Stub out ES3 caps/callbacks
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Mon, 25 Mar 2019 04:57:27 +0000 (04:57 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Tue, 26 Mar 2019 23:35:58 +0000 (23:35 +0000)
commitf277bd3c228f8ee349d2f41a52adae3678ddd019
tree7f09f6b6b82133c07eae6e3985e398b7369b4e99
parent89989e653e8158b02e5db17ea34834ed67d85c37
panfrost: Stub out ES3 caps/callbacks

Although this is not functional (and the command stream side is not
aiming for ES3 right now), this is enough to run dEQP-GLES3 shader
tests with the version override directive; this is useful, as some ES3
shader feature can occur in ES2 class shaders due to lowering.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/pan_context.c
src/gallium/drivers/panfrost/pan_screen.c