summaryrefslogtreecommitdiff
path: root/progs/xdemos/glxswapcontrol.c
AgeCommit message (Collapse)Author
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul
Conflicts: src/mesa/main/state.c
2009-08-03xdemo/glxswapcontrol: Move get_framge_usage after the swap.Pauli Nieminen
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 <suokkos@gmail.com>
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul
2009-06-30xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAYJon TURNEY
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 <jon.turney@dronecode.org.uk>
2008-10-16glxswapcontrol: added -fullscreen optionBrian Paul
2007-08-14xdemo case: Wei Wang's patch for bug#9759Xiang, Haihao
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2004-09-16silence warningsBrian Paul
2004-08-13minor fix for newest glxext.h headerBrian Paul
2003-09-08Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).Brian Paul
New glxswapcontrol.c file added.