Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-15 | updated some printfs, added comment about sched_yield | Brian Paul | |
2006-01-16 | Free visinfo object (Tilman Sauerbeck) | Brian Paul | |
2005-09-23 | Committing in . | Jouk Jansen | |
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 ---------------------------------------------------------------------- | |||
2005-08-25 | s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) | Brian Paul | |
2005-08-09 | delete display lists upon exit | Brian Paul | |
2005-07-19 | overlay planes test | Brian Paul | |
2005-07-02 | Add $(CFLAGS) to the link commands. This makes 'make linux-x86 | Ian Romanick | |
ARCH_FLAGS=-m32' work correctly on x86-64 systems. | |||
2005-05-07 | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | |
2005-04-06 | added wrappers/helpers for creating/destroying rendering contexts | Brian Paul | |
2005-04-06 | changed implementation of GetAllFBConfigs() | Brian Paul | |
2005-04-05 | Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it | Ian Romanick | |
to the Makefile as well. | |||
2005-02-26 | use girl2.rgb by default | Dave Airlie | |
2005-02-26 | Add glXAllocateMemoryMESA demo app using ycbcr... | Dave Airlie | |
add girl2.rgb which is a slightly resized girl.rgb so client texturing works | |||
2005-01-17 | remove trailing slash from TOP definition | Daniel Borca | |
2005-01-12 | new test to exercise context and window create/delete | Keith Whitwell | |
2005-01-10 | remove a debug line | Brian Paul | |
2005-01-10 | tweak output formattting, fixed uninitialized var error | Brian Paul | |
2005-01-09 | improved animation rate | Brian Paul | |
2005-01-09 | rotate at a reasonable rate | Brian Paul | |
2005-01-07 | added GetAllFBConfigs() | Brian Paul | |
2005-01-06 | New GetAllFBConfigs() function. Some FBConfigs weren't reported before. | Brian Paul | |
2005-01-04 | Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones. | Brian Paul | |
Added more functions to pbutil.[ch] to better isolate API differences. | |||
2004-12-20 | Add a -fullscreen option | Keith Whitwell | |
2004-12-12 | removed unused visInfo var | Brian Paul | |
2004-10-26 | added stereo option (Jacek Rosik) | Brian Paul | |
2004-10-23 | wrap angle value (Philipp Klaus Krause) | Brian Paul | |
2004-09-16 | silence warnings | Brian Paul | |
2004-09-14 | Have the rendering contexts share textures. | Brian Paul | |
Put simple checker pattern on the objects. Press 'd' to delete texture, 'u' to unbind it. | |||
2004-08-13 | silence a warning | Brian Paul | |
2004-08-13 | minor fix for newest glxext.h header | Brian Paul | |
2004-08-10 | cvs ignore file | Brian Paul | |
2004-08-10 | query/print max convolution filter size | Brian Paul | |
2004-07-02 | redo the event loop to make event response better | Brian Paul | |
2004-05-10 | s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/ | Brian Paul | |
2004-05-07 | Uses either the GLX_SGI_make_current_read or GLX 1.3 interface, | Ian Romanick | |
depending on which is available. | |||
2004-04-22 | obsolete | Brian Paul | |
2004-03-26 | minor fixes | Brian Paul | |
2004-03-26 | Tweaks for make clean / realclean. | Brian Paul | |
2004-03-26 | New Makefile system | Brian Paul | |
2004-03-26 | check for GLX 1.3 during init | Brian Paul | |
2004-02-23 | The available GLX version is now logged in addition to the client | Ian Romanick | |
version and the server version. | |||
2004-02-11 | Added a test case for Mesa bug #508473 that I wrote a long time ago. | Ian Romanick | |
Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level. | |||
2004-02-11 | Added yet another version of gears. This one uses fbconfigs, and is a | Ian Romanick | |
rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read. | |||
2004-02-03 | another pbuffer demo (Andrew Lentvorski) | Brian Paul | |
2004-02-02 | tweak comments | Brian Paul | |
2004-01-24 | New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes | Brian Paul | |
a rotation parameter (either 0, 90, 180 or 270 degrees). Also, a demo program. | |||
2003-12-05 | press f key to toggle front/back drawing/copying | Brian Paul | |
2003-10-03 | improved 'clean' targets (Otto Solares) | Brian Paul | |
2003-09-08 | Remove all the swap_control stuff from glxgears demo (restored to vers 1.2). | Brian Paul | |
New glxswapcontrol.c file added. | |||
2003-07-02 | Committing in . | Jouk Jansen | |
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 ---------------------------------------------------------------------- |