summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* xdemos: add OML sync testJesse Barnes2010-03-041-0/+1
| | | | Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c.
* DRI2: add OML_sync_control supportJesse Barnes2010-01-081-0/+1
| | | | | | | | Add OML_sync_control support, along with a simple program for testing it. This means adding support for the DRI2GetMSC, DRI2WaitMSC and DRI2WaitSBC requests. Signed-off-by: Jesse Barnes <[email protected]>
* 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
| | | | | | Create one window and render into it with two GLX contexts. Setup the rendering state differently for each context to be sure there's no state "bleeding" between contexts.
* demos: add LDFLAGS for corender target, bug 20844Brian Paul2009-03-241-1/+1
|
* xdemos: Add multithreaded sharedtex_mt.Thomas Hellstrom2009-03-131-0/+1
| | | | Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
* Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-11-151-0/+1
|\ | | | | | | | | | | Conflicts: src/mesa/shader/prog_print.c
| * 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
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile progs/demos/Makefile progs/glsl/Makefile progs/redbook/Makefile progs/samples/Makefile progs/tests/Makefile progs/trivial/Makefile progs/xdemos/Makefile src/gallium/Makefile src/mesa/main/attrib.c src/mesa/main/bufferobj.c src/mesa/vbo/vbo_exec_draw.c
| * define new APP_CC configuration variable for building apps/demos/testsBrian Paul2008-09-111-11/+11
| | | | | | | | | | For Cell, need to use different compilers for the libraries vs. the demos/tests to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
| * added xdemos/sharedtex.c testBrian Paul2008-04-301-0/+1
| | | | | | | | | | | | 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.
* | Always pass CFLAGS when compiling or linking demosGuillaume Melquiond2008-07-301-4/+4
| | | | | | | | | | To ensure that the correct architecture flags are used, always pass the user's CFLAGS when compiling or linking the demos. Fixes #16860.
* | added xdemos/sharedtex.c testBrian Paul2008-04-301-0/+1
| | | | | | | | | | | | 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.
* | 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
| | | | | | | | Added 'extra' rule to build optional yuvrect_client, shape, xdemo programs
* | 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
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* 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
| | | | ARCH_FLAGS=-m32' work correctly on x86-64 systems.
* Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick2005-04-051-0/+6
| | | | to the Makefile as well.
* Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie2005-02-261-1/+2
| | | | add girl2.rgb which is a slightly resized girl.rgb so client texturing works
* 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