panfrost: Drop compiler cmdstream deps
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 5 Aug 2020 22:12:00 +0000 (18:12 -0400)
committerMarge Bot <eric+marge@anholt.net>
Thu, 6 Aug 2020 23:54:24 +0000 (23:54 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>

src/panfrost/midgard/midgard.h
src/panfrost/midgard/midgard_compile.h
src/panfrost/midgard/midgard_print_constant.c
src/panfrost/util/pan_ir.h

index bcda232..0aac96c 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <stdint.h>
 #include <stdbool.h>
-#include "panfrost-job.h"
 
 #define MIDGARD_DBG_MSGS               0x0001
 #define MIDGARD_DBG_SHADERS            0x0002
index c47c6c9..850e726 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "compiler/nir/nir.h"
 #include "util/u_dynarray.h"
-#include "panfrost-job.h"
 #include "panfrost/util/pan_ir.h"
 
 int
index 6a4d535..cea5f63 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include <math.h>
+#include <inttypes.h>
 #include "util/half_float.h"
 #include "midgard.h"
 #include "helpers.h"
index bf9c7b0..ba190db 100644 (file)
@@ -25,7 +25,6 @@
 #define __PAN_IR_H
 
 #include <stdint.h>
-#include "panfrost-job.h"
 #include "compiler/nir/nir.h"
 #include "util/u_dynarray.h"
 #include "util/hash_table.h"