Searched full:gallium_drivers (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/ |
D | Android.mk | 53 gallium_drivers := \ 70 MESA_BUILD_GALLIUM := $(filter HAVE_%, $(subst ., , $(gallium_drivers))) 74 $(if $(findstring $(d).,$(classic_drivers) $(gallium_drivers)), \ 80 …rip $(foreach d, $(BOARD_GPU_DRIVERS), $(patsubst $(d).%,%, $(filter $(d).%, $(gallium_drivers)))))
|
D | .travis.yml | 75 - GALLIUM_DRIVERS="" 104 - GALLIUM_DRIVERS="swr" 136 …- GALLIUM_DRIVERS="i915,nouveau,pl111,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,etnaviv,i… 171 - GALLIUM_DRIVERS="r600,radeonsi" 208 - GALLIUM_DRIVERS="r600,radeonsi" 244 - GALLIUM_DRIVERS="r600,radeonsi" 280 - GALLIUM_DRIVERS="i915,swrast" 315 - GALLIUM_DRIVERS="" 538 --with-gallium-drivers=$GALLIUM_DRIVERS
|
D | configure.ac | 2542 gallium_drivers=`IFS=', '; echo $with_gallium_drivers` 2543 for driver in $gallium_drivers; do 3175 echo " Gallium drivers: $gallium_drivers"
|