summaryrefslogtreecommitdiffstats
path: root/progs/xdemos
Commit message (Expand)AuthorAgeFilesLines
* specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-7/+9
* Ignore new programsDan Nicholson2007-10-251-0/+2
* glxinfo: Try creating a GLX context using an fbconfig if no visuals are avail...Kristian Høgsberg2007-10-181-13/+46
* pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.Kristian Høgsberg2007-10-172-26/+48
* glxinfo: Also print number of fbconfigs.Kristian Høgsberg2007-10-171-1/+1
* Fixup a couple of thinkos in glxinfo changes.Kristian Høgsberg2007-10-171-5/+2
* Implement support for printing glx fbconfigs in glxinfo.Kristian Høgsberg2007-10-161-31/+195
* glxinfo: Only print visuals that actually support GLX.Kristian Høgsberg2007-10-161-5/+10
* Do XSync() before resetting error handler.Kristian Høgsberg2007-10-131-0/+1
* Example of cooperative rendering into one window by two processesBrian2007-10-114-1/+687
* New glxsnoop demo to display another window's z/stencil/back buffer.Brian2007-10-112-0/+378
* Ignore more generated files in progs/Dan Nicholson2007-10-101-2/+2
* add support for LDFLAGS env varDan Nicholson2007-09-281-5/+5
* Update .gitignore for tests and xdemos.Eric Anholt2007-09-241-0/+5
* clean-up (see bug 12317)Brian2007-09-101-11/+11
* xdemo case: Wei Wang's patch for bug#9759Xiang, Haihao2007-08-141-0/+5
* parse standard -geometry optionBrian2007-08-071-9/+6
* glxgears: Add an x/y window size parameter.Ingo Molnar2007-08-071-1/+11
* fix logic error, typosBrian2007-07-241-5/+4
* Improve this demo in a few ways.Brian2007-07-111-12/+22
* use glXGetProcAddress to get extension funcsBrian2007-05-291-3/+16
* set texcoords depending on GLX_Y_INVERTED_EXTBrian2007-05-211-5/+7
* GLX_EXT_texture_from_pixmap testBrian2007-05-192-0/+382
* Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.Brian2006-12-131-1/+1
* Use XDisplayName() when reporting errors (bug 8079).Brian2006-12-1310-11/+11
* glxinfo: When direct rendering is not enabled, print some hints.Michel Dänzer2006-12-061-1/+13
* Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+0
* Added -clip option to test glCopyPixels beyond window bounds.Brian Paul2006-10-161-18/+17
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-1/+1
* call reshape() after init() to set initial projection/viewing transform (see ...Brian Paul2006-05-171-2/+8
* bug 6941: fixed initial rendering problems in glxgearsTilman Sauerbeck2006-05-161-0/+1
* added a few extension #ifdef testsBrian Paul2006-05-151-1/+12
* usage() functionBrian Paul2006-05-151-2/+15
* Expanded output with -l option: vertex/fragment program and vertex/fragmentBrian Paul2006-05-131-24/+157
* Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore)Brian Paul2006-04-131-5/+5
* Added -l option for explicit locking around Xlib and GLX calls inBrian Paul2006-03-231-5/+64
* Added -p option to create a display connection per thread.Brian Paul2006-03-231-23/+88
* updated some printfs, added comment about sched_yieldBrian Paul2006-03-151-3/+7
* Free visinfo object (Tilman Sauerbeck)Brian Paul2006-01-161-0/+2
* Committing in .Jouk Jansen2005-09-231-1/+1
* s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)Brian Paul2005-08-251-1/+1
* delete display lists upon exitBrian Paul2005-08-091-0/+3
* overlay planes testBrian Paul2005-07-192-0/+246
* Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick2005-07-021-5/+5
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2005-05-071-6/+6
* added wrappers/helpers for creating/destroying rendering contextsBrian Paul2005-04-062-1/+45
* changed implementation of GetAllFBConfigs()Brian Paul2005-04-061-7/+4
* Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick2005-04-052-3/+11
* use girl2.rgb by defaultDave Airlie2005-02-261-1/+1
* Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie2005-02-262-1/+328