glamor: Stop unsetting the EGL context in put_context().
authorEric Anholt <eric@anholt.net>
Sat, 15 Mar 2014 00:29:31 +0000 (17:29 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 23 Apr 2014 17:32:20 +0000 (10:32 -0700)
commit11ff12d4e74c0b514cb62cc47df9770c91e5002a
treea1700521b01e4cc7a076dca30935e4c00e25f231
parentb5e394b3f5d80749af0148611df2eb009e7bf823
glamor: Stop unsetting the EGL context in put_context().

This matches the Xephyr behavior.  Now that we know when to reset the
context in the presence of GLX, we don't need to try to keep our stuff
from being smashed by GLX.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
glamor/glamor_egl.c