summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/auxiliary/postprocess/postprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/postprocess/postprocess.h b/src/gallium/auxiliary/postprocess/postprocess.h
index 26c36e3cc5..6e6e6dc891 100644
--- a/src/gallium/auxiliary/postprocess/postprocess.h
+++ b/src/gallium/auxiliary/postprocess/postprocess.h
@@ -30,7 +30,7 @@
#include "postprocess/pp_program.h"
-#define PP_FILTERS 5 // Increment this if you add filters
+#define PP_FILTERS 6 // Increment this if you add filters
#define PP_MAX_PASSES 6
struct pp_queue_t; // Forward definition