summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Expand)AuthorFilesLines
2009-03-24demos: add LDFLAGS for corender target, bug 20844Brian Paul1-1/+1
2009-03-13glxgears: No, really. Fix the dyslexia. (cherry picked from commit 5b5ddfb89c...Ian Romanick1-1/+1
2009-03-13Fix dyslexia. (cherry picked from commit 9d6880ec8d4c13540452a8208ca69a58a3f8...Ian Romanick1-1/+1
2009-03-13glxgears: Log a message if synched to vblankIan Romanick1-0/+74
2009-03-11xdemos: On termination with `esc` close the contexts correctly.Alan Hourihane1-1/+1
2009-02-16demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.Alan Hourihane1-0/+1
2008-11-12Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt3-0/+275
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-13remove invalid XDestroyWindow() callGuillaume Melquiond1-1/+0
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-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-07updated options/helpBrian Paul1-5/+18
2008-05-05Ignore xdemos/sharedtexDan Nicholson1-0/+1
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-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-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson1-7/+9
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
2007-10-13Do XSync() before resetting error handler.Kristian Høgsberg1-0/+1
2007-10-11Example of cooperative rendering into one window by two processesBrian4-1/+687
2007-10-11New glxsnoop demo to display another window's z/stencil/back buffer.Brian2-0/+378
2007-10-10Ignore more generated files in progs/Dan Nicholson1-2/+2
2007-09-28add support for LDFLAGS env varDan Nicholson1-5/+5
2007-09-24Update .gitignore for tests and xdemos.Eric Anholt1-0/+5
2007-09-10clean-up (see bug 12317)Brian1-11/+11
2007-08-14xdemo case: Wei Wang's patch for bug#9759Xiang, Haihao1-0/+5
2007-08-07parse standard -geometry optionBrian1-9/+6
2007-08-07glxgears: Add an x/y window size parameter.Ingo Molnar1-1/+11