summaryrefslogtreecommitdiff
path: root/progs/xdemos/glxgears_fbconfig.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2010-02-11glxgears_fbconfig: Use glXCreateWindow and glXDestroyWindowIan Romanick
2010-02-11glxgears_fbconfig: Use GLX 1.3 name for function poiner typesIan Romanick
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2005-08-25s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)Brian Paul
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-04-05Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick
to the Makefile as well.
2004-02-11Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick
rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read.