aboutsummaryrefslogtreecommitdiffstats
path: root/progs/xdemos/glxgears.c
Commit message (Expand)AuthorAgeFilesLines
* fix event handling issues (such as when resizing when not animating)Brian Paul2008-06-041-10/+22
* press 'a' to toggle animationBrian Paul2008-06-041-1/+5
* code refactoring (draw_frame(0, handle_event())Brian Paul2008-06-041-71/+95
* remove references to incorrect -winwidth/-winheight, replace with -geometryBrian Paul2008-06-041-2/+1
* glxgears: oops, remove accidental commit of glFinish() hack.Kristian Høgsberg2008-02-291-1/+0
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-0/+1
* parse standard -geometry optionBrian2007-08-071-9/+6
* glxgears: Add an x/y window size parameter.Ingo Molnar2007-08-071-1/+11
* call reshape() after init() to set initial projection/viewing transform (see ...Brian Paul2006-05-171-2/+8
* bug 6941: fixed initial rendering problems in glxgearsTilman Sauerbeck2006-05-161-0/+1
* usage() functionBrian Paul2006-05-151-2/+15
* delete display lists upon exitBrian Paul2005-08-091-0/+3
* improved animation rateBrian Paul2005-01-091-20/+29
* Add a -fullscreen optionKeith Whitwell2004-12-201-1/+12
* added stereo option (Jacek Rosik)Brian Paul2004-10-261-17/+92
* wrap angle value (Philipp Klaus Krause)Brian Paul2004-10-231-0/+2
* Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).Brian Paul2003-09-081-331/+8
* Removed an accidental addition in the previous commit.Ian Romanick2003-05-301-1/+0
* applied Ian's misc patchesBrian Paul2003-05-301-5/+104
* Committing in .Jouk Jansen2003-04-291-2/+4
* fix typoBrian Paul2003-04-091-1/+1
* add support for swap and sync extensions (Ian Romanick)Brian Paul2003-04-091-3/+226
* Committing in .Jouk Jansen2002-10-081-0/+4
* gears using GLX instead of GLUTBrian Paul2001-03-231-0/+497