updated 5.0.2 tarballs
[mesa.git] / docs / news.html
1 <HTML>
2
3 <TITLE>Mesa News</TITLE>
4
5 <BODY text="#000000" bgcolor="#55bbff">
6
7 <H1>News</H1>
8
9
10 <H2>November 12, 2003</H2>
11
12 <p>
13 New Mesa 5.0.2 tarballs have been uploaded to SourceForge which fix a
14 number of automake/libtool problems.
15 </p>
16 <p>
17 The new MD5 checksums are:
18 </p>
19 <pre>
20 a9dcf3ff9ad1b7d6ce73a0df7cff8b5b MesaLib-5.0.2.tar.gz
21 7b4bf9261657c2fca03796d4955e6f50 MesaLib-5.0.2.tar.bz2
22 79c141bddcbad557647535d02194f346 MesaLib-5.0.2.zip
23 952d9dc823dd818981d1a648d7b2668a MesaDemos-5.0.2.tar.gz
24 b81fafff90995025d2f25ea02b786642 MesaDemos-5.0.2.tar.bz2
25 a21be975589e8a2d1871b6bb7874fffa MesaDemos-5.0.2.zip
26 </pre>
27
28
29
30 <h2>September 5, 2003</h2>
31
32 <p>
33 Mesa 5.0.2 has been released. This is a stable, bug-fix release.
34 </p>
35 <pre>
36 Bug fixes:
37 - fixed texgen problem causing texcoord's Q to be zero (stex3d)
38 - default GL_TEXTURE_COMPARE_MODE_ARB was wrong
39 - GL_CURRENT_MATRIX_NV query was wrong
40 - GL_CURRENT_MATRIX_STACK_DEPTH_NV query was off by one
41 - GL_LIST_MODE query wasn't correct
42 - GL_FOG_COORDINATE_SOURCE_EXT query wasn't supported
43 - GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query returned wrong value
44 - blended, wide lines didn't always work correctly (bug 711595)
45 - glVertexAttrib4svNV w component was always 1
46 - fixed bug in GL_IBM_rasterpos_clip (missing return)
47 - GL_DEPTH_TEXTURE_MODE = GL_ALPHA didn't work correctly
48 - a few Solaris compilation fixes
49 - fixed glClear() problem for DRI drivers (non-existant stencil, etc)
50 - fixed int/REAL mixup in GLU NURBS curve evaluator (Eric Cazeaux)
51 - fixed delete [] bug in SI GLU (bug 721765) (Diego Santa Cruz)
52 - glFog() didn't clamp fog colors
53 - fixed bad float/int conversion for GL_TEXTURE_PRIORITY in the
54 gl[Get]TexParameteri[v] functions
55 - fixed invalid memory references in glTexGen functions (bug 781602)
56 - integer-valued color arrays weren't handled correctly
57 - glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work
58 - GL_EXT_texture_lod_bias is part of 1.4, overlooked in 5.0.1
59 Changes:
60 - build GLUT with -fexceptions so C++ apps propogate exceptions
61 </pre>
62
63
64
65 <h2>June 2003</h2>
66
67 <p>
68 Mesa's directory tree has been overhauled.
69 Things are better organized now with some thought toward future needs.
70 </p>
71 <p>
72 In CVS, the latest Mesa 5.1 development code is now rooted under the
73 <b>Mesa-newtree/</b> directory. The old top-level <b>Mesa/</b> directory
74 holds the Mesa 5.0.x code which will be abandoned at some point.
75 </p>
76
77
78
79 <h2>March 30, 2003</h2>
80
81 <p>
82 Mesa 5.0.1 has been released. This is a stable, bug-fix release.
83 </p>
84 <pre>
85 New:
86 - DOS driver updates from Daniel Borca
87 - updated GL/gl_mangle.h file (Bill Hoffman)
88 Bug fixes:
89 - auto mipmap generation for cube maps was broken (bug 641363)
90 - writing/clearing software alpha channels was unreliable
91 - minor compilation fixes for OS/2 (Evgeny Kotsuba)
92 - fixed some bad assertions found with shadowtex demo
93 - fixed error checking bug in glCopyTexSubImage2D (bug 659020)
94 - glRotate(angle, -x, 0, 0) was incorrect (bug 659677)
95 - fixed potential segfault in texture object validation (bug 659012)
96 - fixed some bogus code in _mesa_test_os_sse_exception_support (Linus)
97 - fix fog stride bug in tnl code for h/w drivers (Michel Danzer)
98 - fixed glActiveTexture / glMatrixMode(GL_TEXTURE) bug (#669080)
99 - glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3
100 - fixed compilation problem on Solaris7/x86 (bug 536406)
101 - fixed prefetch bug in 3DNow! code (Felix Kuhling)
102 - fixed NeXT build problem (FABSF macro)
103 - glDrawPixels Z values when glPixelZoom!=1 were invalid (bug 687811)
104 - zoomed glDraw/CopyPixels with clipping sometimes failed (bug 689964)
105 - AA line and triangle Z values are now rounded, not truncated
106 - fixed color interpolation bug when GLchan==GLfloat (bug 694461)
107 - glArePrograms/TexturesResident() wasn't 100% correct (Jose Fonseca)
108 - fixed a minor GL_COLOR_MATERIAL bug
109 - NV vertex program EXP instruction was broken
110 - glColorMask misbehaved with X window / pixmap rendering
111 - fix autoconf/libtool GLU C++ linker problem on Linux (a total hack)
112 - attempt to fix GGI compilation problem when MesaDemos not present
113 - NV vertex program ARL-relative fetches didn't work
114 Changes:
115 - use glPolygonOffset in gloss demo to avoid z-fighting artifacts
116 - updated winpos and pointblast demos to use ARB extensions
117 - disable SPARC normal transformation code (bug 673938)
118 - GLU fixes for OS/2 (Evgeny Kotsuba)
119 </pre>
120 <p>
121 MD5 checksums follow:
122 </p>
123 <pre>
124 b80f8b5d53a3e9f19b9fde5af0c542f0 MesaLib-5.0.1.tar.gz
125 513b4bbd7d38951f05027179063d876b MesaLib-5.0.1.tar.bz2
126 eebd395678f4520d33b267e5d5c22651 MesaLib-5.0.1.zip
127 49d7feaec6dc1d2091d7c3cc72a9b320 MesaDemos-5.0.1.tar.gz
128 37190374a98c3c892f0698be9ca3acf0 MesaDemos-5.0.1.tar.bz2
129 becd8bf17f5791361b4a54ba2a78e5c9 MesaDemos-5.0.1.zip
130 </pre>
131
132
133
134 <h2>March 7, 2003</h2>
135 <p>
136 Website and documentation overhaul.
137 </p>
138 <p>
139 The website content and Mesa documentation (from the doc/ directory) have
140 been merged together.
141 All the documentation files have been entered into the CVS repository.
142 Many of the old plain-text files have been converted to html and modernized.
143 </p>
144
145
146 <h2>November 13, 2002</h2>
147 <p>Mesa 5.0 has been released. This is a stable release which
148 implements the OpenGL 1.4 specification.
149 </p><pre>New:
150 - OpenGL 1.4 support (glGetString(GL_VERSION) returns "1.4")
151 - removed some overlooked debugging code
152 - glxinfo updated to support GLX_ARB_multisample
153 - GLUT now support GLX_ARB_multisample
154 - updated DOS driver (Daniel Borca)
155 Bug fixes:
156 - GL_POINT and GL_LINE-mode polygons didn't obey cull state
157 - fixed potential bug in _mesa_align_malloc/calloc()
158 - fixed missing triangle bug when running vertex programs
159 - fixed a few HPUX compilation problems
160 - FX (Glide) driver didn't compile
161 - setting GL_TEXTURE_BORDER_COLOR with glTexParameteriv() didn't work
162 - a few EXT functions, like glGenTexturesEXT, were no-ops
163 - a few OpenGL 1.4 functions like glFogCoord*, glBlendFuncSeparate,
164 glMultiDrawArrays and glMultiDrawElements were missing
165 - glGet*(GL_ACTIVE_STENCIL_FACE_EXT) was broken
166 - Pentium 4 Mobile was mistakenly identified as having 3DNow!
167 - fixed one-bit error in point/line fragment Z calculation
168 - fixed potential segfault in fakeglx code
169 - fixed color overflow problem in DOT3 texture env mode
170 </pre>
171
172
173 <h2>October 29, 2002</h2>
174 <p>Mesa 4.1 has been released. This is a new development release.
175 For a stable release, get 4.0.4.
176 </p><pre>New:
177 - GL_NV_vertex_program extension
178 - GL_NV_vertex_program1_1 extension
179 - GL_ARB_window_pos extension
180 - GL_ARB_depth_texture extension
181 - GL_ARB_shadow extension
182 - GL_ARB_shadow_ambient extension
183 - GL_EXT_shadow_funcs extension
184 - GL_ARB_point_parameters extension
185 - GL_ARB_texture_env_crossbar
186 - GL_NV_point_sprite extension
187 - GL_NV_texture_rectangle extension
188 - GL_EXT_multi_draw_arrays extension
189 - GL_EXT_stencil_two_side extension
190 - GLX_SGIX_fbconfig and GLX_SGIX_pbuffer extensions
191 - GL_ATI_texture_mirror_once extension (Ian Romanick)
192 - massive overhaul/simplification of software rasterizer module,
193 many contributions from Klaus Niederkrueger
194 - faster software texturing in some cases (i.e. trilinear filtering)
195 - new OSMesaGetProcAddress() function
196 - more blend modes implemented with MMX code (Jose Fonseca)
197 - added glutGetProcAddress() to GLUT
198 - added GLUT_FPS env var to compute frames/second in glutSwapBuffers()
199 - pbinfo and pbdemo PBuffer programs
200 - glxinfo -v prints transprent pixel info (Gerd Sussner)
201 Bug fixes:
202 - better mipmap LOD computation (prevents excessive blurriness)
203 - OSMesaMakeCurrent() didn't recognize buffer size changes
204 - assorted conformance fixes for 16-bit/channel rendering
205 - texcombine alpha subtraction mode was broken
206 - fixed some blend problems when GLchan==GLfloat (Gerk Huisma)
207 - clamp colors to [0,1] in OSMesa if GLchan==GLfloat (Gerk Huisma)
208 - fixed divide by zero error in NURBS tessellator (Jon Perry)
209 - fixed GL_LINEAR fog bug by adding clamping
210 - fixed FP exceptions found using Alpha CPU
211 - 3dfx/glide driver render-to-window feature was broken
212 - added missing GLX_TRANSPARENT_RGB token to glx.h
213 - fixed error checking related to paletted textures
214 - fixed reference count error in glDeleteTextures (Randy Fayan)
215 Changes:
216 - New spec file and Python code to generate some GL dispatch files
217 - Glide driver defaults to "no" with autoconf/automake
218 - floating point color channels now clamped to [0,inf)
219 - updated demos/stex3d with new options
220 </pre>
221
222
223 <h2>October 4, 2002</h2>
224 <p>
225 The <a href="http://mesa3d.sourceforge.net/docs/MesaFAQ.html">Mesa FAQ</a> has been rewritten.
226 </p>
227
228 <h2>October 3, 2002</h2>
229 <p>Mesa 4.0.4 has been released. This is a stable bug-fix release.
230 </p><pre> New:
231 - GL_NV_texture_rectangle extension
232 - updated glext.h header (version 17)
233 - updated DOS driver (Daniel Borca)
234 - updated BeOS R5 driver (Philippe Houdoin)
235 - added GL_IBM_texture_mirror_repeat
236 - glxinfo now takes -l option to print interesting OpenGL limits info
237 - GL_MESA_ycbcr_texture extension
238 - GL_APPLE_client_storage extension (for some DRI drivers only)
239 - GL_MESA_pack_invert extension
240 Bug fixes:
241 - fixed GL_LINEAR fog bug by adding clamping
242 - fixed FP exceptions found using Alpha CPU
243 - 3dfx MESA_GLX_FX=window (render to window) didn't work
244 - fixed memory leak in wglCreateContest (Karl Schultz)
245 - define GLAPIENTRY and GLAPI if undefined in glu.h
246 - wglGetProcAddress didn't handle all API functions
247 - when testing for OpenGL 1.2 vs 1.3, check for GL_ARB_texture_cube_map
248 - removed GL_MAX_CONVOLUTION_WIDTH/HEIGHT from glGetInteger/Float/etc()
249 - error checking in compressed tex image functions had some glitches
250 - fixed AIX compile problem in src/config.c
251 - glGetTexImage was using pixel unpacking instead of packing params
252 - auto-mipmap generation for cube maps was incorrect
253 Changes:
254 - max texture units reduced to six to accomodate texture rectangles
255 - removed unfinished GL_MESA_sprite_point extension code
256 </pre>
257
258 <h2>June 25, 2002</h2>
259 <p>Mesa 4.0.3 has been released. This is a stable bug-fix release.
260 </p><pre> New:
261 - updated GL/glext.h file (version 15)
262 - corrected MMX blend code (Jose Fonseca)
263 - support for software-based alpha planes in Windows driver
264 - updated GGI driver (Filip Spacek)
265 Bug fixes:
266 - glext.h had wrong values for GL_DOT3_RGB[A]_EXT tokens
267 - OSMesaMakeCurrent() didn't recognize buffer size changes
268 - assorted conformance fixes for 16-bit/channel rendering
269 - texcombine alpha subtraction mode was broken
270 - fixed lighting bug with non-uniform scaling and display lists
271 - fixed bug when deleting shared display lists
272 - disabled SPARC cliptest assembly code (Mesa bug 544665)
273 - fixed a couple Solaris compilation/link problems
274 - blending clipped glDrawPixels didn't always work
275 - glGetTexImage() didn't accept packed pixel types
276 - glPixelMapu[is]v() could explode given too large of pixelmap
277 - glGetTexParameter[if]v() didn't accept GL_TEXTURE_MAX_ANISOTROPY_EXT
278 - glXCopyContext() could lead to segfaults
279 - glCullFace(GL_FRONT_AND_BACK) didn't work (bug 572665)
280 Changes:
281 - lots of C++ (g++) code clean-ups
282 - lots of T&amp;L updates for the Radeon DRI driver
283 Known bugs:
284 - mipmap LOD computation (fixed for Mesa 4.1)
285 </pre>
286
287 <h2>April 2, 2002</h2>
288 <p>Mesa 4.0.2 has been released. This is a stable bug-fix release.
289 </p><pre> New:
290 - New DOS (DJGPP) driver written by Daniel Borca
291 - New driver interface functions for TCL drivers (such as Radeon DRI)
292 - GL_RENDERER string returns "Mesa Offscreen16" or "Mesa Offscreen32"
293 if using deep color channels
294 - latest GL/glext.h and GL/glxext.h headers from SGI
295 Bug fixes:
296 - GL_BLEND with non-black texture env color wasn't always correct
297 - GL_REPLACE with GL_RGB texture format wasn't always correct (alpha)
298 - glTexEnviv( pname != GL_TEXTURE_ENV_COLOR ) was broken
299 - glReadPixels was sometimes mistakenly clipped by the scissor box
300 - glDraw/ReadPixels didn't catch all the errors that they should have
301 - Fixed 24bpp rendering problem in Windows driver (Karl Schultz)
302 - 16-bit GLchan mode fixes (m_trans_tmp.h, s_triangle.c)
303 - Fixed 1-bit float-&gt;int conversion bug in glDrawPixels(GL_DEPTH_COMP)
304 - glColorMask as sometimes effecting glXSwapBuffers()
305 - fixed a potential bug in XMesaGarbageCollect()
306 - N threads rendering into one window didn't work reliably
307 - glCopyPixels didn't work for deep color channels
308 - improved 8 -&gt; 16bit/channel texture image conversion (Gerk Huisma)
309 - glPopAttrib() didn't correctly restore user clip planes
310 - user clip planes failed for some perspective projections (Chromium)
311 </pre>
312
313 <h2>December 17, 2001</h2>
314 <p>Mesa 4.0.1 has been released. This is a stable bug-fix release.
315 </p><pre> New:
316 - better sub-pixel sample positions for AA triangles (Ray Tice)
317 - slightly faster blending for (GL_ZERO, GL_ONE) and (GL_ONE, GL_ZERO)
318 Bug fixes:
319 - added missing break statements in glGet*() for multisample cases
320 - fixed uninitialized hash table mutex bug (display lists / texobjs)
321 - fixed bad teximage error check conditional (bug 476846)
322 - fixed demos readtex.c compilation problem on Windows (Karl Schultz)
323 - added missing glGet() query for GL_MAX_TEXTURE_LOD_BIAS_EXT
324 - silence some compiler warnings (gcc 2.96)
325 - enable the #define GL_VERSION_1_3 in GL/gl.h
326 - added GL 1.3 and GLX 1.4 entries to gl_mangle.h and glx_mangle.h
327 - fixed glu.h typedef problem found with MSDev 6.0
328 - build libGL.so with -Bsymbolic (fixes bug found with Chromium)
329 - added missing 'const' to glXGetContextIDEXT() in glxext.h
330 - fixed a few glXGetProcAddress() errors (texture compression, etc)
331 - fixed start index bug in compiled vertex arrays (Keith)
332 - fixed compilation problems in src/SPARC/glapi_sparc.S
333 - fixed triangle strip "parity" bug found in VTK medical1 demo (Keith)
334 - use glXGetProcAddressARB in GLUT to avoid extension linking problems
335 - provoking vertex of flat-shaded, color-index triangles was wrong
336 - fixed a few display list bugs (GLUT walker, molecule, etc) (Keith)
337 - glTexParameter didn't flush the vertex buffer (Ray Tice)
338 - feedback attributes for glDraw/CopyPixels and glBitmap were wrong
339 - fixed bug in normal length caching (ParaView lighting bug)
340 </pre>
341
342 <h2>October 22, 2001</h2>
343 <p>Mesa 4.0 has been released. This is a stable release.
344 </p><pre> New:
345 - Mesa 4.0 implements the OpenGL 1.3 specification
346 - GL_IBM_rasterpos_clip extension
347 - GL_EXT_texture_edge_clamp extension (aka GL_SGIS_texture_edge_clamp)
348 - GL_ARB_texture_mirrored_repeat extension
349 - WindML UGL driver (Stephane Raimbault)
350 - added OSMESA_MAX_WIDTH/HEIGHT queries
351 - attempted compiliation fixes for Solaris 5, 7 and 8
352 - updated glext.h and glxext.h files
353 - updated Windows driver (Karl Schultz)
354 Bug fixes:
355 - added some missing GLX 1.3 tokens to include/GL/glx.h
356 - GL_COLOR_MATRIX changes weren't recognized by teximage functions
357 - glCopyPixels with scale and bias was broken
358 - glRasterPos with lighting could segfault
359 - glDeleteTextures could leave a dangling pointer
360 - Proxy textures for cube maps didn't work
361 - fixed a number of 16-bit color channel bugs
362 - fixed a few minor memory leaks
363 - GLX context sharing was broken in 3.5
364 - fixed state-update bugs in glPopClientAttrib()
365 - fixed glDrawRangeElements() bug
366 - fixed a glPush/PopAttrib() bug related to texture binding
367 - flat-shaded, textured lines were broken
368 - fixed a dangling pointer problem in the XMesa code (Chris Burghart)
369 - lighting didn't always produce the correct alpha value
370 - fixed 3DNow! code to not read past end of arrays (Andrew Lewycky)
371 </pre>
372
373
374 <h2>June 21, 2001</h2>
375 <p>Mesa 3.5 has been released. This is a new development release.
376 </p><pre> New:
377 - internals of Mesa divided into modular pieces (Keith Whitwell)
378 - 100% OpenGL 1.2 conformance (passes all conformance tests)
379 - new AA line algorithm
380 - GL_EXT_convolution extension
381 - GL_ARB_imaging subset
382 - OSMesaCreateContextExt() function
383 - GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add)
384 - GL_MAX_TEXTURE_UNITS_ARB now defaults to eight
385 - GL_EXT_fog_coord extension (Keith Whitwell)
386 - GL_EXT_secondary_color extension (Keith Whitwell)
387 - GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add)
388 - GL_SGIX_depth_texture extension
389 - GL_SGIX_shadow and GL_SGIX_shadow_ambient extensions
390 - demos/shadowtex.c demo of GL_SGIX_depth_texture and GL_SGIX_shadow
391 - GL_ARB_texture_env_combine extension
392 - GL_ARB_texture_env_dot3 extension
393 - GL_ARB_texture_border_clamp (aka GL_SGIS_texture_border_clamp)
394 - OSMesaCreateContextExt() function
395 - libOSMesa.so library, contains the OSMesa driver interface
396 - GL/glxext.h header file for GLX extensions
397 - somewhat faster software texturing, fogging, depth testing
398 - all color-index conformance tests now pass (only 8bpp tested)
399 - SPARC assembly language TCL optimizations (David Miller)
400 - GL_SGIS_generate_mipmap extension
401 Bug Fixes:
402 - fbiRev and tmuRev were unitialized when using Glide3
403 - fixed a few color index mode conformance failures; all pass now
404 - now appling antialiasing coverage to alpha after texturing
405 - colors weren't getting clamped to [0,1] before color table lookup
406 - fixed RISC alignment errors caused by COPY_4UBV macro
407 - drawing wide, flat-shaded lines could cause a segfault
408 - vertices now snapped to 1/16 pixel to fix rendering of tiny triangles
409 Changes:
410 - SGI's Sample Implementation (SI) 1.3 GLU library replaces Mesa GLU
411 - new libOSMesa.so library, contains the OSMesa driver interface
412 </pre>
413
414
415 <h2>May 17, 2001</h2>
416 <p>Mesa 3.4.2 has been released. This is basically just a bug-fix release.
417 Here's what's new:</p>
418 <pre> Bug fixes:
419 - deleting the currently bound texture could cause bad problems
420 - using fog could result in random vertex alpha values
421 - AA triangle rendering could touch pixels outside right window bound
422 - fixed byteswapping problem in clear_32bit_ximage() function
423 - fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam
424 - fixed memory leak in glXUseXFont()
425 - fragment sampling in AA triangle function was off by 1/2 pixel
426 - Windows: reading pixels from framebuffer didn't always work
427 - glConvolutionFilter2D could segfault or cause FP exception
428 - fixed segfaults in FX and X drivers when using tex unit 1 but not 0
429 - GL_NAND logicop didn't work right in RGBA mode
430 - fixed a memory corruption bug in vertex buffer reset code
431 - clearing the softwara alpha buffer with scissoring was broken
432 - fixed a few color index mode fog bugs
433 - fixed some bad assertions in color index mode
434 - fixed FX line 'stipple' bug #420091
435 Changes:
436 - optimized writing mono-colored pixel spans to X pixmaps
437 - increased max viewport size to 2048 x 2048
438 </pre>
439
440
441 <h2>April 29, 2001</h2>
442 <p>New Mesa website</p>
443 <p>Mark Manning produced the new website.<br>Thanks, Mark!</p>
444
445
446 <h2>February 14, 2001</h2>
447 <p>Mesa 3.4.1 has been released. Here's what's new:</p>
448 <pre> New:
449 - fixed some Linux build problems
450 - fixed some Windows build problems
451 - GL_EXT_texture_env_dot3 extension (Gareth Hughes)
452 Bug fixes:
453 - added RENDER_START/RENDER_FINISH macros for glCopyTexImage in DRI
454 - various state-update code changes needed for DRI bugs
455 - disabled pixel transfer ops in glColorTable commands, not needed
456 - fixed bugs in glCopyConvolutionFilter1D/2D, glGetConvolutionFilter
457 - updated sources and fixed compile problems in widgets-mesa/
458 - GLX_PBUFFER enum value was wrong in glx.h
459 - fixed a glColorMaterial lighting bug
460 - fixed bad args to Read/WriteStencilSpan in h/w stencil clear function
461 - glXCopySubBufferMESA() Y position was off by one
462 - Error checking of glTexSubImage3D() was broken (bug 128775)
463 - glPopAttrib() didn't restore all derived Mesa state correctly
464 - Better glReadPixels accuracy for 16bpp color - fixes lots of OpenGL
465 conformance problems at 16bpp.
466 - clearing depth buffer with scissoring was broken, would segfault
467 - OSMesaGetDepthBuffer() returned bad bytesPerValue value
468 - fixed a line clipping bug (reported by Craig McDaniel)
469 - fixed RGB color over/underflow bug for very tiny triangles
470 Known problems:
471 - NURBS or evaluator surfaces inside display lists don't always work
472 </pre>
473 <p>
474 </p><h2>November 3, 2000</h2>
475 <p>Mesa 3.4 has been released. Here's what's new since the 3.3 release:</p>
476 <pre> New:
477 - optimized glDrawPixels for glPixelZoom(1,-1)
478 Bug Fixes:
479 - widgets-mesa/src/*.c files were missing from 3.3 distro
480 - include/GL/mesa_wgl.h file was missing from 3.3 distro
481 - fixed some Win32 compile problems
482 - texture object priorities weren't getting initialized to 1.0
483 - glAreTexturesResident return value was wrong when using hardware
484 - glXUseXFont segfaulted when using 3dfx driver (via MESA_GLX_FX)
485 - glReadPixels with GLushort packed types was broken
486 - fixed a few bugs in the GL_EXT_texture_env_combine texture code
487 - glPush/PopAttrib(GL_ENABLE_BIT) mishandled multi-texture enables
488 - fixed some typos/bugs in the VB code
489 - glDrawPixels(GL_COLOR_INDEX) to RGB window didn't work
490 - optimized glDrawPixels paths weren't being used
491 - per-fragment fog calculation didn't work without a Z buffer
492 - improved blending accuracy, fixes Glean blendFunc test failures
493 - glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly
494 - glXGetProcAddressARB() didn't always return the right address
495 - gluBuild[12]DMipmaps() didn't grok the GL_BGR pixel format
496 - texture matrix changes weren't always detected (GLUT projtex demo)
497 - fixed random color problem in vertex fog code
498 - fixed Glide-related bug that let Quake get a 24-bit Z buffer
499 Changes:
500 - finished internal support for compressed textures for DRI
501 </pre>
502 <p>
503 </p><h2>April 24, 2000</h2>
504 <p>Mesa 3.2 has been released. Here's what's new since the beta release:</p>
505 <pre> Bug fixes:
506 - fixed memcpy bugs in span.c
507 - fixed missing glEnd problem in demos/tessdemo.c
508 - fixed bug when clearing 24bpp Ximages
509 - fixed clipping problem found in Unreal Tournament
510 - fixed Loki's "ice bug" and "crazy triangles" seen in Heretic2
511 - fixed Loki's 3dfx RGB vs BGR bug
512 - fixed Loki's 3dfx smooth/flat shading bug in SoF
513 Changes:
514 - updated docs/README file
515 - use bcopy() optimizations on FreeBSD
516 - re-enabled the optimized persp_textured_triangle() function
517 </pre>
518 <p>
519 </p><h2>March 23, 2000</h2>
520 <p>I've just upload the Mesa 3.2 beta 1 files to SourceForge at <a href="http://sourceforge.net/project/showfiles.php?group_id=3" target="_parent">http://sourceforge.net/project/filelist.php?group_id=3</a><a href="http://sourceforge.net/project/showfiles.php?group_id=3"></a></p>
521 <p>3.2 (note even number) is a stabilization release of Mesa 3.1 meaning it's mainly
522 just bug fixes.</p>
523 <p>Here's what's changed:
524
525 </p><ul>
526 Bug fixes:
527 <ul>
528 - mixed drawing of lines and bitmaps sometimes had wrong colors<br>
529 - added missing glHintPGI() function<br>
530 - fixed a polygon culling bug<br>
531 - fixed bugs in gluPartialDisk()<br>
532 - Z values in selection mode were wrong<br>
533 - added missing tokens:
534 <ul>
535 GL_SMOOTH_POINT_SIZE_RANGE<br>
536 GL_SMOOTH_POINT_SIZE_GRANULARITY<br>
537 GL_SMOOTH_LINE_WIDTH_RANGE<br>
538 GL_SMOOTH_LINE_WIDTH_GRANULARITY<br>
539 GL_ALIASED_POINT_SIZE_RANGE<br>
540 GL_ALIASED_LINE_WIDTH_RANGE
541 </ul>
542 - fixed glCopyPixels when copying from back to front buffer<br>
543 - GL_EXT_compiled_vertex_array tokens had _SGI suffix instead of _EXT<br>
544 - glDrawRangeElements(GL_LINES, 0, 1, 2, type, indices) was broken<br>
545 - glDeleteTextures() didn't decrement reference count correctly<br>
546 - GL_SRCA_ALPHA_SATURATE blend mode didn't work correctly<br>
547 - Actual depth of transformation matrix stacks was off by one<br>
548 - 24bpp visuals didn't address pixels correctly<br>
549 - mipmap level of detail (lambda) calculation simplified, more accurate<br>
550 - 101691 - Polygon clipping and GL_LINE<br>
551 - 101928 - Polygon clipping and GL_LINE (same fix as above)<br>
552 - 101808 - Non-glVertexArrays tristrip bug<br>
553 - 101971 - find_last_3f on Dec OSF (worked around)<br>
554 - 102369 - segv on dec osf (possibly a duplicate of the above)<br>
555 - 102893 - orientations of modelview cause segfault
556 </ul>
557 New:
558 <ul>
559 - updated SVGA Linux driver<br>
560 - added the MESA_FX_NO_SIGNALS env var, see docs/README.3DFX<br>
561 - build libGLw.a (Xt/OpenGL drawing area widget) library by default<br>
562 - changed -O2 to -O3 for a number of gcc configs
563 </ul>
564 Changes:
565 <ul>
566 - glXCopyContext's mask parameter is now unsigned long, per GLX spec
567 </ul>
568 </ul>
569
570 <p>Please report any problems with this release ASAP. Bugs should be filed on the
571 Mesa3D website at sourceforge.<br>
572 After 3.2 is wrapped up I hope to release 3.3 beta 1 soon afterward.</p>
573 <p>-- Brian</p>
574 <p>
575 </p><h2>December 17, 1999</h2>
576 <p>A Slashdot interview with Brian about Mesa (questions submitted by Slashdot readers)
577 can be found at <a href="http://slashdot.org/interviews/99/12/17/0927212.shtml" target="_parent">http://slashdot.org/interviews/99/12/17/0927212.shtml</a>.</p>
578 <p>
579 </p><h2>December 14, 1999</h2>
580 <p>Mesa 3.1 is released!</p>
581 <p>
582 </p><h2>September 21, 1999</h2>
583 <p>There appear to be two new files on the ftp site, <a href="ftp://ftp.mesa3d.org/mesa/beta/MesaLib-3.1beta3.tar.gz">MesaLib-3.1beta3.tar.gz</a>
584 and <a href="ftp://ftp.mesa3d.org/mesa/beta/MesaDemos-3.1beta3.tar.gz">MesaDemos-3.1beta3.tar.gz</a>,
585 that seem to be... yes, I've just received confirmation from the beta center, they
586 are indeed the <b>THIRD</b> beta release of Mesa 3.1! Happy Days. Happy Days. Thanks
587 Keith Whitwell for preparing these for us during Brian's absence.</p>
588 <p>
589 </p><h2>August 30, 1999</h2>
590 <p>I'm pleased to announce that I've accepted a position with Precision Insight,
591 Inc. effective October, 1999. I'll be leaving Avid Technology in September.</p>
592 <p>I've been working on Mesa in my spare time for over five years. With Precision
593 Insight I now have the opportunity to devote my full attention to advancing Mesa
594 and OpenGL on Linux.</p>
595 <p>While I'll be focused on Linux, the X Window System, and hardware acceleration,
596 my work will continue to be open sourced and available to any other programmers who
597 may want to contribute to it, or use it for other projects or platforms</p>
598 <p>PS: I'm going to be traveling until Sep 6 and won't be reading email until then.</p>
599 <p>
600 </p><h2>August 23, 1999</h2>
601 <p>Anonymous CVS access is back online so suck up all the bandwidth you can afford.
602 Note that this is a new archive, so you will need to re-checkout the archive. That
603 means don't <i>cvs update</i> from a previous download.</p>
604 <p>
605 </p><h2>August 17, 1999</h2>
606 <p>A report from the SIGGRAPH '99 Linux/OpenGL
607 BOF meeting is now available.</p>
608 <p>-Brian</p>
609 <p>
610 </p><h2>August 14, 1999</h2>
611 <p>www.mesa3d.org is having technical problems due to hardware failures at VA Linux
612 systems. The Mac pages, ftp, and CVS services aren't fully restored yet. Please be
613 patient.</p>
614 <p>-Brian</p>
615 <p>
616 </p><h2>June 7, 1999</h2>
617 <p>RPMS of the nVidia RIVA server can be found at <a href="ftp://ftp.mesa3d.org/mesa/misc/nVidia/">ftp://ftp.mesa3d.org/mesa/misc/nVidia/</a>.</p>
618 <p>
619 </p><h2>June 2, 1999</h2>
620 <p><a href="http://www.nvidia.com/">nVidia</a> has released some Linux binaries for
621 xfree86 3.3.3.1, along with the <b>full source</b>, which includes GLX acceleration
622 based on Mesa 3.0. They can be downloaded from <a href="http://www.nvidia.com/Products.nsf/htmlmedia/software_drivers.html">http://www.nvidia.com/Products.nsf/htmlmedia/software_drivers.html</a>.</p>
623 <p>
624 </p><h2>May 24, 1999</h2>
625 <p>Beta 2 of Mesa 3.1 has been make available at <a href="ftp://ftp.mesa3d.org/mesa/beta/">ftp://ftp.mesa3d.org/mesa/beta/</a>.
626 If you are into the quake scene, you may want to try this out, as it contains some
627 optimizations specifically in the Q3A rendering path.
628 <p>
629 </p><h2>May 13, 1999</h2>
630 <p>For those interested in the integration of Mesa into XFree86 4.0, Precision Insight
631 has posted their lowlevel design documents at http://www.precisioninsight.com.</p>
632 <p>
633 </p><h2>May 13, 1999</h2>
634 <pre>May 1999 - John Carmack of id Software, Inc. has made a donation of
635 US$10,000 to the Mesa project to support its continuing development.
636 Mesa is a free implementation of the OpenGL 3D graphics library and id's
637 newest game, Quake 3 Arena, will use Mesa as the 3D renderer on Linux.
638
639 The donation will go to Keith Whitwell, who has been optimizing Mesa to
640 improve performance on 3d hardware. Thanks to Keith's work, many
641 applications using Mesa 3.1 will see a dramatic performance increase
642 over Mesa 3.0. The donation will allow Keith to continue working on
643 Mesa full time for some time to come.
644
645 For more information about Mesa see www.mesa3d.org. For more
646 information about id Software, Inc. see www.idsoftware.com.
647
648 --------------------------------
649
650 This donation from John/id is very generous. Keith and I are very
651 grateful.
652
653 </pre>
654 <p>
655 </p><h2>May 1, 1999</h2>
656 <p>John Carmack made an interesting .plan update yesterday:
657
658 </p><ul>
659 <i>"I put together a document on optimizing OpenGL drivers for Q3 that
660 should be helpful to the various Linux 3D teams. <br>
661 </i>http://www.quake3arena.com/news/glopt.html</i>"
662 </ul>
663
664 <p>
665 </p><h2>April 7, 1999</h2>
666 <p>Updated the Mesa contributors section and added links to RPM Mesa packages.</p>
667 <p>
668 </p><h2>March 18, 1999</h2>
669 <p>The new webpages are now online. Enjoy, and let me know if you find any errors.
670 For an eye-candy free version you can use <a href="http://www.mesa3d.org/txt/">http://www.mesa3d.org/txt/</a>.</p>
671 <p>
672 </p><h2>February 16, 1999</h2>
673 <p><a href="http://www.sgi.com/">SGI</a> releases its <a href="http://www.sgi.com/software/opensource/glx/">GLX
674 source code</a>.</p>
675 <p>
676 </p><h2>January 22, 1999</h2>
677 <p>www.mesa3d.org established</p>
678
679
680 </p>
681
682
683 <hr>
684 $Id: news.html,v 3.8 2003/11/12 15:32:57 brianp Exp $
685 </body>
686 </html>