summaryrefslogtreecommitdiff
path: root/src/intel/blorp
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-03-09 00:44:29 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-03-13 11:16:34 +0000
commitd0d4a5f43b4dd79bd7bfff7c7deaade10bfebf7c (patch)
tree33a1f2d1a4dab3ea994124436ae2a7c629b130d9 /src/intel/blorp
parenta72ac981605d34be5b9da3d9ee8e43b81c5a5296 (diff)
i965: split EU defines to brw_eu_defines.h
Split out the EU defines from the 'generic' ones, as the former are more compiler oriented. With a later commit we'll move brw_eu_defines.h alongside the compiler infra to src/intel/. Pulling all the defines in there seems overzealous. Some defines are used by both i965 and the i965 compiler. Those are moved to brw_eu_defines.h, and annotated accordingly. The i965 users were updated to have the extre include to indicate that. With future work we might provide a better, split but for now this seems reasonable. Cc: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel/blorp')
-rw-r--r--src/intel/blorp/blorp_clear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/blorp/blorp_clear.c b/src/intel/blorp/blorp_clear.c
index 4d63bbe4d9a..2c3b4e6bef6 100644
--- a/src/intel/blorp/blorp_clear.c
+++ b/src/intel/blorp/blorp_clear.c
@@ -27,7 +27,7 @@
#include "util/format_rgb9e5.h"
#include "blorp_priv.h"
-#include "brw_defines.h"
+#include "brw_eu_defines.h"
#include "compiler/nir/nir_builder.h"