Home | History | Annotate | Download | only in mesa3d

Lines Matching full:drivers

318     # - src/util, src/gallium/auxiliary, rc/gallium/drivers/llvmpipe, and
1223 # Option for Gallium drivers
1225 # Keep this in sync with the --with-gallium-drivers help string default value
1228 AC_ARG_WITH([gallium-drivers],
1229 [AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@],
1230 [comma delimited Gallium drivers list, e.g.
1236 # Doing '--without-gallium-drivers' will set this variable to 'no'. Clear it
1411 # Build the pipe-drivers as separate libraries/modules.
1596 dnl Directory for DRI drivers
1599 [directory for the DRI drivers @<:@${libdir}/dri@:>@])],
1603 dnl Extra search path for DRI drivers
1610 dnl Which drivers to build - default is chosen by platform
1611 AC_ARG_WITH([dri-drivers],
1612 [AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@],
1613 [comma delimited classic DRI drivers list, e.g.
1629 dnl If $with_dri_drivers is yes, drivers will be added through
1632 # Platform specific settings and drivers to build
1641 # Build only the drivers for cards that exist on PowerPC/sparc
1661 # default drivers
1685 AC_MSG_ERROR([--with-dri-drivers requires OpenGL])
1756 AC_ARG_WITH([vulkan-drivers],
1757 [AS_HELP_STRING([--with-vulkan-drivers@<:@=DIRS...@:>@],
1758 [comma delimited Vulkan drivers list, e.g.
1764 # Doing '--without-vulkan-drivers' will set this variable to 'no'. Clear it
1889 make sure to include svga in the gallium drivers list, apart from
1891 Example: ./configure --enable-xa --with-gallium-drivers=svga...])
2411 dnl We need to validate some needed dependencies for renderonly drivers.
2428 dnl that drivers can add additional components to LLVM_COMPONENTS.
2429 dnl Previously, gallium drivers were updating LLVM_LIBS directly
2627 src/gallium/drivers/freedreno/Makefile
2628 src/gallium/drivers/ddebug/Makefile
2629 src/gallium/drivers/i915/Makefile
2630 src/gallium/drivers/ilo/Makefile
2631 src/gallium/drivers/llvmpipe/Makefile
2632 src/gallium/drivers/noop/Makefile
2633 src/gallium/drivers/nouveau/Makefile
2634 src/gallium/drivers/r300/Makefile
2635 src/gallium/drivers/r600/Makefile
2636 src/gallium/drivers/radeon/Makefile
2637 src/gallium/drivers/radeonsi/Makefile
2638 src/gallium/drivers/rbug/Makefile
2639 src/gallium/drivers/softpipe/Makefile
2640 src/gallium/drivers/svga/Makefile
2641 src/gallium/drivers/swr/Makefile
2642 src/gallium/drivers/trace/Makefile
2643 src/gallium/drivers/etnaviv/Makefile
2644 src/gallium/drivers/imx/Makefile
2645 src/gallium/drivers/vc4/Makefile
2646 src/gallium/drivers/virgl/Makefile
2709 src/mesa/drivers/dri/dri.pc
2710 src/mesa/drivers/dri/common/Makefile
2711 src/mesa/drivers/dri/common/xmlpool/Makefile
2712 src/mesa/drivers/dri/i915/Makefile
2713 src/mesa/drivers/dri/i965/Makefile
2714 src/mesa/drivers/dri/Makefile
2715 src/mesa/drivers/dri/nouveau/Makefile
2716 src/mesa/drivers/dri/r200/Makefile
2717 src/mesa/drivers/dri/radeon/Makefile
2718 src/mesa/drivers/dri/swrast/Makefile
2719 src/mesa/drivers/osmesa/Makefile
2720 src/mesa/drivers/osmesa/osmesa.pc
2721 src/mesa/drivers/x11/Makefile
2731 $SED -i -e 's/brw_blorp.cpp/brw_blorp.c/' src/mesa/drivers/dri/i965/.deps/brw_blorp.Plo
2765 echo " DRI drivers: no"
2767 echo " DRI drivers: $DRI_DIRS"
2801 echo " EGL drivers: $egl_drivers"
2812 echo " Vulkan drivers: $VULKAN_DRIVERS"
2815 echo " Vulkan drivers: no"
2829 echo " Gallium drivers: $gallium_drivers"