pan: Move midgard to compiler/midgard
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Acked-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38753>
This commit is contained in:
committed by
Marge Bot
parent
0f923e7f60
commit
fa6c9b6805
@@ -25,7 +25,7 @@
|
||||
- src/panfrost/util/*
|
||||
when: on_success
|
||||
- changes:
|
||||
- src/panfrost/midgard/**/*
|
||||
- src/panfrost/compiler/midgard/**/*
|
||||
when: on_success
|
||||
|
||||
.panfrost-midgard-manual-rules:
|
||||
@@ -40,7 +40,7 @@
|
||||
- changes: *panfrost_common_file_list
|
||||
when: manual
|
||||
- changes:
|
||||
- src/panfrost/midgard/**/*
|
||||
- src/panfrost/compiler/midgard/**/*
|
||||
when: manual
|
||||
|
||||
.panfrost-bifrost-gl-rules:
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
subdir('bifrost')
|
||||
subdir('midgard')
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
#include <genxml/gen_macros.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include "midgard/disassemble.h"
|
||||
#include "util/set.h"
|
||||
#include "pan_format.h"
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "pan_format.h"
|
||||
|
||||
#include "panfrost/compiler/bifrost/bifrost_compile.h"
|
||||
#include "panfrost/midgard/midgard_compile.h"
|
||||
#include "panfrost/compiler/midgard/midgard_compile.h"
|
||||
|
||||
const nir_shader_compiler_options *
|
||||
pan_shader_get_compiler_options(unsigned arch)
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
#include "genxml/gen_macros.h"
|
||||
#include "panfrost/compiler/bifrost/bifrost/disassemble.h"
|
||||
#include "panfrost/compiler/bifrost/valhall/disassemble.h"
|
||||
#include "panfrost/compiler/midgard/disassemble.h"
|
||||
#include "panfrost/lib/pan_props.h"
|
||||
#include "panfrost/midgard/disassemble.h"
|
||||
#include "panfrost/util/pan_ir.h"
|
||||
#include "panfrost/util/pan_lower_framebuffer.h"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
inc_panfrost = include_directories([
|
||||
'.', 'shared', 'midgard', 'compiler', 'lib', 'libpan', 'model',
|
||||
'.', 'shared', 'compiler', 'lib', 'libpan', 'model',
|
||||
])
|
||||
|
||||
compile_args_panfrost = [
|
||||
@@ -12,7 +12,6 @@ compile_args_panfrost = [
|
||||
|
||||
subdir('shared')
|
||||
subdir('util')
|
||||
subdir('midgard')
|
||||
subdir('model')
|
||||
subdir('compiler')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user