summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Expand)AuthorFilesLines
2008-06-04sync up with glxgears.c from masterBrian Paul1-75/+121
2008-05-26Remove CVS keywords.José Fonseca1-1/+0
2008-05-21Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer1-0/+1
2008-05-20add new binaries to ignore to make 'git status' cleanerZack Rusin1-0/+1
2008-05-07mesa: document a/s keysBrian Paul1-0/+2
2008-05-07mesa: add texturing to thread testBrian Paul1-67/+237
2008-04-30added xdemos/sharedtex.c testBrian Paul2-0/+325
2008-02-25Remove files of unsupported build systems.José Fonseca1-83/+0
2007-10-29Rename 'mms-config.' to 'mms.config'.Michal Krol1-1/+1
2007-10-25Ignore generated files.José Fonseca1-2/+7
2007-07-24fix logic error, typosBrian1-5/+4
2007-07-11Improve this demo in a few ways.Brian1-12/+22
2007-05-29use glXGetProcAddress to get extension funcsBrian1-3/+16
2007-05-21set texcoords depending on GLX_Y_INVERTED_EXTBrian1-5/+7
2007-05-19GLX_EXT_texture_from_pixmap testBrian2-0/+382
2006-12-13Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.Brian1-1/+1
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian10-11/+11
2006-12-06glxinfo: When direct rendering is not enabled, print some hints.Michel Dänzer1-1/+13
2006-12-06Make git ignore files only generated at build time.Michel Dänzer1-0/+0
2006-10-16Added -clip option to test glCopyPixels beyond window bounds.Brian Paul1-18/+17
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-1/+1
2006-05-17call reshape() after init() to set initial projection/viewing transform (see ...Brian Paul1-2/+8
2006-05-16bug 6941: fixed initial rendering problems in glxgearsTilman Sauerbeck1-0/+1
2006-05-15added a few extension #ifdef testsBrian Paul1-1/+12
2006-05-15usage() functionBrian Paul1-2/+15
2006-05-13Expanded output with -l option: vertex/fragment program and vertex/fragmentBrian Paul1-24/+157
2006-04-13Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore)Brian Paul1-5/+5
2006-03-23Added -l option for explicit locking around Xlib and GLX calls inBrian Paul1-5/+64
2006-03-23Added -p option to create a display connection per thread.Brian Paul1-23/+88
2006-03-15updated some printfs, added comment about sched_yieldBrian Paul1-3/+7
2006-01-16Free visinfo object (Tilman Sauerbeck)Brian Paul1-0/+2
2005-09-23 Committing in .Jouk Jansen1-1/+1
2005-08-25s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)Brian Paul1-1/+1
2005-08-09delete display lists upon exitBrian Paul1-0/+3
2005-07-19overlay planes testBrian Paul2-0/+246
2005-07-02Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick1-5/+5
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul1-6/+6
2005-04-06added wrappers/helpers for creating/destroying rendering contextsBrian Paul2-1/+45
2005-04-06changed implementation of GetAllFBConfigs()Brian Paul1-7/+4
2005-04-05Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick2-3/+11
2005-02-26use girl2.rgb by defaultDave Airlie1-1/+1
2005-02-26Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie2-1/+328
2005-01-17remove trailing slash from TOP definitionDaniel Borca1-1/+1
2005-01-12new test to exercise context and window create/deleteKeith Whitwell2-0/+610
2005-01-10remove a debug lineBrian Paul1-1/+0
2005-01-10tweak output formattting, fixed uninitialized var errorBrian Paul2-46/+48
2005-01-09improved animation rateBrian Paul1-20/+29
2005-01-09rotate at a reasonable rateBrian Paul1-16/+27
2005-01-07added GetAllFBConfigs()Brian Paul1-0/+23
2005-01-06New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul2-23/+8