summaryrefslogtreecommitdiffstats
path: root/progs/xdemos
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-11-153-0/+275
|\
| * Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt2008-11-123-0/+275
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-10-272-16/+127
|\ \ | |/
| * 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
* | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-181-1/+0
|\ \ | |/
| * remove invalid XDestroyWindow() callGuillaume Melquiond2008-09-131-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
* | 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
* | updated options/helpBrian Paul2008-05-071-5/+18
* | Ignore xdemos/sharedtexDan Nicholson2008-05-051-0/+1
* | added xdemos/sharedtex.c testBrian Paul2008-04-302-0/+325
* | silence warningBrian2008-04-031-1/+1
* | Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h>Eric Anholt2008-03-211-1/+1
* | Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston2008-03-101-1/+1
* | glxgears: oops, remove accidental commit of glFinish() hack.Kristian Høgsberg2008-02-291-1/+0
* | Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-0/+1
* | Ignore glxgears_pixmapDan Nicholson2008-02-171-0/+1
* | Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality.Kristian Høgsberg2008-02-142-0/+548
* | glxinfo: Fix multisample visual reporting.Adam Jackson2008-01-221-1/+1
* | Don't build yuvrect_client by defaultBrian2008-01-221-6/+17
* | remove unused varBrian2008-01-221-1/+0
* | define M_PI if neededAlexey Sokolov2008-01-221-0/+4
* | remove dependency on libGLUBrian2007-11-121-2/+1
* | specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-7/+9
* | Ignore new programsDan Nicholson2007-10-251-0/+2
* | glxinfo: Try creating a GLX context using an fbconfig if no visuals are avail...Kristian Høgsberg2007-10-181-13/+46
* | pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.Kristian Høgsberg2007-10-172-26/+48
* | glxinfo: Also print number of fbconfigs.Kristian Høgsberg2007-10-171-1/+1
* | Fixup a couple of thinkos in glxinfo changes.Kristian Høgsberg2007-10-171-5/+2
* | Implement support for printing glx fbconfigs in glxinfo.Kristian Høgsberg2007-10-161-31/+195
* | glxinfo: Only print visuals that actually support GLX.Kristian Høgsberg2007-10-161-5/+10