summaryrefslogtreecommitdiff
path: root/src/gen8_post_processing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen8_post_processing.c')
-rw-r--r--src/gen8_post_processing.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gen8_post_processing.c b/src/gen8_post_processing.c
index 4ff7f41..cf613cf 100644
--- a/src/gen8_post_processing.c
+++ b/src/gen8_post_processing.c
@@ -41,12 +41,6 @@
#include "i965_render.h"
#include "intel_media.h"
-#define HAS_PP(ctx) (IS_IRONLAKE((ctx)->intel.device_info) || \
- IS_GEN6((ctx)->intel.device_info) || \
- IS_GEN7((ctx)->intel.device_info) || \
- IS_GEN8((ctx)->intel.device_info))
-
-
#define SURFACE_STATE_PADDED_SIZE SURFACE_STATE_PADDED_SIZE_GEN8
#define SURFACE_STATE_OFFSET(index) (SURFACE_STATE_PADDED_SIZE * index)