mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-27 19:50:32 +01:00
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:
parent
1d0b3ef051
commit
c5b2319628
4 changed files with 1 additions and 3 deletions
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "panfrost-job.h"
|
||||
|
||||
#define MIDGARD_DBG_MSGS 0x0001
|
||||
#define MIDGARD_DBG_SHADERS 0x0002
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include <inttypes.h>
|
||||
#include "util/half_float.h"
|
||||
#include "midgard.h"
|
||||
#include "helpers.h"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue