17ec681f3SmrgMesa 6.5.1 Release Notes / September 15, 2006 27ec681f3Smrg============================================= 37ec681f3Smrg 47ec681f3SmrgMesa 6.5.1 is a 6.5 follow-on development release mostly consisting of 57ec681f3Smrgbug fixes. 67ec681f3Smrg 77ec681f3SmrgMD5 checksums 87ec681f3Smrg------------- 97ec681f3Smrg 107ec681f3Smrg:: 117ec681f3Smrg 127ec681f3Smrg d9a555297319bb932a3192952d53d073 MesaLib-6.5.1.tar.gz 137ec681f3Smrg c46f2c6646a270911b791dd8e1c2d977 MesaLib-6.5.1.tar.bz2 147ec681f3Smrg 939eaaff33322bfeafac784402b45f4f MesaLib-6.5.1.zip 157ec681f3Smrg 9e4bbe83c007bfbaa67449a81cc3d36a MesaDemos-6.5.1.tar.gz 167ec681f3Smrg 0f2794baf7a9d98b22caea9f78c6942d MesaDemos-6.5.1.tar.bz2 177ec681f3Smrg 14c77eab9cc7a265c331abf239927c1c MesaDemos-6.5.1.zip 187ec681f3Smrg c5f87c23aaf4eaf1bda0d007ea98366c MesaGLUT-6.5.1.tar.gz 197ec681f3Smrg 2525642fe7f454e3e1a1aad01359b406 MesaGLUT-6.5.1.tar.bz2 207ec681f3Smrg e33b165c22551e23b58ede8767378543 MesaGLUT-6.5.1.zip 217ec681f3Smrg 227ec681f3SmrgNew Features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3Smrg- Intel i965 "broadwater" DRI driver 267ec681f3Smrg- GL_APPLE_vertex_array_object - allows encapsulation of a set of 277ec681f3Smrg vertex arrays in an object. 287ec681f3Smrg- GL_EXT_texture_sRGB - non-linearly mapped texture formats 297ec681f3Smrg- GL_EXT_gpu_program_parameters - addes a few new functions for setting 307ec681f3Smrg multiple vertex/fragment program parameters with one call. 317ec681f3Smrg- "engine" demo 327ec681f3Smrg- updated fbdev driver and GLUT for fbdev (Sean D'Epagnier) 337ec681f3Smrg- many updates to the DRI drivers 347ec681f3Smrg 357ec681f3SmrgChanges 367ec681f3Smrg------- 377ec681f3Smrg 387ec681f3Smrg- The glVertexAttribARB functions no longer alias the conventional 397ec681f3Smrg vertex attributes. 407ec681f3Smrg- glxinfo program prints more info with -l option 417ec681f3Smrg- GL_FRAGMENT_PROGRAM_NV and GL_FRAGMENT_PROGRAM_ARB are now 427ec681f3Smrg compatible, in terms of glBindProgramARB() 437ec681f3Smrg- The GL_ARB_vertex_program attribute ``vertex.weight`` is now accepted 447ec681f3Smrg by the parser, even though the GL_ARB_vertex_blend and 457ec681f3Smrg GL_EXT_vertex_weighting extensions aren't supported. Allows Warcraft 467ec681f3Smrg to run. 477ec681f3Smrg 487ec681f3SmrgBug fixes 497ec681f3Smrg--------- 507ec681f3Smrg 517ec681f3Smrg- fixed broken texture border handling for depth textures (bug 6498) 527ec681f3Smrg- removed the test for duplicated framebuffer attachments, per version 537ec681f3Smrg 117 of the GL_EXT_framebuffer_object specification 547ec681f3Smrg- fixed a few render-to-texture bugs, including render to depth texture 557ec681f3Smrg- clipping of lines against user-defined clip planes was broken (6512) 567ec681f3Smrg- assembly language dispatch for SPARC was broken (bug 6484) 577ec681f3Smrg- assorted compilation fixes on various Unix platforms (Dan Schikore) 587ec681f3Smrg- glPopAttrib could restore an invalid value for GL_DRAW_BUFFER 597ec681f3Smrg- assorted minor fixes for 16 and 32 bit/channel modes 607ec681f3Smrg- fixed assorted bugs in texture compression paths 617ec681f3Smrg- fixed indirect rendering vertex array crashes (bug 6863) 627ec681f3Smrg- glDrawPixels GL_INDEX_OFFSET didn't always work 637ec681f3Smrg- fixed convolution memory leak (bug 7077) 647ec681f3Smrg- rectangular depth textures didn't work 657ec681f3Smrg- invalid mode to glBegin didn't generate an error (bug 7142) 667ec681f3Smrg- 'normalized' parameter to glVertexAttribPointerARB didn't work 677ec681f3Smrg- disable bogus GLX_SGI_video_sync extension in xlib driver 687ec681f3Smrg- fixed R128 driver locking bug (Martijn van Oosterhout) 697ec681f3Smrg- using evaluators with vertex programs caused crashes (bug 7564) 707ec681f3Smrg- fragment.position wasn't set correctly for point/line primitives 717ec681f3Smrg- fixed parser bug for scalar sources for GL_NV_fragment_program 727ec681f3Smrg- max fragment program length was incorrectly 128, now 1024 737ec681f3Smrg- writes to result.depth in fragment programs weren't clamped to [0,1] 747ec681f3Smrg- fixed potential dangling pointer bug in glBindProgram() 757ec681f3Smrg- fixed some memory leaks (and potential crashes) in Xlib driver 767ec681f3Smrg- fixed a number of build issues on HP-UX (Christopher Bell) 777ec681f3Smrg- accum buffer didn't work with OSMesa interface 787ec681f3Smrg 797ec681f3SmrgInternal code changes 807ec681f3Smrg--------------------- 817ec681f3Smrg 827ec681f3SmrgA number of Mesa program-related structs were renamed. For example 837ec681f3Smrg*struct vertex_program* is now *struct gl_vertex_program*. All the 847ec681f3Smrgeffected drivers have been updated. 857ec681f3Smrg 867ec681f3SmrgIan Romanick updated the GL API dispatch code in a number of ways. 877ec681f3SmrgFirst, many old/unused extensions were removed. Second, the static 887ec681f3Smrgentrypoints for some extensions were removed. This means GL function 897ec681f3Smrgpointers will have to be used more often (e.g. use 907ec681f3SmrgglXGetProcAddressARB()). 917ec681f3Smrg 927ec681f3SmrgTo Do (someday) items 937ec681f3Smrg--------------------- 947ec681f3Smrg 957ec681f3Smrg- Switch to freeglut 967ec681f3Smrg- Increase MAX_DRAWBUFFERS 977ec681f3Smrg- Fix linux-glide target/driver. 987ec681f3Smrg- Fix lambda calculation for frag progs. 997ec681f3Smrg 1007ec681f3SmrgDriver Status 1017ec681f3Smrg------------- 1027ec681f3Smrg 1037ec681f3Smrg:: 1047ec681f3Smrg 1057ec681f3Smrg Driver Status 1067ec681f3Smrg ---------------------- ---------------------- 1077ec681f3Smrg DRI drivers varies with the driver 1087ec681f3Smrg XMesa/GLX (on Xlib) implements OpenGL 1.5 1097ec681f3Smrg OSMesa (off-screen) implements OpenGL 1.5 1107ec681f3Smrg Glide (3dfx Voodoo1/2) implements OpenGL 1.3 1117ec681f3Smrg SVGA implements OpenGL 1.3 1127ec681f3Smrg Wind River UGL implements OpenGL 1.3 1137ec681f3Smrg Windows/Win32 implements OpenGL 1.5 1147ec681f3Smrg DJGPP implements OpenGL 1.5 1157ec681f3Smrg GGI implements OpenGL 1.3 1167ec681f3Smrg BeOS implements OpenGL 1.5 1177ec681f3Smrg Allegro needs updating 1187ec681f3Smrg D3D needs updating 119