summaryrefslogtreecommitdiff
path: root/progs/xdemos/glxcontexts.c
AgeCommit message (Collapse)Author
2009-08-03xdemos/glxcontexts: Don't leak visual info when choosing visual again.Pauli Nieminen
Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
2009-06-23demos: fix issues in glxcontexts.cBrian Paul
The reshape() function was called when there was no GLX context so the viewport/modelview/projection setup wasn't doing anything. Move the call to reshape() into draw(). Also, remove -stereo, -fullscreen options and do some general clean-up.
2009-04-24demos: ensure display lists are destroyed for next generationAlan Hourihane
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2005-01-12new test to exercise context and window create/deleteKeith Whitwell