summaryrefslogtreecommitdiff
path: root/progs/xdemos/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-08-07progs/xdemos: added multictx.c (multi-context rendering demo)Brian Paul1-0/+1
2009-03-24demos: add LDFLAGS for corender target, bug 20844Brian Paul1-1/+1
2009-03-13xdemos: Add multithreaded sharedtex_mt.Thomas Hellstrom1-0/+1
2008-11-15Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-0/+1
2008-11-12Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt1-0/+1
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-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond1-4/+4
2008-04-30added xdemos/sharedtex.c testBrian Paul1-0/+1
2008-04-30added xdemos/sharedtex.c testBrian Paul1-0/+1
2008-02-14Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality.Kristian Høgsberg1-0/+1
2008-01-22Don't build yuvrect_client by defaultBrian1-6/+17
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson1-7/+9
2007-10-11Example of cooperative rendering into one window by two processesBrian1-1/+11
2007-10-11New glxsnoop demo to display another window's z/stencil/back buffer.Brian1-0/+1
2007-09-28add support for LDFLAGS env varDan Nicholson1-5/+5
2007-09-10clean-up (see bug 12317)Brian1-11/+11
2007-05-19GLX_EXT_texture_from_pixmap testBrian1-0/+1
2006-12-13Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.Brian1-1/+1
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-1/+1
2006-04-13Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore)Brian Paul1-5/+5
2005-07-19overlay planes testBrian Paul1-0/+1
2005-07-02Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick1-5/+5
2005-04-05Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick1-0/+6
2005-02-26Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie1-1/+2
2005-01-17remove trailing slash from TOP definitionDaniel Borca1-1/+1
2005-01-12new test to exercise context and window create/deleteKeith Whitwell1-0/+1
2004-03-26minor fixesBrian Paul1-7/+5
2004-03-26Tweaks for make clean / realclean.Brian Paul1-4/+1
2004-03-26New Makefile systemBrian Paul1-0/+79