summaryrefslogtreecommitdiffstats
path: root/src/panfrost/pandecode
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-07-31 09:08:07 -0700
committerAlyssa Rosenzweig <[email protected]>2019-07-31 10:56:11 -0700
commit3e47a1181b7c5bc962380553c8c99a49a49f45d9 (patch)
tree4faac4f56d4a9386b99af2f7d812bcd9c9b374dc /src/panfrost/pandecode
parentcf6cad3922f85127a29a8c1e49f980efcc5e9bac (diff)
panfrost: Add MALI_SAMP_NORM_COORDS flag
Corresponds to the normalized coordinates? flag on images in OpenCL and evidently also shows up in GL, so let's wire it in. Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost/pandecode')
-rw-r--r--src/panfrost/pandecode/decode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c
index a556776b38b..2df3cbdc986 100644
--- a/src/panfrost/pandecode/decode.c
+++ b/src/panfrost/pandecode/decode.c
@@ -251,6 +251,7 @@ static const struct pandecode_flag_info sampler_flag_info [] = {
FLAG_INFO(MIN_NEAREST),
FLAG_INFO(MIP_LINEAR_1),
FLAG_INFO(MIP_LINEAR_2),
+ FLAG_INFO(NORM_COORDS),
{}
};
#undef FLAG_INFO