summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Expand)Author
2008-11-12Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt
2008-10-16glxswapcontrol: added -fullscreen optionBrian Paul
2008-10-16glxgears: for fullscreen, disable window borders the right wayBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-13remove invalid XDestroyWindow() callGuillaume Melquiond
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond
2008-07-24query/print GLSL version stringBrian Paul
2008-06-04fix event handling issues (such as when resizing when not animating)Brian Paul
2008-06-04press 'a' to toggle animationBrian Paul
2008-06-04code refactoring (draw_frame(0, handle_event())Brian Paul
2008-06-04remove references to incorrect -winwidth/-winheight, replace with -geometryBrian Paul
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