summaryrefslogtreecommitdiffstats
path: root/progs/xdemos
Commit message (Expand)AuthorAgeFilesLines
* progs/xdemos: add multictx to .gitignoreBrian Paul2009-08-191-0/+1
* progs/xdemos: added multictx.c (multi-context rendering demo)Brian Paul2009-08-072-0/+586
* glxgears: make functions static, update commentsBrian Paul2009-08-071-10/+3
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-052-2/+6
|\
| * xdemo/glxswapcontrol: Move get_framge_usage after the swap.Pauli Nieminen2009-08-031-2/+3
| * xdemos/glxcontexts: Don't leak visual info when choosing visual again.Pauli Nieminen2009-08-031-0/+3
* | demos: use glEnable/DisableClientState() for vertex arraysBrian Paul2009-07-081-4/+4
|/
* demos: Fix vsync checking in glxgearsIan Romanick2009-07-061-19/+16
* xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAYJon TURNEY2009-06-304-5/+6
* demos: fix issues in glxcontexts.cBrian Paul2009-06-231-114/+46
* demos: ensure display lists are destroyed for next generationAlan Hourihane2009-04-241-0/+4
* demos: add LDFLAGS for corender target, bug 20844Brian Paul2009-03-241-1/+1
* xdemos: Fix sharedtex_mt.Thomas Hellstrom2009-03-171-70/+33
* mesa: .gitignoreYounes Manton2009-03-141-0/+1
* xdemos: Add multithreaded sharedtex_mt.Thomas Hellstrom2009-03-132-0/+524
* demos: move declaration before codeBrian Paul2009-03-121-1/+1
* xdemos: On termination with `esc` close the contexts correctly.Alan Hourihane2009-03-111-1/+1
* demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.Alan Hourihane2009-02-161-0/+1
* demos: better error message for overlay.c, see bug 20055Brian Paul2009-02-111-1/+2
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-093-159/+235
|\
| * Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-11-153-0/+275
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-10-272-16/+127
| |\ \
| * \ \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-181-1/+0
| |\ \ \
| * \ \ \ Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-15/+15
| |\ \ \ \
| | * | | | define new APP_CC configuration variable for building apps/demos/testsBrian Paul2008-09-111-11/+11
| * | | | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-113-145/+220
| |\ \ \ \ \ | | |/ / / /
| | * | | | sync up with glxgears.c from masterBrian Paul2008-06-041-75/+121
| | * | | | Remove CVS keywords.José Fonseca2008-05-261-1/+0
| | * | | | Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer2008-05-211-0/+1
| | |\ \ \ \
| | | * | | | add new binaries to ignore to make 'git status' cleanerZack Rusin2008-05-201-0/+1
| | * | | | | mesa: document a/s keysBrian Paul2008-05-071-0/+2
| | * | | | | mesa: add texturing to thread testBrian Paul2008-05-071-67/+237
| | |/ / / /
| | * | | | added xdemos/sharedtex.c testBrian Paul2008-04-302-0/+325
| | * | | | Remove files of unsupported build systems.José Fonseca2008-02-251-83/+0
| | * | | | Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| | * | | | Ignore generated files.José Fonseca2007-10-251-2/+7
* | | | | | glxgears: No, really. Fix the dyslexia.Ian Romanick2009-02-011-1/+1
* | | | | | Fix dyslexia.Ian Romanick2009-01-301-1/+1
* | | | | | glxgears: Log a message if synched to vblankIan Romanick2009-01-301-0/+74
| |_|_|_|/ |/| | | |
* | | | | Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt2008-11-123-0/+275
| |_|_|/ |/| | |
* | | | glxswapcontrol: added -fullscreen optionBrian Paul2008-10-161-14/+77
* | | | glxgears: for fullscreen, disable window borders the right wayBrian Paul2008-10-161-2/+50
* | | | Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
| |_|/ |/| |
* | | remove invalid XDestroyWindow() callGuillaume Melquiond2008-09-131-1/+0
|/ /
* | Always pass CFLAGS when compiling or linking demosGuillaume Melquiond2008-07-301-4/+4
* | query/print GLSL version stringBrian Paul2008-07-241-0/+7
* | 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