Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | Always pass CFLAGS when compiling or linking demos | Guillaume Melquiond | |
To ensure that the correct architecture flags are used, always pass the user's CFLAGS when compiling or linking the demos. Fixes #16860. | |||
2008-04-30 | added xdemos/sharedtex.c test | Brian Paul | |
Test that modifications to a texture object in one rendering context are seen in a second rendering context. Press 't' to change the texture's image/colors. | |||
2008-02-14 | Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality. | Kristian Høgsberg | |
2008-01-22 | Don't build yuvrect_client by default | Brian | |
Added 'extra' rule to build optional yuvrect_client, shape, xdemo programs | |||
2007-10-29 | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | |
2007-10-11 | Example of cooperative rendering into one window by two processes | Brian | |
2007-10-11 | New glxsnoop demo to display another window's z/stencil/back buffer. | Brian | |
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2007-09-10 | clean-up (see bug 12317) | Brian | |
2007-05-19 | GLX_EXT_texture_from_pixmap test | Brian | |
2006-12-13 | Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI. | Brian | |
2006-07-13 | LIB_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-13 | Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore) | Brian Paul | |
2005-07-19 | overlay planes test | Brian Paul | |
2005-07-02 | Add $(CFLAGS) to the link commands. This makes 'make linux-x86 | Ian Romanick | |
ARCH_FLAGS=-m32' work correctly on x86-64 systems. | |||
2005-04-05 | Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it | Ian Romanick | |
to the Makefile as well. | |||
2005-02-26 | Add glXAllocateMemoryMESA demo app using ycbcr... | Dave Airlie | |
add girl2.rgb which is a slightly resized girl.rgb so client texturing works | |||
2005-01-17 | remove trailing slash from TOP definition | Daniel Borca | |
2005-01-12 | new test to exercise context and window create/delete | Keith Whitwell | |
2004-03-26 | minor fixes | Brian Paul | |
2004-03-26 | Tweaks for make clean / realclean. | Brian Paul | |
2004-03-26 | New Makefile system | Brian Paul | |