Searched refs:GALLIUM_DRIVER (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
H A Dgtest-runner.sh20 if [ -n "$GALLIUM_DRIVER" ] && [ -e "$INSTALL/$GALLIUM_DRIVER-skips.txt" ]; then
21 GTEST_SKIPS="$GTEST_SKIPS --skips $INSTALL/$GALLIUM_DRIVER-skips.txt"
H A Ddeqp-runner.sh100 if [ -n "$GALLIUM_DRIVER" ] && [ -e "$INSTALL/$GALLIUM_DRIVER-skips.txt" ]; then
101 DEQP_SKIPS="$DEQP_SKIPS $INSTALL/$GALLIUM_DRIVER-skips.txt"
126 if [ "$GALLIUM_DRIVER" = "virpipe" ]; then
128 export GALLIUM_DRIVER="$GALLIUM_DRIVER"
135 GALLIUM_DRIVER=llvmpipe \
H A Dcrosvm-runner.sh11 export GALLIUM_DRIVER="$CROSVM_GALLIUM_DRIVER"
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dusage.rst37 **IMPORTANT:** Mesa will default to using llvmpipe or softpipe as the default software renderer. To select the OpenSWR driver, set the GALLIUM_DRIVER environment variable appropriately: ::
39 GALLIUM_DRIVER=swr
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dusage.rst31 **IMPORTANT:** Mesa will default to using llvmpipe or softpipe as the default software renderer. To select the OpenSWR driver, set the GALLIUM_DRIVER environment variable appropriately: ::
33 GALLIUM_DRIVER=swr
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/
H A Dpiglit-runner.sh42 if [ -n "$GALLIUM_DRIVER" ] && [ -e "$INSTALL/$GALLIUM_DRIVER-skips.txt" ]; then
43 PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/$GALLIUM_DRIVER-skips.txt"
H A Drun.sh104 if [ "x$GALLIUM_DRIVER" = "xvirpipe" ]; then
106 export GALLIUM_DRIVER="$GALLIUM_DRIVER"
109 GALLIUM_DRIVER=llvmpipe \
/xsrc/external/mit/MesaLib/dist/docs/
H A Dreleasing.rst245 export GALLIUM_DRIVER=softpipe
256 unset GALLIUM_DRIVER
H A Denvvars.rst459 :envvar:`GALLIUM_DRIVER`
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.6.rst34 [dri][swr] stack overflow / infinite loop with GALLIUM_DRIVER=swr
H A D17.1.0.rst61 [dri][swr] stack overflow / infinite loop with GALLIUM_DRIVER=swr
H A D17.0.0.rst83 [dri][swr] stack overflow / infinite loop with GALLIUM_DRIVER=swr

Completed in 9 milliseconds