mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
pvr: decouple vulkan driver and compiler from gallium
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-By: Matt Coster <matt.coster@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23438>
This commit is contained in:
parent
f0e603583e
commit
d8ed291751
5 changed files with 0 additions and 13 deletions
|
|
@ -63,10 +63,6 @@ libpowervr_rogue = shared_library(
|
|||
inc_include,
|
||||
inc_compiler,
|
||||
inc_src,
|
||||
inc_mapi,
|
||||
inc_mesa,
|
||||
inc_gallium,
|
||||
inc_gallium_aux,
|
||||
],
|
||||
c_args : [no_override_init_args],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
|
|
|
|||
|
|
@ -27,13 +27,9 @@ rogue_compiler = executable(
|
|||
link_with : [libpowervr_rogue],
|
||||
dependencies : [idep_mesautil, idep_nir, idep_vulkan_runtime, dep_csbgen],
|
||||
include_directories : [
|
||||
inc_mesa,
|
||||
inc_imagination,
|
||||
inc_include,
|
||||
inc_src,
|
||||
inc_mapi,
|
||||
inc_gallium,
|
||||
inc_gallium_aux,
|
||||
inc_compiler,
|
||||
inc_rogue,
|
||||
],
|
||||
|
|
|
|||
|
|
@ -115,12 +115,9 @@ libvulkan_powervr_mesa = shared_library(
|
|||
[pvr_files, pvr_entrypoints, u_format_pack_h],
|
||||
include_directories : [
|
||||
pvr_includes,
|
||||
inc_gallium_aux,
|
||||
inc_imagination,
|
||||
inc_include,
|
||||
inc_src,
|
||||
inc_mesa,
|
||||
inc_gallium,
|
||||
inc_compiler,
|
||||
],
|
||||
link_with : [
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
#include <xf86drm.h>
|
||||
|
||||
#include "hwdef/rogue_hw_utils.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pvr_bo.h"
|
||||
#include "pvr_border.h"
|
||||
#include "pvr_clear.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#include <vulkan/vulkan.h>
|
||||
|
||||
#include "hwdef/rogue_hw_defs.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pvr_csb.h"
|
||||
#include "pvr_device_info.h"
|
||||
#include "pvr_formats.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue