aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/blorp/blorp.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2018-06-26 08:22:17 -0700
committerJason Ekstrand <[email protected]>2019-01-14 10:16:52 -0600
commit4bd976e3b8b796353ce577fd543803d74886303e (patch)
tree60a8ef2b1bbf2ece4aa403d1023923f925483705 /src/intel/blorp/blorp.h
parent3ec9ab80b870efffb5ba7c7a00b86b2df729ec6d (diff)
intel/blorp: Add two more filter modes
Diffstat (limited to 'src/intel/blorp/blorp.h')
-rw-r--r--src/intel/blorp/blorp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/blorp/blorp.h b/src/intel/blorp/blorp.h
index 3487ea7cf46..fd17f95c118 100644
--- a/src/intel/blorp/blorp.h
+++ b/src/intel/blorp/blorp.h
@@ -125,6 +125,8 @@ enum blorp_filter {
BLORP_FILTER_BILINEAR,
BLORP_FILTER_SAMPLE_0,
BLORP_FILTER_AVERAGE,
+ BLORP_FILTER_MIN_SAMPLE,
+ BLORP_FILTER_MAX_SAMPLE,
};
void