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