summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Expand)Author
2008-02-17Ignore glxgears_pixmapDan Nicholson
2008-02-14Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality.Kristian Høgsberg
2008-01-22glxinfo: Fix multisample visual reporting.Adam Jackson
2008-01-22Don't build yuvrect_client by defaultBrian
2008-01-22remove unused varBrian
2008-01-22define M_PI if neededAlexey Sokolov
2007-11-12remove dependency on libGLUBrian
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson
2007-10-25Ignore new programsDan Nicholson
2007-10-18glxinfo: Try creating a GLX context using an fbconfig if no visuals are avail...Kristian Høgsberg
2007-10-17pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.Kristian Høgsberg
2007-10-17glxinfo: Also print number of fbconfigs.Kristian Høgsberg
2007-10-17Fixup a couple of thinkos in glxinfo changes.Kristian Høgsberg
2007-10-16Implement support for printing glx fbconfigs in glxinfo.Kristian Høgsberg
2007-10-16glxinfo: Only print visuals that actually support GLX.Kristian Høgsberg
2007-10-13Do XSync() before resetting error handler.Kristian Høgsberg
2007-10-11Example of cooperative rendering into one window by two processesBrian
2007-10-11New glxsnoop demo to display another window's z/stencil/back buffer.Brian
2007-10-10Ignore more generated files in progs/Dan Nicholson
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-24Update .gitignore for tests and xdemos.Eric Anholt
2007-09-10clean-up (see bug 12317)Brian
2007-08-14xdemo case: Wei Wang's patch for bug#9759Xiang, Haihao
2007-08-07parse standard -geometry optionBrian
2007-08-07glxgears: Add an x/y window size parameter.Ingo Molnar
2007-07-24fix logic error, typosBrian
2007-07-11Improve this demo in a few ways.Brian
2007-05-29use glXGetProcAddress to get extension funcsBrian
2007-05-21set texcoords depending on GLX_Y_INVERTED_EXTBrian
2007-05-19GLX_EXT_texture_from_pixmap testBrian
2006-12-13Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.Brian
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2006-12-06glxinfo: When direct rendering is not enabled, print some hints.Michel Dänzer
2006-12-06Make git ignore files only generated at build time.Michel Dänzer
2006-10-16Added -clip option to test glCopyPixels beyond window bounds.Brian Paul
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-05-17call reshape() after init() to set initial projection/viewing transform (see ...Brian Paul
2006-05-16bug 6941: fixed initial rendering problems in glxgearsTilman Sauerbeck
2006-05-15added a few extension #ifdef testsBrian Paul
2006-05-15usage() functionBrian Paul
2006-05-13Expanded output with -l option: vertex/fragment program and vertex/fragmentBrian Paul
2006-04-13Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore)Brian Paul
2006-03-23Added -l option for explicit locking around Xlib and GLX calls inBrian Paul
2006-03-23Added -p option to create a display connection per thread.Brian Paul
2006-03-15updated some printfs, added comment about sched_yieldBrian Paul
2006-01-16Free visinfo object (Tilman Sauerbeck)Brian Paul
2005-09-23 Committing in .Jouk Jansen
2005-08-25s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)Brian Paul
2005-08-09delete display lists upon exitBrian Paul
2005-07-19overlay planes testBrian Paul