summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-103/+0
* Merge branch '7.8'Ian Romanick2010-04-041-30/+15
|\
| * xdemos: Build object files firstJeremy Huddleston2010-04-031-30/+15
| * Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-011-16/+31
| * xdemos: Build object files firstJeremy Huddleston2010-04-011-30/+15
| * xdemos: Fix a build failure for non-autoconf configsJeremy Huddleston2010-04-011-1/+1
* | Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-03-231-1/+1
* | Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith2010-03-131-2/+2
|/
* Add -L$(libdir) for xdemos and egl so that the right libX11 is foundJeff Smith2010-03-121-1/+1
* xdemos: add OML sync testJesse Barnes2010-03-041-0/+1
* DRI2: add OML_sync_control supportJesse Barnes2010-01-081-0/+1
* progs/xdemos: added -lX11 -lpthread for GNU gold linkerBrian Paul2009-11-171-0/+3
* progs/xdemos: added multictx.c (multi-context rendering demo)Brian Paul2009-08-071-0/+1
* demos: add LDFLAGS for corender target, bug 20844Brian Paul2009-03-241-1/+1
* xdemos: Add multithreaded sharedtex_mt.Thomas Hellstrom2009-03-131-0/+1
* Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-11-151-0/+1
|\
| * Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt2008-11-121-0/+1
* | 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
| * added xdemos/sharedtex.c testBrian Paul2008-04-301-0/+1
* | Always pass CFLAGS when compiling or linking demosGuillaume Melquiond2008-07-301-4/+4
* | added xdemos/sharedtex.c testBrian Paul2008-04-301-0/+1
* | Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality.Kristian Høgsberg2008-02-141-0/+1
* | Don't build yuvrect_client by defaultBrian2008-01-221-6/+17
* | specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-7/+9
* | Example of cooperative rendering into one window by two processesBrian2007-10-111-1/+11
* | New glxsnoop demo to display another window's z/stencil/back buffer.Brian2007-10-111-0/+1
* | add support for LDFLAGS env varDan Nicholson2007-09-281-5/+5
* | clean-up (see bug 12317)Brian2007-09-101-11/+11
|/
* GLX_EXT_texture_from_pixmap testBrian2007-05-191-0/+1
* Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.Brian2006-12-131-1/+1
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-1/+1
* Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore)Brian Paul2006-04-131-5/+5
* overlay planes testBrian Paul2005-07-191-0/+1
* Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick2005-07-021-5/+5
* Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick2005-04-051-0/+6
* Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie2005-02-261-1/+2
* remove trailing slash from TOP definitionDaniel Borca2005-01-171-1/+1
* new test to exercise context and window create/deleteKeith Whitwell2005-01-121-0/+1
* minor fixesBrian Paul2004-03-261-7/+5
* Tweaks for make clean / realclean.Brian Paul2004-03-261-4/+1
* New Makefile systemBrian Paul2004-03-261-0/+79