diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-07-31 11:56:55 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-08-01 16:15:03 -0700 |
commit | f3e15122d4b4b3fbeb33790b7a26826d69066ae9 (patch) | |
tree | e5a3a4add5a6a6febd982689b35978788ce9005a /src/panfrost/pandecode/decode.c | |
parent | 9e66ff3ea9a83d202c5b98f5d953fe21fe9d17eb (diff) |
panfrost: Add support for decoding gl_FrontFacing
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost/pandecode/decode.c')
-rw-r--r-- | src/panfrost/pandecode/decode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c index a44c3732477..080d650fc5a 100644 --- a/src/panfrost/pandecode/decode.c +++ b/src/panfrost/pandecode/decode.c @@ -382,6 +382,7 @@ static char *pandecode_attr_mode(enum mali_attr_mode mode) DEFINE_CASE(MODULO); DEFINE_CASE(NPOT_DIVIDE); DEFINE_CASE(IMAGE); + DEFINE_CASE(INTERNAL); default: return "MALI_ATTR_UNUSED /* XXX: Unknown stencil op, check dump */"; } |