| Commit message (Expand) | Author | Age | Files | Lines |
* | glxinfo: Fix multisample visual reporting. | Adam Jackson | 2008-01-22 | 1 | -1/+1 |
* | Don't build yuvrect_client by default | Brian | 2008-01-22 | 1 | -6/+17 |
* | remove unused var | Brian | 2008-01-22 | 1 | -1/+0 |
* | define M_PI if needed | Alexey Sokolov | 2008-01-22 | 1 | -0/+4 |
* | remove dependency on libGLU | Brian | 2007-11-12 | 1 | -2/+1 |
* | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | 2007-10-29 | 1 | -7/+9 |
* | Ignore new programs | Dan Nicholson | 2007-10-25 | 1 | -0/+2 |
* | glxinfo: Try creating a GLX context using an fbconfig if no visuals are avail... | Kristian Høgsberg | 2007-10-18 | 1 | -13/+46 |
* | pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions. | Kristian Høgsberg | 2007-10-17 | 2 | -26/+48 |
* | glxinfo: Also print number of fbconfigs. | Kristian Høgsberg | 2007-10-17 | 1 | -1/+1 |
* | Fixup a couple of thinkos in glxinfo changes. | Kristian Høgsberg | 2007-10-17 | 1 | -5/+2 |
* | Implement support for printing glx fbconfigs in glxinfo. | Kristian Høgsberg | 2007-10-16 | 1 | -31/+195 |
* | glxinfo: Only print visuals that actually support GLX. | Kristian Høgsberg | 2007-10-16 | 1 | -5/+10 |
* | Do XSync() before resetting error handler. | Kristian Høgsberg | 2007-10-13 | 1 | -0/+1 |
* | Example of cooperative rendering into one window by two processes | Brian | 2007-10-11 | 4 | -1/+687 |
* | New glxsnoop demo to display another window's z/stencil/back buffer. | Brian | 2007-10-11 | 2 | -0/+378 |
* | Ignore more generated files in progs/ | Dan Nicholson | 2007-10-10 | 1 | -2/+2 |
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -5/+5 |
* | Update .gitignore for tests and xdemos. | Eric Anholt | 2007-09-24 | 1 | -0/+5 |
* | clean-up (see bug 12317) | Brian | 2007-09-10 | 1 | -11/+11 |
* | xdemo case: Wei Wang's patch for bug#9759 | Xiang, Haihao | 2007-08-14 | 1 | -0/+5 |
* | parse standard -geometry option | Brian | 2007-08-07 | 1 | -9/+6 |
* | glxgears: Add an x/y window size parameter. | Ingo Molnar | 2007-08-07 | 1 | -1/+11 |
* | fix logic error, typos | Brian | 2007-07-24 | 1 | -5/+4 |
* | Improve this demo in a few ways. | Brian | 2007-07-11 | 1 | -12/+22 |
* | use glXGetProcAddress to get extension funcs | Brian | 2007-05-29 | 1 | -3/+16 |
* | set texcoords depending on GLX_Y_INVERTED_EXT | Brian | 2007-05-21 | 1 | -5/+7 |
* | GLX_EXT_texture_from_pixmap test | Brian | 2007-05-19 | 2 | -0/+382 |
* | Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI. | Brian | 2006-12-13 | 1 | -1/+1 |
* | Use XDisplayName() when reporting errors (bug 8079). | Brian | 2006-12-13 | 10 | -11/+11 |
* | glxinfo: When direct rendering is not enabled, print some hints. | Michel Dänzer | 2006-12-06 | 1 | -1/+13 |
* | Make git ignore files only generated at build time. | Michel Dänzer | 2006-12-06 | 1 | -0/+0 |
* | Added -clip option to test glCopyPixels beyond window bounds. | Brian Paul | 2006-10-16 | 1 | -18/+17 |
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -1/+1 |
* | call reshape() after init() to set initial projection/viewing transform (see ... | Brian Paul | 2006-05-17 | 1 | -2/+8 |
* | bug 6941: fixed initial rendering problems in glxgears | Tilman Sauerbeck | 2006-05-16 | 1 | -0/+1 |
* | added a few extension #ifdef tests | Brian Paul | 2006-05-15 | 1 | -1/+12 |
* | usage() function | Brian Paul | 2006-05-15 | 1 | -2/+15 |
* | Expanded output with -l option: vertex/fragment program and vertex/fragment | Brian Paul | 2006-05-13 | 1 | -24/+157 |
* | Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore) | Brian Paul | 2006-04-13 | 1 | -5/+5 |
* | Added -l option for explicit locking around Xlib and GLX calls in | Brian Paul | 2006-03-23 | 1 | -5/+64 |
* | Added -p option to create a display connection per thread. | Brian Paul | 2006-03-23 | 1 | -23/+88 |
* | updated some printfs, added comment about sched_yield | Brian Paul | 2006-03-15 | 1 | -3/+7 |
* | Free visinfo object (Tilman Sauerbeck) | Brian Paul | 2006-01-16 | 1 | -0/+2 |
* | Committing in . | Jouk Jansen | 2005-09-23 | 1 | -1/+1 |
* | s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) | Brian Paul | 2005-08-25 | 1 | -1/+1 |
* | delete display lists upon exit | Brian Paul | 2005-08-09 | 1 | -0/+3 |
* | overlay planes test | Brian Paul | 2005-07-19 | 2 | -0/+246 |
* | Add $(CFLAGS) to the link commands. This makes 'make linux-x86 | Ian Romanick | 2005-07-02 | 1 | -5/+5 |
* | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | 2005-05-07 | 1 | -6/+6 |