summaryrefslogtreecommitdiff
path: root/progs/xdemos/Makefile
AgeCommit message (Collapse)Author
2007-05-19GLX_EXT_texture_from_pixmap testBrian
2006-12-13Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.Brian
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2006-04-13Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore)Brian Paul
2005-07-19overlay planes testBrian Paul
2005-07-02Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick
ARCH_FLAGS=-m32' work correctly on x86-64 systems.
2005-04-05Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick
to the Makefile as well.
2005-02-26Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie
add girl2.rgb which is a slightly resized girl.rgb so client texturing works
2005-01-17remove trailing slash from TOP definitionDaniel Borca
2005-01-12new test to exercise context and window create/deleteKeith Whitwell
2004-03-26minor fixesBrian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26New Makefile systemBrian Paul