summaryrefslogtreecommitdiff
path: root/src/xdemos/glxgears.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-15glxgears / wglgears: avoid C99 "for" without explicit -std=Jan Beich1-1/+2
2020-09-11glxgears: Make the swap interval configurableAdam Jackson1-7/+40
2020-07-06glxgears / wglgears: adjust colors for sRGBErik Faye-Lund1-0/+12
2020-07-06glxgears: add sRGB mode supportErik Faye-Lund1-0/+14
2014-01-20glxgears: also print VisualID with -info optionBrian Paul1-4/+7
2012-10-05glxgears: Honor -fullscreen in initial reshapeAaron Plattner1-6/+8
2012-07-21glxgears: Add support for multisample visualsChad Versace1-0/+14
2012-07-21glxgears: Refactor visual attributesChad Versace1-24/+26
2012-01-26xdemos: fix a bunch of unused variable warningsBrian1-3/+3
2011-10-14Always flush stdout after writing FPS.José Fonseca1-0/+1
2011-06-06cmake: Build X11 programs on MacOSX.José Fonseca1-1/+1
2011-05-13Mac OS X portability fixes.José Fonseca1-1/+1
2010-01-26glxgears: Support GLX_EXT_swap_control for querying the current swap interval.Aaron Plattner1-3/+10
2010-01-18glxgears: unbind current context before "destroying" itMarcin Slusarz1-0/+1
2009-08-07glxgears: make functions static, update commentsBrian Paul1-10/+3
2009-07-06demos: Fix vsync checking in glxgearsIan Romanick1-19/+16
2009-02-01glxgears: No, really. Fix the dyslexia.Ian Romanick1-1/+1
2009-01-30Fix dyslexia.Ian Romanick1-1/+1
2009-01-30glxgears: Log a message if synched to vblankIan Romanick1-0/+74
2008-10-16glxgears: for fullscreen, disable window borders the right wayBrian Paul1-2/+50
2008-06-04fix event handling issues (such as when resizing when not animating)Brian Paul1-10/+22
2008-06-04press 'a' to toggle animationBrian Paul1-1/+5
2008-06-04code refactoring (draw_frame(0, handle_event())Brian Paul1-71/+95
2008-06-04remove references to incorrect -winwidth/-winheight, replace with -geometryBrian Paul1-2/+1
2008-02-29glxgears: oops, remove accidental commit of glFinish() hack.Kristian Høgsberg1-1/+0
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg1-0/+1
2007-08-07parse standard -geometry optionBrian1-9/+6
2007-08-07glxgears: Add an x/y window size parameter.Ingo Molnar1-1/+11
2006-05-17call reshape() after init() to set initial projection/viewing transform (see ...Brian Paul1-2/+8
2006-05-16bug 6941: fixed initial rendering problems in glxgearsTilman Sauerbeck1-0/+1
2006-05-15usage() functionBrian Paul1-2/+15
2005-08-09delete display lists upon exitBrian Paul1-0/+3
2005-01-09improved animation rateBrian Paul1-20/+29
2004-12-20Add a -fullscreen optionKeith Whitwell1-1/+12
2004-10-26added stereo option (Jacek Rosik)Brian Paul1-17/+92
2004-10-23wrap angle value (Philipp Klaus Krause)Brian Paul1-0/+2
2003-09-08Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).Brian Paul1-331/+8
2003-05-30Removed an accidental addition in the previous commit.Ian Romanick1-1/+0
2003-05-30applied Ian's misc patchesBrian Paul1-5/+104
2003-04-29 Committing in .Jouk Jansen1-2/+4
2003-04-09fix typoBrian Paul1-1/+1
2003-04-09add support for swap and sync extensions (Ian Romanick)Brian Paul1-3/+226
2002-10-08 Committing in .Jouk Jansen1-0/+4
2001-03-23gears using GLX instead of GLUTBrian Paul1-0/+497