mesa/src/gallium/meson.build

69 lines
2.0 KiB
Meson
Raw Normal View History

# Copyright © 2017 Dylan Baker
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
inc_gallium = include_directories('include')
inc_gallium_drivers = include_directories('drivers')
inc_gallium_winsys = include_directories('winsys')
subdir('auxiliary')
subdir('auxiliary/pipe-loader')
subdir('drivers/ddebug')
subdir('drivers/noop')
subdir('drivers/trace')
subdir('drivers/rbug')
subdir('drivers/radeon')
subdir('drivers/radeonsi')
subdir('winsys/radeon/drm')
subdir('winsys/amdgpu/drm')
subdir('state_trackers/dri')
# TODO: freedreno
# TODO: i915
# TODO: nouveau
# TODO: SVGA
# TODO: r300
# TODO: r600
# TODO: etnaviv
# TODO: IMX
# TODO: PL111
# TODO: softpipe
# TODO: llvmpipe
# TODO: SWR
# TODO: vc4
# TODO: virgl
# TODO: winsys/sw/null
# TODO: winsys/sw/xlib
# TODO: winsys/sw/dri
# TODO: winsys/sw/kms-dri
# TODO: winsys/sw/wrapper
# TODO: clover
if with_dri
#subdir('targets/dri')
endif
# TODO: dricommon
# TODO: xlib-glx
# TODO: OMX
# TODO: osmesa
# TODO: VA
# TODO: vdpau
# TODO: xa
# TODO: xvmc
# TODO: nine
# TODO: tests