17ec681f3SmrgMesa 7.0.1 Release Notes / August 3, 2007 27ec681f3Smrg========================================= 37ec681f3Smrg 47ec681f3SmrgMesa 7.0.1 is a stable release with bug fixes since version 7.0. 57ec681f3Smrg 67ec681f3SmrgMD5 checksums 77ec681f3Smrg------------- 87ec681f3Smrg 97ec681f3Smrg:: 107ec681f3Smrg 117ec681f3Smrg db55141a44b902fcc61d9265b7862c06 MesaLib-7.0.1.tar.gz 127ec681f3Smrg c056abd763e899114bf745c9eedbf9ad MesaLib-7.0.1.tar.bz2 137ec681f3Smrg ecc2637547fae2b38271ae362d013afa MesaLib-7.0.1.zip 147ec681f3Smrg b85a4a5be4e829f4a1165e4514b13183 MesaDemos-7.0.1.tar.gz 157ec681f3Smrg 3b66b3268df12ca8a6c4e0c4c457912c MesaDemos-7.0.1.tar.bz2 167ec681f3Smrg b1c18006f16e44e80fea66774c59b391 MesaDemos-7.0.1.zip 177ec681f3Smrg b87a69986839ae43ce12fc8e3dc1ebb4 MesaGLUT-7.0.1.tar.gz 187ec681f3Smrg 25f30d0c1651997b4412366ba0572f7f MesaGLUT-7.0.1.tar.bz2 197ec681f3Smrg 676ee6682a6ce78a5540554fd975c03e MesaGLUT-7.0.1.zip 207ec681f3Smrg 217ec681f3SmrgNew features 227ec681f3Smrg------------ 237ec681f3Smrg 247ec681f3Smrg- Added a bluegene-osmesa build config 257ec681f3Smrg 267ec681f3SmrgBug fixes 277ec681f3Smrg--------- 287ec681f3Smrg 297ec681f3Smrg- Fixed some MingW build issues 307ec681f3Smrg- Added a few missing OpenGL 2.0 API entrypoints: 317ec681f3Smrg 327ec681f3Smrg - glVertexAttrib4bv 337ec681f3Smrg - glVertexAttrib4iv 347ec681f3Smrg - glVertexAttrib4ubv 357ec681f3Smrg - glVertexAttrib4uiv 367ec681f3Smrg - glVertexAttrib4usv 377ec681f3Smrg 387ec681f3Smrg- Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457 397ec681f3Smrg- GLSL bug fix: added vec2(vec4) constructor 407ec681f3Smrg- GLSL bug fix: .strq and .rgba writemasks didn't always work 417ec681f3Smrg- Stencil pixel map didn't always work for glDrawPixels (bug 11475) 427ec681f3Smrg- Fixed polygon stipple bug in i915 driver 437ec681f3Smrg- Binding a zero-sized texture didn't disable texturing (bug 11309) 447ec681f3Smrg- Queries of GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH didn't include 457ec681f3Smrg the terminating zero (bug 11588) 467ec681f3Smrg- glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag 477ec681f3Smrg properly 487ec681f3Smrg- Fixed a GLSL function call bug (#11731) 497ec681f3Smrg- glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work (bug 507ec681f3Smrg 11754) 517ec681f3Smrg- glGetAttribLocation() always returned 1 (bug 11774) 527ec681f3Smrg- Fixed a few memory-related bugs in GLU library 537ec681f3Smrg 547ec681f3SmrgChanges 557ec681f3Smrg------- 567ec681f3Smrg 577ec681f3Smrg- The libOSMesa library version has been reverted to 6.5.3 (soname=6) 587ec681f3Smrg in order to avoid application linking issues. Otherwise, applications 597ec681f3Smrg previously linked with libOSMesa.so.6 would no longer link with 607ec681f3Smrg libOSMesa.so.7 617ec681f3Smrg- Dropped obsolete, unmaintained Windows project files for VC6 and VC7. 627ec681f3Smrg 637ec681f3SmrgTo Do (someday) items 647ec681f3Smrg--------------------- 657ec681f3Smrg 667ec681f3Smrg- Switch to freeglut 677ec681f3Smrg- Fix linux-glide target/driver. 687ec681f3Smrg- Improved lambda and derivative calculation for frag progs. 697ec681f3Smrg 707ec681f3SmrgDriver Status 717ec681f3Smrg------------- 727ec681f3Smrg 737ec681f3Smrg:: 747ec681f3Smrg 757ec681f3Smrg Driver Status 767ec681f3Smrg ---------------------- ---------------------- 777ec681f3Smrg DRI drivers varies with the driver 787ec681f3Smrg XMesa/GLX (on Xlib) implements OpenGL 2.1 797ec681f3Smrg OSMesa (off-screen) implements OpenGL 2.1 807ec681f3Smrg Windows/Win32 implements OpenGL 2.1 817ec681f3Smrg Glide (3dfx Voodoo1/2) implements OpenGL 1.3 827ec681f3Smrg SVGA unsupported 837ec681f3Smrg Wind River UGL unsupported 847ec681f3Smrg DJGPP unsupported 857ec681f3Smrg GGI unsupported 867ec681f3Smrg BeOS unsupported 877ec681f3Smrg Allegro unsupported 887ec681f3Smrg D3D unsupported 89