summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Expand)Author
2008-05-07updated options/helpBrian Paul
2008-05-05Ignore xdemos/sharedtexDan Nicholson
2008-04-30added xdemos/sharedtex.c testBrian Paul
2008-04-03silence warningBrian
2008-03-21Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h>Eric Anholt
2008-03-10Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston
2008-02-29glxgears: oops, remove accidental commit of glFinish() hack.Kristian Høgsberg
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
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