Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xdemos: add OML sync test | Jesse Barnes | 2010-03-04 | 1 | -0/+1 |
| | | | | Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c. | ||||
* | DRI2: add OML_sync_control support | Jesse Barnes | 2010-01-08 | 1 | -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 linker | Brian Paul | 2009-11-17 | 1 | -0/+3 |
| | |||||
* | progs/xdemos: added multictx.c (multi-context rendering demo) | Brian Paul | 2009-08-07 | 1 | -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 20844 | Brian Paul | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | xdemos: Add multithreaded sharedtex_mt. | Thomas Hellstrom | 2009-03-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | ||||
* | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-11-15 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: src/mesa/shader/prog_print.c | ||||
| * | Add glsync demo program from jbarnes for testing vblank synchronization. | Eric Anholt | 2008-11-12 | 1 | -0/+1 |
| | | |||||
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -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/tests | Brian Paul | 2008-09-11 | 1 | -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 test | Brian Paul | 2008-04-30 | 1 | -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 demos | Guillaume Melquiond | 2008-07-30 | 1 | -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 test | Brian Paul | 2008-04-30 | 1 | -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øgsberg | 2008-02-14 | 1 | -0/+1 |
| | | |||||
* | | Don't build yuvrect_client by default | Brian | 2008-01-22 | 1 | -6/+17 |
| | | | | | | | | Added 'extra' rule to build optional yuvrect_client, shape, xdemo programs | ||||
* | | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | 2007-10-29 | 1 | -7/+9 |
| | | |||||
* | | Example of cooperative rendering into one window by two processes | Brian | 2007-10-11 | 1 | -1/+11 |
| | | |||||
* | | New glxsnoop demo to display another window's z/stencil/back buffer. | Brian | 2007-10-11 | 1 | -0/+1 |
| | | |||||
* | | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -5/+5 |
| | | |||||
* | | clean-up (see bug 12317) | Brian | 2007-09-10 | 1 | -11/+11 |
|/ | |||||
* | GLX_EXT_texture_from_pixmap test | Brian | 2007-05-19 | 1 | -0/+1 |
| | |||||
* | Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI. | Brian | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -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 Paul | 2006-04-13 | 1 | -5/+5 |
| | |||||
* | overlay planes test | Brian Paul | 2005-07-19 | 1 | -0/+1 |
| | |||||
* | Add $(CFLAGS) to the link commands. This makes 'make linux-x86 | Ian Romanick | 2005-07-02 | 1 | -5/+5 |
| | | | | ARCH_FLAGS=-m32' work correctly on x86-64 systems. | ||||
* | Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it | Ian Romanick | 2005-04-05 | 1 | -0/+6 |
| | | | | to the Makefile as well. | ||||
* | Add glXAllocateMemoryMESA demo app using ycbcr... | Dave Airlie | 2005-02-26 | 1 | -1/+2 |
| | | | | add girl2.rgb which is a slightly resized girl.rgb so client texturing works | ||||
* | remove trailing slash from TOP definition | Daniel Borca | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | new test to exercise context and window create/delete | Keith Whitwell | 2005-01-12 | 1 | -0/+1 |
| | |||||
* | minor fixes | Brian Paul | 2004-03-26 | 1 | -7/+5 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 1 | -4/+1 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+79 |