Skip to content
Snippets Groups Projects
Unverified Commit 57c89433 authored by Freya Gentz's avatar Freya Gentz :seedling:
Browse files

gallium/osmesa: Fix the inability to set no context as current.


Currently there is no way to make no context current w/gallium + osmesa.
The non-gallium version of osmesa does this if the context and buffer
passed to `OSMesaMakeCurrent` are both null. This small change makes it
so that this is also the case with the gallium version.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: default avatarHal Gentz <zegentzy@protonmail.com>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
parent 6e4fd14b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment