summaryrefslogtreecommitdiff
path: root/progs/xdemos/pbutil.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.
2007-10-17pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.Kristian Høgsberg
2007-10-13Do XSync() before resetting error handler.Kristian Høgsberg
2005-04-06added wrappers/helpers for creating/destroying rendering contextsBrian Paul
2005-04-06changed implementation of GetAllFBConfigs()Brian Paul
2005-01-10remove a debug lineBrian Paul
2005-01-10tweak output formattting, fixed uninitialized var errorBrian Paul
2005-01-07added GetAllFBConfigs()Brian Paul
2005-01-04Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul
Added more functions to pbutil.[ch] to better isolate API differences.
2004-02-02tweak commentsBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-05pbuffer info and demo programsBrian Paul