summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/glxcontexts.c
Commit message (Collapse)AuthorAgeFilesLines
* xdemos/glxcontexts: Don't leak visual info when choosing visual again.Pauli Nieminen2009-08-031-0/+3
| | | | Signed-off-by: Pauli Nieminen <[email protected]>
* demos: fix issues in glxcontexts.cBrian Paul2009-06-231-114/+46
| | | | | | | | 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.
* demos: ensure display lists are destroyed for next generationAlan Hourihane2009-04-241-0/+4
|
* Use XDisplayName() when reporting errors (bug 8079).Brian2006-12-131-2/+2
|
* new test to exercise context and window create/deleteKeith Whitwell2005-01-121-0/+609