summaryrefslogtreecommitdiff
path: root/src/panfrost/include/panfrost-job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panfrost/include/panfrost-job.h')
-rw-r--r--src/panfrost/include/panfrost-job.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h
index 0f5757ae979..cd725ec5544 100644
--- a/src/panfrost/include/panfrost-job.h
+++ b/src/panfrost/include/panfrost-job.h
@@ -110,8 +110,7 @@ enum mali_func {
/* Next flags to unknown2_4 */
#define MALI_STENCIL_TEST (1 << 0)
-/* What?! */
-#define MALI_SAMPLE_ALPHA_TO_COVERAGE_NO_BLEND_SHADER (1 << 1)
+#define MALI_ALPHA_TO_COVERAGE (1 << 1)
#define MALI_NO_DITHER (1 << 9)
#define MALI_DEPTH_RANGE_A (1 << 12)