summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-103/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* Merge branch '7.8'Ian Romanick2010-04-041-30/+15
|\
| * xdemos: Build object files firstJeremy Huddleston2010-04-031-30/+15
| | | | | | | | | | | | This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
| * Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-011-16/+31
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 9aadc793f3db64cefa0b08f18abad424a659dacc. This reverts commit 69ea4e7718efb60b6b0d795a355cebd6712ceac1. This reverts commit dbe8b013936d977ec63d6607bfd2fc6772d29787. This reverts commit 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890. This reverts commit 9495e3703062d1ddaf3161f4efc23f0b51284d9b. This reverts commit 0594cf70883b64692ba617d85f4f9b4e636e5c2b. This reverts commit 86a7978d37393ee34f876569ac06ffdb8d7289ae. This reverts commit 437902ce978cde9a0e1aa260f12dc232a8501c42.
| * xdemos: Build object files firstJeremy Huddleston2010-04-011-30/+15
| | | | | | | | | | | | This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
| * xdemos: Fix a build failure for non-autoconf configsJeremy Huddleston2010-04-011-1/+1
| | | | | | | | Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
* | Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-03-231-1/+1
| | | | | | | | | | | | | | | | The variable X_LIBS from AC_PATH_XTRA contains only the -L searchdir parameter and not the -lX11 to link to Xlib. Use X11 prefixed build vars for linking with Xlib to avoid the conflict. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
* | Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith2010-03-131-2/+2
|/ | | | | Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
* Add -L$(libdir) for xdemos and egl so that the right libX11 is foundJeff Smith2010-03-121-1/+1
| | | | | Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com>
* 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 <jbarnes@virtuousgeek.org>
* 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