Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glxgears: for fullscreen, disable window borders the right way | Brian Paul | 2008-10-16 | 1 | -2/+50 |
| | |||||
* | fix event handling issues (such as when resizing when not animating) | Brian Paul | 2008-06-04 | 1 | -10/+22 |
| | |||||
* | press 'a' to toggle animation | Brian Paul | 2008-06-04 | 1 | -1/+5 |
| | |||||
* | code refactoring (draw_frame(0, handle_event()) | Brian Paul | 2008-06-04 | 1 | -71/+95 |
| | |||||
* | remove references to incorrect -winwidth/-winheight, replace with -geometry | Brian Paul | 2008-06-04 | 1 | -2/+1 |
| | |||||
* | glxgears: oops, remove accidental commit of glFinish() hack. | Kristian Høgsberg | 2008-02-29 | 1 | -1/+0 |
| | |||||
* | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg | 2008-02-29 | 1 | -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 option | Brian | 2007-08-07 | 1 | -9/+6 |
| | |||||
* | glxgears: Add an x/y window size parameter. | Ingo Molnar | 2007-08-07 | 1 | -1/+11 |
| | |||||
* | call reshape() after init() to set initial projection/viewing transform (see ↵ | Brian Paul | 2006-05-17 | 1 | -2/+8 |
| | | | | bug 6941) | ||||
* | bug 6941: fixed initial rendering problems in glxgears | Tilman Sauerbeck | 2006-05-16 | 1 | -0/+1 |
| | |||||
* | usage() function | Brian Paul | 2006-05-15 | 1 | -2/+15 |
| | |||||
* | delete display lists upon exit | Brian Paul | 2005-08-09 | 1 | -0/+3 |
| | |||||
* | improved animation rate | Brian Paul | 2005-01-09 | 1 | -20/+29 |
| | |||||
* | Add a -fullscreen option | Keith Whitwell | 2004-12-20 | 1 | -1/+12 |
| | |||||
* | added stereo option (Jacek Rosik) | Brian Paul | 2004-10-26 | 1 | -17/+92 |
| | |||||
* | wrap angle value (Philipp Klaus Krause) | Brian Paul | 2004-10-23 | 1 | -0/+2 |
| | |||||
* | Remove all the swap_control stuff from glxgears demo (restored to vers 1.2). | Brian Paul | 2003-09-08 | 1 | -331/+8 |
| | | | | New glxswapcontrol.c file added. | ||||
* | Removed an accidental addition in the previous commit. | Ian Romanick | 2003-05-30 | 1 | -1/+0 |
| | |||||
* | applied Ian's misc patches | Brian Paul | 2003-05-30 | 1 | -5/+104 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-04-29 | 1 | -2/+4 |
| | | | | | | | | Updating OpenVMS compile support Modified Files: Mesa/src/descrip.mms Mesa/xdemos/glxgears.c ---------------------------------------------------------------------- | ||||
* | fix typo | Brian Paul | 2003-04-09 | 1 | -1/+1 |
| | |||||
* | add support for swap and sync extensions (Ian Romanick) | Brian Paul | 2003-04-09 | 1 | -3/+226 |
| | |||||
* | Committing in . | Jouk Jansen | 2002-10-08 | 1 | -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 GLUT | Brian Paul | 2001-03-23 | 1 | -0/+497 |