Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | If indirect rendering is forced, say how. Otherwise, suggest setting LIBGL_DEBUG=verbose. Inspired by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379323 . | ||||
* | 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 |
| | | | | | Clear dest window to black before copying. Use glWindowPos2iARB(). | ||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -1/+1 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | call reshape() after init() to set initial projection/viewing transform (see ↵ | Brian Paul | 2006-05-17 | 1 | -2/+8 |
| | | | | bug 6941) | ||||
* | 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 |
| | | | | | shader limits. Misc sync-ups with x.org copy of glxinfo. | ||||
* | 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 |
| | | | | threaded code. Seems to improve reliability quite a bit. | ||||
* | Added -p option to create a display connection per thread. | Brian Paul | 2006-03-23 | 1 | -23/+88 |
| | | | | | This seems more stabile than using one display connection for all threads. Still get an occasional Xlib: unexpected async reply error, unfortunately. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | 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 |
| | | | | ARCH_FLAGS=-m32' work correctly on x86-64 systems. | ||||
* | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | 2005-05-07 | 1 | -6/+6 |
| | |||||
* | added wrappers/helpers for creating/destroying rendering contexts | Brian Paul | 2005-04-06 | 2 | -1/+45 |
| | |||||
* | changed implementation of GetAllFBConfigs() | Brian Paul | 2005-04-06 | 1 | -7/+4 |
| | |||||
* | Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it | Ian Romanick | 2005-04-05 | 2 | -3/+11 |
| | | | | to the Makefile as well. | ||||
* | use girl2.rgb by default | Dave Airlie | 2005-02-26 | 1 | -1/+1 |
| | |||||
* | Add glXAllocateMemoryMESA demo app using ycbcr... | Dave Airlie | 2005-02-26 | 2 | -1/+328 |
| | | | | add girl2.rgb which is a slightly resized girl.rgb so client texturing works | ||||
* | remove trailing slash from TOP definition | Daniel Borca | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | new test to exercise context and window create/delete | Keith Whitwell | 2005-01-12 | 2 | -0/+610 |
| | |||||
* | remove a debug line | Brian Paul | 2005-01-10 | 1 | -1/+0 |
| | |||||
* | tweak output formattting, fixed uninitialized var error | Brian Paul | 2005-01-10 | 2 | -46/+48 |
| | |||||
* | improved animation rate | Brian Paul | 2005-01-09 | 1 | -20/+29 |
| | |||||
* | rotate at a reasonable rate | Brian Paul | 2005-01-09 | 1 | -16/+27 |
| | |||||
* | added GetAllFBConfigs() | Brian Paul | 2005-01-07 | 1 | -0/+23 |
| | |||||
* | New GetAllFBConfigs() function. Some FBConfigs weren't reported before. | Brian Paul | 2005-01-06 | 2 | -23/+8 |
| | |||||
* | Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones. | Brian Paul | 2005-01-04 | 4 | -145/+295 |
| | | | | Added more functions to pbutil.[ch] to better isolate API differences. | ||||
* | Add a -fullscreen option | Keith Whitwell | 2004-12-20 | 1 | -1/+12 |
| | |||||
* | removed unused visInfo var | Brian Paul | 2004-12-12 | 1 | -3/+0 |
| | |||||
* | added stereo option (Jacek Rosik) | Brian Paul | 2004-10-26 | 1 | -17/+92 |
| | |||||
* | wrap angle value (Philipp Klaus Krause) | Brian Paul | 2004-10-23 | 1 | -0/+2 |
| | |||||
* | silence warnings | Brian Paul | 2004-09-16 | 2 | -2/+2 |
| | |||||
* | Have the rendering contexts share textures. | Brian Paul | 2004-09-14 | 1 | -9/+62 |
| | | | | | Put simple checker pattern on the objects. Press 'd' to delete texture, 'u' to unbind it. | ||||
* | silence a warning | Brian Paul | 2004-08-13 | 2 | -3/+3 |
| | |||||
* | minor fix for newest glxext.h header | Brian Paul | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | cvs ignore file | Brian Paul | 2004-08-10 | 1 | -0/+16 |
| | |||||
* | query/print max convolution filter size | Brian Paul | 2004-08-10 | 1 | -0/+7 |
| | |||||
* | redo the event loop to make event response better | Brian Paul | 2004-07-02 | 1 | -27/+23 |
| | |||||
* | s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/ | Brian Paul | 2004-05-10 | 1 | -5/+4 |
| | |||||
* | Uses either the GLX_SGI_make_current_read or GLX 1.3 interface, | Ian Romanick | 2004-05-07 | 1 | -5/+23 |
| | | | | depending on which is available. | ||||
* | obsolete | Brian Paul | 2004-04-22 | 1 | -94/+0 |
| |