summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/glxswapcontrol.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-051-2/+3
|\ | | | | | | | | | | Conflicts: src/mesa/main/state.c
| * xdemo/glxswapcontrol: Move get_framge_usage after the swap.Pauli Nieminen2009-08-031-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 arraysBrian Paul2009-07-081-4/+4
|/
* xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAYJon TURNEY2009-06-301-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 optionBrian Paul2008-10-161-14/+77
|
* xdemo case: Wei Wang's patch for bug#9759Xiang, Haihao2007-08-141-0/+5
|
* Use XDisplayName() when reporting errors (bug 8079).Brian2006-12-131-1/+1
|
* silence warningsBrian Paul2004-09-161-1/+1
|
* minor fix for newest glxext.h headerBrian Paul2004-08-131-1/+1
|
* Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).Brian Paul2003-09-081-0/+824
New glxswapcontrol.c file added.