Tag 'kw-mesa-1' created by Keith Whitwell <ke...@tungstengraphics.com> at 1970-01-01 00:00 +0000
Changes since the dawn of time: Brian Paul (93): initial rev Initial revision added Daryll, David, and Steve's ideas added MESA_HPCR_CLEAR env var info added a few URLS added info about overlay planes Initial revision updates from Vik Initial revision added note about new driver for BeOS R4 removed old driver info Initial revision added Special Features section initial rev initial rev initial rev added GL_LINEAR 3D texture bug added CVS Id tag updates initial check-in added bug fix note for wide points and lines updated by Alexander Mai updated 3.1 beta 2 data updated by Alexander Mai Updated OpenStep/NeXT support (p...@ohm.york.ac.uk) Ted's 3.1b2 update added 3.1 beta 3 info initial rev clarified what this file covers optimized glAccum function testing glIsEnabled(GL_TEXTURE_3D) was wrong minor change for irix-debug initial check-in (post-crash) initial check-in (post crash) fixed alpha channel problem in gl_blend_pixels() added a few more bug fixes added vertices.c removed TexCoordUnit from GLcontext, use Array.ActiveTexture instead minor changes. always call compactify_arrays() moved gl_GetString() into get.c moved gl_GetPointerv() into get.h changed C++ comments to C style added GL_EXT_get_proc_address added GL_EXT_get_proc_address added GLX_EXT_get_proc_address added GLU_EXT_get_proc_address include extensions.h GL_EXT_get_proc_address clean-up added 1.2 function to gluGetProcAddressEXT() clean-up of glXGetProcAddressEXT() fixed typo in GetProcAddress added Eero's multitexture function patch added gluUnProject4() added gluCheckExtension() fixed pixel packing/unpacking code in gluBuild2DMipmaps() added linux-386-pthread-shared-glide removed unused GLcontext arg from a few functions added TINY version symbol added third, tiny version number to arguments added third, tiny version number to mklib scripts added a few more files to the tar list new version number symbols new MESA_ version number symbols 3.1 beta 3 info removed mention of libMesaGL minor library name changes misc changes to tar file list bumped version strings to Mesa 3.1 changed version string to return 1.2 added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress initial check-in added glxinfo changed archive filenames to beta3 added GL_EXT_get_proc_address GL_EXT_get_proc_address clean-up clean-up of GLU_EXT_get_proc_address GLU_EXT_get_proc_address clean-up added some casts in gluGetProcAddressEXT() initial check-in updated for GL instead of MesaGL gluGetProcAddressEXT change for C++ / BeOS version symbol changes link with -lGLU -lGL instead of -lMesaGLU -lMesaGL added src-glut.beos back in demo files link with -lGL instead of -lMesaGL fixed typo pad GLU_TINY to 6 digits pad GL_TINY to 6 digits glGetProcAddressEXT changes to accomodate Win32 and non-Win32 silenced some warnings added a bunch of missing files to LIB_FILES disabled GL_EXT_get_proc_address for the time being David Bucciarelli (2): Updated to Voodoo driver v0.30 Updated the DavidB email address and the MESA_GLX_FX related documentation Gareth Hughes (15): Added GLU 1.3 tessellation (except winding rule code). Fixed triangle output, recovery process termination. Fixed file headers. Tracking down macro bugs. Fixed definition of GLUtriangluatorObj for 1.3 tessellator. Fixed GLUtriangulatorObj again (spelling). Fixed legacy gluNextContour impact on gluTessEndContour. Win32 fix by Eero Pajarre. Added debugging output. Fixed vector macro calls, specifically COPY_3V params. Added debugging pragma message. Misc winding rule bug fixes. Winding rule updates. Added tessellation winding rule files. Added tessellation winding rule support. Misc bug fixes. Fixed overflow bug in combineCallback. Jon Taylor (13): *** empty log message *** *** empty log message *** *** empty log message *** *** empty log message *** *** empty log message *** *** empty log message *** *** empty log message *** Updated to reflect GGIMesa 3.1 changes Misc small cleanups *** empty log message *** Fixed double buffering bug when running in X Re-added missing GGIMesa context bufsize structure member Disable genkgi sublib handling until we have some sublibs to handle Josh Vanderhoof (1): features weren Jouk Jansen (9): Updated update Update after disk crash Update after disk crash This time the correct file Added vertices.c to compile list strcmp needs the string.h mesa_wgl.h should only be included when _WIN32 is defined Added tess_winding.c for compilation Keith Whitwell (21): various pipeline bugs new files to support vertex-based geometry more fixes on the fast path removed bogus call fixed GL_FRONT_AND_BACK cull bug fix for GL_COMPILE_AND_EXECUTE bug Fog, displaylist and zoom operations more bugfixes fix for mga depthbuffer resize fixes for the mga driver new DD_Z_NEVER flag bugix from raul for fxddbitmap Do pop for GL_VIEWPORT_BIT via. the api Fix for write-rgba-span and others Large patch: RasterMask was set incorrectly Cleaning up Bugfix for ctx->backface_sign calculation added mesa.conf more hooks for mga driver, including an immediate fastpath Fixed includes & added a few hooks for the DRI. Kevin E. Martin (1): fixed SVR4 'cc' compiler macro problem (da...@xfree86.org) Miklos Fazekas (8): More compliant error check. Minor cleanup. Added support for GL_ext_texture_add Packed RGB support. Packed RGBA support. Added packed ARGB support. Added gl_ext_multitexture_ADD suport. Added PARB support. Ted Jump (14): Update for beta3 Added ESC key handling Cleaned up exit from main to prevent MSVC warnings I changed the xxxGetProcAddressEXT function declarations to be more Win32 build req't updates Patch error fixup wgl function prototypes moved out to better work with fxwgl Relocated wgl function prototypes to separate .h for easier work with fxwgl & glut Modified to build better with Mesa wgl functions More Win32 build compliance fixups Added NASM support Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT Fixed LIBNAME entry Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT' jtg (1): Initial revision sio2 (1): Added GL_TEXTURE_PRIORITY to gl_TexParameterfv in src\texstate.c tanner (3): merged the autoconf build system from experimental-1 branch added installation instructions lots of autoconf updates