summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Expand)AuthorFilesLines
2008-11-15Merge commit 'origin/master' into gallium-0.2Keith Whitwell3-0/+275
2008-11-12Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt3-0/+275
2008-10-27Merge commit 'origin/master' into gallium-0.2Alan Hourihane2-16/+127
2008-10-16glxswapcontrol: added -fullscreen optionBrian Paul1-14/+77
2008-10-16glxgears: for fullscreen, disable window borders the right wayBrian Paul1-2/+50
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-1/+0
2008-09-13remove invalid XDestroyWindow() callGuillaume Melquiond1-1/+0
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-15/+15
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul1-11/+11
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell3-145/+220
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond1-4/+4
2008-07-24query/print GLSL version stringBrian Paul1-0/+7
2008-06-04sync up with glxgears.c from masterBrian Paul1-75/+121
2008-06-04fix event handling issues (such as when resizing when not animating)Brian Paul1-10/+22
2008-06-04press 'a' to toggle animationBrian Paul1-1/+5
2008-06-04code refactoring (draw_frame(0, handle_event())Brian Paul1-71/+95
2008-06-04remove references to incorrect -winwidth/-winheight, replace with -geometryBrian Paul1-2/+1
2008-05-26Remove CVS keywords.José Fonseca1-1/+0
2008-05-21Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer1-0/+1
2008-05-20add new binaries to ignore to make 'git status' cleanerZack Rusin1-0/+1
2008-05-07updated options/helpBrian Paul1-5/+18
2008-05-07mesa: document a/s keysBrian Paul1-0/+2
2008-05-07mesa: add texturing to thread testBrian Paul1-67/+237
2008-05-05Ignore xdemos/sharedtexDan Nicholson1-0/+1
2008-04-30added xdemos/sharedtex.c testBrian Paul2-0/+325
2008-04-30added xdemos/sharedtex.c testBrian Paul2-0/+325
2008-04-03silence warningBrian1-1/+1
2008-03-21Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h>Eric Anholt1-1/+1
2008-03-10Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston1-1/+1
2008-02-29glxgears: oops, remove accidental commit of glFinish() hack.Kristian Høgsberg1-1/+0
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg1-0/+1
2008-02-25Remove files of unsupported build systems.José Fonseca1-83/+0
2008-02-17Ignore glxgears_pixmapDan Nicholson1-0/+1
2008-02-14Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality.Kristian Høgsberg2-0/+548
2008-01-22glxinfo: Fix multisample visual reporting.Adam Jackson1-1/+1
2008-01-22Don't build yuvrect_client by defaultBrian1-6/+17
2008-01-22remove unused varBrian1-1/+0
2008-01-22define M_PI if neededAlexey Sokolov1-0/+4
2007-11-12remove dependency on libGLUBrian1-2/+1
2007-10-29Rename 'mms-config.' to 'mms.config'.Michal Krol1-1/+1
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson1-7/+9
2007-10-25Ignore generated files.José Fonseca1-2/+7
2007-10-25Ignore new programsDan Nicholson1-0/+2
2007-10-18glxinfo: Try creating a GLX context using an fbconfig if no visuals are avail...Kristian Høgsberg1-13/+46
2007-10-17pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.Kristian Høgsberg2-26/+48
2007-10-17glxinfo: Also print number of fbconfigs.Kristian Høgsberg1-1/+1
2007-10-17Fixup a couple of thinkos in glxinfo changes.Kristian Høgsberg1-5/+2
2007-10-16Implement support for printing glx fbconfigs in glxinfo.Kristian Høgsberg1-31/+195
2007-10-16glxinfo: Only print visuals that actually support GLX.Kristian Høgsberg1-5/+10