Module: Mesa Branch: master Commit: 3bc16339e5855bffe07905f83f8670930b0e8430 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bc16339e5855bffe07905f83f8670930b0e8430
Author: Andres Gomez <[email protected]> Date: Thu Nov 9 16:58:22 2017 +0200 docs/releasing: drop manually exported variables during smoke test Cc: Emil Velikov <[email protected]> Cc: Eric Engestrom <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- docs/releasing.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releasing.html b/docs/releasing.html index e588435e81..944b6e88bc 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -504,8 +504,10 @@ Here is one solution that I've been using. unset LIBGL_DRIVERS_PATH unset LIBGL_DEBUG unset LIBGL_ALWAYS_SOFTWARE + unset GALLIUM_DRIVER export VK_ICD_FILENAMES=`pwd`/src/intel/vulkan/dev_icd.json steam steam://rungameid/570 -vconsole -vulkan + unset VK_ICD_FILENAMES </pre> <h3>Update version in file VERSION</h3> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
