panfrost: Drop compiler cmdstream deps

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>
This commit is contained in:
Alyssa Rosenzweig 2020-08-05 18:12:00 -04:00 committed by Marge Bot
parent 1d0b3ef051
commit c5b2319628
4 changed files with 1 additions and 3 deletions

View 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

View 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

View file

@ -22,6 +22,7 @@
*/
#include <math.h>
#include <inttypes.h>
#include "util/half_float.h"
#include "midgard.h"
#include "helpers.h"

View 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"