summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/glxgears.c
Commit message (Collapse)AuthorAgeFilesLines
* glxgears: for fullscreen, disable window borders the right wayBrian Paul2008-10-161-2/+50
|
* 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
| | | | | | | Instead of passing in a fixed struct, the loader now passes in a list of __DRIextension structs, to advertise the functionality it can provide to the driver. Each extension is individually versioned and can be extended or phased out as the interface develops.
* 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)
* 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
| | | | New glxswapcontrol.c file added.
* 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
| | | | | | | | Updating OpenVMS compile support Modified Files: Mesa/src/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
* 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
| | | | | | | | | Add compile support in the xdemos directory for OpenVMS Modified Files: Mesa/descrip.mms Mesa/xdemos/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
* gears using GLX instead of GLUTBrian Paul2001-03-231-0/+497