Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -893/+0 |
| | | | | | | | 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. | ||||
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-05 | 1 | -2/+3 |
|\ | | | | | | | | | | | Conflicts: src/mesa/main/state.c | ||||
| * | xdemo/glxswapcontrol: Move get_framge_usage after the swap. | Pauli Nieminen | 2009-08-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | This fixes the problem that first frame would report bogus usage values. Problem was caused because get_frame_usage returned data from previous buffer swap. Signed-off-by: Pauli Nieminen <[email protected]> | ||||
* | | demos: use glEnable/DisableClientState() for vertex arrays | Brian Paul | 2009-07-08 | 1 | -4/+4 |
|/ | |||||
* | xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAY | Jon TURNEY | 2009-06-30 | 1 | -1/+1 |
| | | | | | | | Fix xdemos which default to using display :0.0 to default to $DISPLAY, this is kind of irritating when testing on a display other than :0.0 Signed-off-by: Jon TURNEY <[email protected]> | ||||
* | glxswapcontrol: added -fullscreen option | Brian Paul | 2008-10-16 | 1 | -14/+77 |
| | |||||
* | xdemo case: Wei Wang's patch for bug#9759 | Xiang, Haihao | 2007-08-14 | 1 | -0/+5 |
| | |||||
* | Use XDisplayName() when reporting errors (bug 8079). | Brian | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | silence warnings | Brian Paul | 2004-09-16 | 1 | -1/+1 |
| | |||||
* | minor fix for newest glxext.h header | Brian Paul | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | Remove all the swap_control stuff from glxgears demo (restored to vers 1.2). | Brian Paul | 2003-09-08 | 1 | -0/+824 |
New glxswapcontrol.c file added. |