commit | 23ae31820042f2bc4694f7c48696a697d674b802 | [log] [tgz] |
---|---|---|
author | Marcin Slusarz <marcin.slusarz@gmail.com> | Sun Jan 17 14:49:34 2010 -0800 |
committer | Brian Paul <brianp@vmware.com> | Mon Jan 18 10:44:53 2010 -0700 |
tree | 18591527553acde3d6b395986eb107c9280a67ed | |
parent | ccc888c39ee8a7c460dca5b1b659d28dbbc4c689 [diff] |
glxgears: unbind current context before "destroying" it glXDestroyContext does not destroy the context if it's still connected to some window. Unbind context from window to test it. Signed-off-by: Brian Paul <brianp@vmware.com>