mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
ci/freedreno: Fix a5xx piglit runs.
I missed this regression in the "start using Xorg" branch since the piglit runs are manual. I made the piglit runs accidentally require a core context, which a5xx can't do (it's only GL 3.1). Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9144>
This commit is contained in:
parent
856b71bef0
commit
63a7f1fa29
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ else
|
|||
elif [ "x$PIGLIT_PLATFORM" = "xmixed_glx_egl" ]; then
|
||||
# It is assumed that you have already brought up your X server before
|
||||
# calling this script.
|
||||
SANITY_MESA_VERSION_CMD="$SANITY_MESA_VERSION_CMD --platform glx --api gl --profile core"
|
||||
SANITY_MESA_VERSION_CMD="$SANITY_MESA_VERSION_CMD --platform glx --api gl"
|
||||
else
|
||||
SANITY_MESA_VERSION_CMD="$SANITY_MESA_VERSION_CMD --platform glx --api gl --profile core"
|
||||
RUN_CMD_WRAPPER="xvfb-run --server-args=\"-noreset\" sh -c"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue