Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mesa
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Panfrost
mesa
Commits
365c06e4
Commit
365c06e4
authored
Mar 19, 2018
by
Alyssa Rosenzweig
💜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
midgard: Continue trying to import noop
parent
18a610d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
src/gallium/drivers/panfrost/meson.build
src/gallium/drivers/panfrost/meson.build
+8
-2
src/gallium/targets/dri/meson.build
src/gallium/targets/dri/meson.build
+2
-1
No files found.
src/gallium/drivers/panfrost/meson.build
View file @
365c06e4
files_libpanfrost = files(
'panfrost_pipe.c',
'panfrost_state.c'
'panfrost_state.c'
,
'midgard/midgard_cmdline.c'
)
...
...
@@ -8,10 +8,16 @@ libpanfrost = static_library(
'panfrost',
files_libpanfrost,
include_directories : [inc_common, inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_gallium_drivers, include_directories('midgard')],
dependencies : [dep_thread, idep_nir],
dependencies : [dep_thread, idep_nir
_headers
],
build_by_default : true
)
driver_panfrost = declare_dependency(
compile_args : '-DGALLIUM_PANFROST',
link_with : [libpanfrost],
dependencies : idep_nir
)
midgard_compiler = executable(
'midgard_compiler',
'midgard/midgard_cmdline.c',
...
...
src/gallium/targets/dri/meson.build
View file @
365c06e4
...
...
@@ -63,7 +63,7 @@ libgallium_dri = shared_library(
driver_swrast, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
driver_pl111, driver_vc4, driver_vc5, driver_freedreno, driver_etnaviv,
driver_imx, driver_tegra, driver_i915, driver_svga, driver_virgl,
driver_swr,
driver_swr,
driver_panfrost,
],
)
...
...
@@ -71,6 +71,7 @@ foreach d : [[with_gallium_pl111, 'pl111_dri.so'],
[with_gallium_radeonsi, 'radeonsi_dri.so'],
[with_gallium_nouveau, 'nouveau_dri.so'],
[with_gallium_freedreno, ['msm_dri.so', 'kgsl_dri.so']],
[with_gallium_panfrost, 'panfrost_dri.so'],
[with_gallium_softpipe or with_gallium_swr, 'swrast_dri.so'],
[with_gallium_softpipe and with_gallium_drisw_kms, 'kms_swrast_dri.so'],
[with_gallium_vc4, 'vc4_dri.so'],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment