Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | minor fixes | Brian Paul | 2004-03-26 | 1 | -7/+5 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 1 | -4/+1 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+79 |
| | |||||
* | check for GLX 1.3 during init | Brian Paul | 2004-03-26 | 1 | -2/+10 |
| | |||||
* | The available GLX version is now logged in addition to the client | Ian Romanick | 2004-02-23 | 1 | -0/+9 |
| | | | | version and the server version. | ||||
* | Added a test case for Mesa bug #508473 that I wrote a long time ago. | Ian Romanick | 2004-02-11 | 2 | -1/+192 |
| | | | | | Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level. | ||||
* | Added yet another version of gears. This one uses fbconfigs, and is a | Ian Romanick | 2004-02-11 | 2 | -0/+605 |
| | | | | | rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read. | ||||
* | another pbuffer demo (Andrew Lentvorski) | Brian Paul | 2004-02-03 | 2 | -0/+434 |
| | |||||
* | tweak comments | Brian Paul | 2004-02-02 | 2 | -5/+7 |
| | |||||
* | New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes | Brian Paul | 2004-01-24 | 4 | -1/+643 |
| | | | | | a rotation parameter (either 0, 90, 180 or 270 degrees). Also, a demo program. | ||||
* | press f key to toggle front/back drawing/copying | Brian Paul | 2003-12-05 | 1 | -7/+41 |
| | |||||
* | improved 'clean' targets (Otto Solares) | Brian Paul | 2003-10-03 | 1 | -3/+3 |
| | |||||
* | Remove all the swap_control stuff from glxgears demo (restored to vers 1.2). | Brian Paul | 2003-09-08 | 3 | -331/+833 |
| | | | | New glxswapcontrol.c file added. | ||||
* | Committing in . | Jouk Jansen | 2003-07-02 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | Enable installation on OpenVMS ODS5 disks. Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | Committing in . | Jouk Jansen | 2003-06-17 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ---------------------------------------------------------------------- | ||||
* | updated old-style makefiles for new tree | Brian Paul | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 14 | -46/+0 |
| | |||||
* | Remove a bunch of really old/obsolete configs. | Brian Paul | 2003-06-01 | 1 | -34/+23 |
| | | | | Use the new mklib script. | ||||
* | Removed an accidental addition in the previous commit. | Ian Romanick | 2003-05-30 | 1 | -1/+0 |
| | |||||
* | applied Ian's misc patches | Brian Paul | 2003-05-30 | 1 | -5/+104 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-04-29 | 1 | -2/+4 |
| | | | | | | | | Updating OpenVMS compile support Modified Files: Mesa/src/descrip.mms Mesa/xdemos/glxgears.c ---------------------------------------------------------------------- | ||||
* | silence warnings | Brian Paul | 2003-04-21 | 3 | -7/+6 |
| | |||||
* | fix typo | Brian Paul | 2003-04-09 | 1 | -1/+1 |
| | |||||
* | fix typo | Brian Paul | 2003-04-09 | 1 | -3/+1 |
| | |||||
* | add support for swap and sync extensions (Ian Romanick) | Brian Paul | 2003-04-09 | 1 | -3/+226 |
| | |||||
* | add support for GLX_ARB_multisample | Brian Paul | 2002-11-04 | 1 | -4/+12 |
| | |||||
* | print transparent pixel info when using -v option (Gerd Sussner) | Brian Paul | 2002-10-14 | 1 | -7/+32 |
| |