Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline
[mesa.git] / docs / news.html
1 <HTML>
2
3 <TITLE>Mesa News</TITLE>
4
5 <head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7 <BODY>
8
9 <body bgcolor="#eeeeee">
10
11 <H1>News</H1>
12
13
14 <h2>December 5, 2006</h2>
15 <p>
16 Mesa is now using git as its source code management system.
17 The previous CVS repository should no longer be used.
18 See the <a href="repository.html">repository page</a> for more information.
19 </p>
20
21 <h2>December 2, 2006</h2>
22 <p>
23 <a href="relnotes-6.5.2.html">Mesa 6.5.2</a> has been released.
24 This is a new development release.
25 </p>
26
27 <h2>September 15, 2006</h2>
28 <p>
29 <a href="relnotes-6.5.1.html">Mesa 6.5.1</a> has been released.
30 This is a new development release.
31 </p>
32
33 <h2>March 31, 2006</h2>
34 <p>
35 <a href="relnotes-6.5.html">Mesa 6.5</a> has been released.
36 This is a new development release.
37 </p>
38
39
40 <h2>February 2, 2006</h2>
41 <p>
42 <a href="relnotes-6.4.2.html">Mesa 6.4.2</a> has been released.
43 This is stable, bug-fix release.
44 </p>
45
46
47 <h2>November 29, 2005</h2>
48 <p>
49 <a href="relnotes-6.4.1.html">Mesa 6.4.1</a> has been released.
50 This is stable, bug-fix release.
51 </p>
52
53
54
55 <h2>October 24, 2005</h2>
56 <p>
57 <a href="relnotes-6.4.html">Mesa 6.4</a> has been released.
58 This is stable, bug-fix release.
59 </p>
60
61
62 <h2>August 19, 2005</h2>
63 <p>
64 Mesa 6.3.2 has been released.
65 Note: there was no public release of version 6.3.1.
66 </p>
67 <a href="versions.html#6.3.2">Changes in version 6.3.1</a>
68 <p>
69 The MD5 checksums are:
70 </p>
71 <pre>
72 98192e45ed8d69113688f89f90869346 MesaLib-6.3.2.tar.gz
73 0df27701df0924d17ddf41185efa8ce1 MesaLib-6.3.2.tar.bz2
74 ccb2423aab77fc7e81ce628734586140 MesaLib-6.3.2.zip
75 9d0fca0a7d051c34a0b485423fb3e85d MesaDemos-6.3.2.tar.gz
76 96708868450c188205e42229b5d813c4 MesaDemos-6.3.2.tar.bz2
77 c5102501e609aa8996d832fafacb8ab9 MesaDemos-6.3.2.zip
78 </pre>
79
80
81 <h2>July 20, 2005</h2>
82 <p>
83 Mesa 6.3 has been released.
84 This is a development release with new features, changes and bug fixes.
85 </p>
86 <pre>
87 New:
88 - GL_EXT_framebuffer_object extension
89 - GL_ARB_draw_buffers extension
90 - GL_ARB_pixel_buffer_object extension
91 - GL_OES_read_format extension (Ian Romanick)
92 - DirectFB driver (Claudio Ciccani)
93 - x86_64 vertex transformation code (Mikko T.)
94 Changes:
95 - added -stereo option for glxgears demo (Jacek Rosik)
96 - updated the PBuffer demo code in xdemos/ directory
97 - glDeleteTextures/Programs/Buffers() now makes the object ID
98 available for immediate re-use
99 - assorted 64-bit clean-ups fixes (x86_64 and Win64)
100 - lots of internal changes for GL_EXT_framebuffer_object
101 Bug fixes:
102 - some functions didn't support PBO functionality
103 - glGetTexImage didn't convert color index images to RGBA as required
104 - fragment program texcoords were sometimes wrong for points and lines
105 - fixed problem with negative dot product in arbfplight, fplight demos
106 - fixed bug in perspective correction of antialiased, textured lines
107 - querying GL_POST_CONVOLUTION_ALPHA_BIAS_EXT returned wrong value
108 - fixed a couple per-pixel fog bugs (Soju Matsumoto)
109 - glGetBooleanv(GL_FRAGMENT_PROGRAM_BINDING_NV) was broken
110 - fixed float parsing bug in ARB frag/vert programs (bug 2520)
111 - XMesaGetDepthBuffer() returned incorrect value for bytesPerValue
112 - GL_COLOR_MATERIAL with glColor3 didn't properly set diffuse alpha
113 - glXChooseFBConfig() crashed if attribList pointer was NULL
114 - program state.light[n].spot.direction.w was wrong value (bug 3083)
115 - fragment program fog option required glEnable(GL_FOG) - wrong.
116 - glColorTable() could produce a Mesa implementation error (bug 3135)
117 - RasterPos could get corrupted by color index rendering path
118 - Removed bad XTranslateCoordinates call when rendering to Pixmaps
119 - glPopAttrib() didn't properly restore GL_TEXTURE_GEN enable state
120 - fixed a few Darwin compilation problems
121 </pre>
122 <p>
123 The MD5 checksums are:
124 </p>
125 <pre>
126 0236f552d37514776945d5a013e5bb7b MesaLib-6.3.tar.gz
127 60e1a8f78c4a8c7750a1e95753190986 MesaLib-6.3.tar.bz2
128 ca7c950fbace68c70caa822322db7223 MesaLib-6.3.zip
129 25ea801645b376c014051804fe4974b2 MesaDemos-6.3.tar.gz
130 9248e74872ea88c57ec25c900c295057 MesaDemos-6.3.tar.bz2
131 8537dfa734ef258dcc7272097558d434 MesaDemos-6.3.zip
132 </pre>
133
134
135 <h2>December 9, 2004</h2>
136 <p>
137 Mesa 6.2.1 has been released.
138 This is a stable release which just fixes bugs since the 6.2 release.
139 </p>
140 <pre>
141 Bug fixes:
142 - don't apply regular fog or color sum when using a fragment program
143 - glProgramEnvParameter4fARB always generated an error on
144 GL_FRAGMENT_PROGRAM_ARB (fdo bug 1645)
145 - glVertexAttrib3svNV and glVertexAttrib3svARB were broken
146 - fixed width/height mix-up in glSeparableFilter2D()
147 - fixed regression in glCopyPixels + convolution
148 - glReadPixels from a clipped front color buffer didn't always work
149 - glTexImage didn't accept GL_RED/GREEN/BLUE as the format
150 - Attempting queries/accesses of VBO 0 weren't detected as errors
151 - paletted textures failed if the palette had fewer than 256 entries
152 Changes:
153 - fixed a bunch of compiler warnings found with gcc 3.4
154 - bug reports should to go bugzilla.freedesktop.org
155 </pre>
156 <p>
157 The MD5 checksums are:
158 </p>
159 <pre>
160 80008a92f6e055d3bfdde2cf331ec3fa MesaLib-6.2.1.tar.gz
161 f43228cd2bf70f583ef3275c1c545421 MesaLib-6.2.1.tar.bz2
162 dec26cfd40116ad021020fea2d94f652 MesaLib-6.2.1.zip
163 2c7af3c986a7571c8713c8bfee7e49e3 MesaDemos-6.2.1.tar.gz
164 3cac74667b50bcbd4f67f594fb4224a2 MesaDemos-6.2.1.tar.bz2
165 75b3edd12eb2b370caf05f29b99e508a MesaDemos-6.2.1.zip
166 </pre>
167
168
169 <h2>October 2, 2004</h2>
170 <p>
171 Mesa 6.2 has been released.
172 This is a stable release which just fixes bugs since the 6.1 release.
173 </p>
174 <pre>
175 New:
176 - enabled GL_ARB_texture_rectangle (same as GL_NV_texture_rectangle)
177 - updated Doxygen support (Jose Fonseca)
178 Changes:
179 - some GGI driver updates (Christoph Egger, bug 1025977)
180 Bug fixes:
181 - Omit GL_ARB_texture_non_power_of_two from list of OpenGL 1.5 features
182 - fixed a few compilation issues on IRIX
183 - fixed a matrix classification bug (reported by Wes Bethel)
184 - we weren't reseting the vertex/fragment program error state
185 before parsing (Dave Reveman)
186 - adjust texcoords for sampling texture rectangles (Dave Reveman)
187 - glGet*(GL_MAX_VERTEX_ATTRIBS_ARB) wasn't implemented
188 - repeated calls to glDeleteTexture(t) could lead to a crash
189 - fixed potential ref count bugs in VBOs and vertex/fragment programs
190 - spriteblast demo didn't handle window size changes correctly
191 - glTexSubImage didn't handle pixels=NULL correctly for PBOs
192 - fixed color index mode glDrawPixels bug (Karl Schultz)
193 </pre>
194 <p>
195 The MD5 checksums are:
196 </p>
197 <pre>
198 9e8f34b059272dbb8e1f2c968b33bbf0 MesaLib-6.2.tar.gz
199 3d6a6362390b6a37d3cb2e615f3ac7db MesaLib-6.2.tar.bz2
200 6cfd7895d28e695c0dbbed9469564091 MesaLib-6.2.zip
201 3e06e33b0809f09855cb60883b8bdfef MesaDemos-6.2.tar.gz
202 9d160009c3dfdb35fe7e4088c9ba8f85 MesaDemos-6.2.tar.bz2
203 856f7ec947122eb3c8985ebc2f654dcd MesaDemos-6.2.zip
204 </pre>
205
206
207 <h2>August 18, 2004</h2>
208 <p>
209 Mesa 6.1 has been released.
210 This is a new development release (version 6.2 will be a stabilization
211 release).
212 </p>
213 <pre>
214 New:
215 - Revamped Makefile system
216 - glXUseRotatedXFont() utility (see xdemos/xuserotfont.c)
217 - internal driver interface changes related to texture object
218 allocation, vertex/fragment programs, BlendEquationSeparate, etc.
219 - option to walk triangle edges with double-precision floats
220 (Justin Novosad of Discreet) (see config.h file)
221 - support for AUX buffers in software GLX driver
222 - updated glext.h to version 24 and glxext.h to version 6
223 - new MESA_GLX_FORCE_ALPHA and MESA_GLX_DEPTH_BITS env vars
224 - updated BeOS support (Philippe Houdoin)
225 Changes:
226 - fragment fog interpolation is perspective corrected now
227 - new glTexImage code, much cleaner, may be a bit faster
228 Bug fixes:
229 - glArrayElement in display lists didn't handle generic vertex attribs
230 - glFogCoord didn't always work properly
231 - ARB_fragment_program fog options didn't work
232 - frag prog TEX instruction no longer incorrectly divides s,t,r by q
233 - ARB frag prog TEX and TEXP instructions now use LOD=0
234 - glTexEnviv in display lists didn't work
235 - glRasterPos didn't do texgen or apply texture matrix
236 - GL_DOUBLE-valued vertex arrays were broken in some cases
237 - fixed texture rectangle edge/border sampling bugs
238 - sampling an incomplete texture in a fragment program would segfault
239 - glTexImage was missing a few error checks
240 - fixed some minor glGetTexParameter glitches
241 - GL_INTENSITY was mistakenly accepted as a <format> to glTexImage
242 - fragment program writes to RC/HC register were broken
243 - fixed a few glitches in GL_HP_occlusion_test extension
244 - glBeginQueryARB and glEndQueryARB didn't work inside display lists
245 - vertex program state references were broken
246 - fixed triangle color interpolation bug on AIX (Shane Blackett)
247 - fixed a number of minor memory leaks (bug #1002030)
248 </pre>
249 The MD5 checksums are:
250 </p>
251 <pre>
252 c9284d295ebcd2e0486cc3cd54e5863c MesaLib-6.1.tar.gz
253 5de1f53ec0709f60fc68fdfed57351f3 MesaLib-6.1.tar.bz2
254 483e77cac4789a5d36c42f3c0136d6d8 MesaLib-6.1.zip
255 8c46cfa6f9732acc6f6c25724aad0246 MesaDemos-6.1.tar.gz
256 89bfe0f6c69b39fd0ebd9fff481a4e9b MesaDemos-6.1.tar.bz2
257 161268531fcc6f0c5a056430ee97e0c1 MesaDemos-6.1.zip
258 </pre>
259
260
261
262 <h2>April 2, 2004</h2>
263
264 <p>
265 Mesa 6.0.1 has been released.
266 This release basically just fixes bugs since the 6.0. release.
267 </p>
268 <pre>
269 New:
270 - upgraded glext.h to version 22
271 - new build targets (Dan Schikore)
272 - new linux-x86-opteron build target (Heath Feather)
273 Bug fixes:
274 - glBindProgramARB didn't update all necessary state
275 - fixed build problems on OpenBSD
276 - omit CVS directories from tarballs
277 - glGetTexImage(GL_COLOR_INDEX) was broken
278 - fixed an infinite loop in t&l module
279 - silenced some valgrind warnings about using unitialized memory
280 - fixed some compilation/link glitches on IRIX (Mike Stephens)
281 - glBindProgram wasn't getting compiled into display lists
282 - GLX_FBCONFIG_ID wasn't recognized in glXChooseFBConfig() (bug 888079)
283 - two-sided lighting and vertex program didn't work (bug 887330)
284 - stores to program parameter registers in vertex state programs
285 didn't work.
286 - fixed glOrtho bug found with gcc 3.2.2 (RH9)
287 - glXCreateWindow() wasn't fully implemented (bug 890894)
288 - generic vertex attribute arrays didn't work in display lists
289 - vertex buffer objects' default usage and access fields were wrong
290 - glDrawArrays with start!=0 was broken
291 - fragment program PK2H, UP2H, UP4B and UP4UB instructions were broken
292 - linux-osmesa16-static config didn't work
293 - fixed a few color index rendering problems (bug 910687)
294 - glInterleavedArrays didn't respect GL_CLIENT_ACTIVE_TEXTURE
295 - OSMesa RGB and BGR modes were broken
296 - glProgramStringARB mistakenly required a null-terminated string
297 - fragment program XPD instruction was incorrect
298 - glGetMaterial() didn't work reliably
299 </pre>
300 The MD5 checksums are:
301 </p>
302 <pre>
303 011be0e79666c7a6eb9693fbf9348653 MesaLib-6.0.1.tar.gz
304 b7f14088c5c2f14490d2739a91102112 MesaLib-6.0.1.tar.bz2
305 bf0510cf0a2b87d64cdd317eca3f1db1 MesaLib-6.0.1.zip
306 b7b648599e0aaee1c4ffc554a2a9139e MesaDemos-6.0.1.tar.gz
307 dd6aadfd9ca8e1cfa90c6ee492bc6f43 MesaDemos-6.0.1.tar.bz2
308 eff71d59c211825e949199852f5a2316 MesaDemos-6.0.1.zip
309 </pre>
310
311
312
313 <h2>January 16, 2004</h2>
314
315 <p>
316 Mesa 6.0 has been released. This is a stabilization of the 5.1 release
317 and primarily just incorporates bug fixes.
318 </p>
319 <pre>
320 New:
321 - full OpenGL 1.5 support
322 - updated GL/glext.h file to version 21
323 Changes:
324 - changed max framebuffer size to 4Kx4K (MAX_WIDTH/HEIGHT in config.h)
325 Bug fixes:
326 - fixed bug in UNCLAMPED_FLOAT_TO_UBYTE macro; solves a color
327 clamping issue
328 - updated suno5-gcc configs
329 - glColor3 functions sometimes resulted in undefined alpha values
330 - fixed FP divide by zero error seen on VMS with xlockmore, others
331 - fixed vertex/fragment program debug problem (bug 873011)
332 - building on AIX with gcc works now
333 - glDeleteProgramsARB failed for ARB fragment programs (bug 876160)
334 - glDrawRangeElements tried to modify potentially read-only storage
335 - updated files for building on Windows
336 </pre>
337
338
339
340 <h2>December 28, 2003</h2>
341
342 <p>
343 The Mesa CVS server has been moved to <a href="http://www.freedesktop.org"
344 target="_parent">
345 freedesktop.org</a> because of problems with SourceForge's anonymous
346 CVS service.
347 </p>
348
349 <p>Please see the <a href="cvs_access.html">CVS access page</a> for details.
350 </p>
351
352
353 <h2>December 17, 2003</h2>
354
355 <p>
356 Mesa 5.1 has been released. This is a new development release.
357 Mesa 6.0 will be the next stable release and will support all
358 OpenGL 1.5 features.
359 </p>
360 <pre>
361 New features:
362 - reorganized directory tree
363 - GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche)
364 - GL_ATI_texture_env_combine3 extension (Ian Romanick)
365 - GL_SGI_texture_color_table extension (Eric Plante)
366 - GL_NV_fragment_program extension
367 - GL_NV_light_max_exponent extension
368 - GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle)
369 - GL_ARB_occlusion_query extension
370 - GL_ARB_point_sprite extension
371 - GL_ARB_texture_non_power_of_two extension
372 - GL_IBM_multimode_draw_arrays extension
373 - GL_EXT_texture_mirror_clamp extension (Ian Romanick)
374 - GL_ARB_vertex_buffer_object extension
375 - new X86 feature detection code (Petr Sebor)
376 - less memory used for display lists and vertex buffers
377 - demo of per-pixel lighting with a fragment program (demos/fplight.c)
378 - new version (18) of glext.h header
379 - new spriteblast.c demo of GL_ARB_point_sprite
380 - faster glDrawPixels in X11 driver in some cases (see RELNOTES-5.1)
381 - faster glCopyPixels in X11 driver in some cases (see RELNOTES-5.1)
382 Bug fixes:
383 - really enable OpenGL 1.4 features in DOS driver.
384 - fixed issues in glDrawPixels and glCopyPixels for very wide images
385 - glPixelMapf/ui/usv()'s size parameter is GLsizei, not GLint
386 - fixed some texgen bugs reported by Daniel Borca
387 - fixed wglMakeCurrent(NULL, NULL) bug (#835861)
388 - fixed glTexSubImage3D z-offset bug (Cedric Gautier)
389 - fixed RGBA blend enable bug (Ville Syrjala)
390 - glAccum is supposed to be a no-op in selection/feedback mode
391 - fixed texgen bug #597589 (John Popplewell)
392 Changes:
393 - dropped API trace feature (src/Trace/)
394 - documentation overhaul. merged with website content. more html.
395 - glxgears.c demo updated to use GLX swap rate extensions
396 - glTexImage1/2/3D now allows width/height/depth = 0
397 - disable SPARC asm code on Linux (bug 852204)
398 </pre>
399
400 The MD5 checksums are:
401 </p>
402 <pre>
403 78f452f6c55478471a744f07147612b5 MesaLib-5.1.tar.gz
404 67b3b8d3f7f4c8c44904551b851d01af MesaLib-5.1.tar.bz2
405 6dd19ffa750ec7f634e370a987505c9d MesaLib-5.1.zip
406 e0214d4ebb22409dfa9262f2b52fd828 MesaDemos-5.1.tar.gz
407 066c9aff4fd924405de1ae9bad5ec9a7 MesaDemos-5.1.tar.bz2
408 d2b5ba32b53e0ad0576c637a4cc1fb41 MesaDemos-5.1.zip
409 </pre>
410
411
412 <H2>November 12, 2003</H2>
413
414 <p>
415 New Mesa 5.0.2 tarballs have been uploaded to SourceForge which fix a
416 number of automake/libtool problems.
417 </p>
418 <p>
419 The new MD5 checksums are:
420 </p>
421 <pre>
422 a9dcf3ff9ad1b7d6ce73a0df7cff8b5b MesaLib-5.0.2.tar.gz
423 7b4bf9261657c2fca03796d4955e6f50 MesaLib-5.0.2.tar.bz2
424 79c141bddcbad557647535d02194f346 MesaLib-5.0.2.zip
425 952d9dc823dd818981d1a648d7b2668a MesaDemos-5.0.2.tar.gz
426 b81fafff90995025d2f25ea02b786642 MesaDemos-5.0.2.tar.bz2
427 a21be975589e8a2d1871b6bb7874fffa MesaDemos-5.0.2.zip
428 </pre>
429
430
431
432 <h2>September 5, 2003</h2>
433
434 <p>
435 Mesa 5.0.2 has been released. This is a stable, bug-fix release.
436 </p>
437 <pre>
438 Bug fixes:
439 - fixed texgen problem causing texcoord's Q to be zero (stex3d)
440 - default GL_TEXTURE_COMPARE_MODE_ARB was wrong
441 - GL_CURRENT_MATRIX_NV query was wrong
442 - GL_CURRENT_MATRIX_STACK_DEPTH_NV query was off by one
443 - GL_LIST_MODE query wasn't correct
444 - GL_FOG_COORDINATE_SOURCE_EXT query wasn't supported
445 - GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query returned wrong value
446 - blended, wide lines didn't always work correctly (bug 711595)
447 - glVertexAttrib4svNV w component was always 1
448 - fixed bug in GL_IBM_rasterpos_clip (missing return)
449 - GL_DEPTH_TEXTURE_MODE = GL_ALPHA didn't work correctly
450 - a few Solaris compilation fixes
451 - fixed glClear() problem for DRI drivers (non-existant stencil, etc)
452 - fixed int/REAL mixup in GLU NURBS curve evaluator (Eric Cazeaux)
453 - fixed delete [] bug in SI GLU (bug 721765) (Diego Santa Cruz)
454 - glFog() didn't clamp fog colors
455 - fixed bad float/int conversion for GL_TEXTURE_PRIORITY in the
456 gl[Get]TexParameteri[v] functions
457 - fixed invalid memory references in glTexGen functions (bug 781602)
458 - integer-valued color arrays weren't handled correctly
459 - glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work
460 - GL_EXT_texture_lod_bias is part of 1.4, overlooked in 5.0.1
461 Changes:
462 - build GLUT with -fexceptions so C++ apps propogate exceptions
463 </pre>
464
465
466
467 <h2>June 2003</h2>
468
469 <p>
470 Mesa's directory tree has been overhauled.
471 Things are better organized now with some thought toward future needs.
472 </p>
473 <p>
474 In CVS, the latest Mesa 5.1 development code is now rooted under the
475 <b>Mesa-newtree/</b> directory. The old top-level <b>Mesa/</b> directory
476 holds the Mesa 5.0.x code which will be abandoned at some point.
477 </p>
478
479
480
481 <h2>March 30, 2003</h2>
482
483 <p>
484 Mesa 5.0.1 has been released. This is a stable, bug-fix release.
485 </p>
486 <pre>
487 New:
488 - DOS driver updates from Daniel Borca
489 - updated GL/gl_mangle.h file (Bill Hoffman)
490 Bug fixes:
491 - auto mipmap generation for cube maps was broken (bug 641363)
492 - writing/clearing software alpha channels was unreliable
493 - minor compilation fixes for OS/2 (Evgeny Kotsuba)
494 - fixed some bad assertions found with shadowtex demo
495 - fixed error checking bug in glCopyTexSubImage2D (bug 659020)
496 - glRotate(angle, -x, 0, 0) was incorrect (bug 659677)
497 - fixed potential segfault in texture object validation (bug 659012)
498 - fixed some bogus code in _mesa_test_os_sse_exception_support (Linus)
499 - fix fog stride bug in tnl code for h/w drivers (Michel Danzer)
500 - fixed glActiveTexture / glMatrixMode(GL_TEXTURE) bug (#669080)
501 - glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3
502 - fixed compilation problem on Solaris7/x86 (bug 536406)
503 - fixed prefetch bug in 3DNow! code (Felix Kuhling)
504 - fixed NeXT build problem (FABSF macro)
505 - glDrawPixels Z values when glPixelZoom!=1 were invalid (bug 687811)
506 - zoomed glDraw/CopyPixels with clipping sometimes failed (bug 689964)
507 - AA line and triangle Z values are now rounded, not truncated
508 - fixed color interpolation bug when GLchan==GLfloat (bug 694461)
509 - glArePrograms/TexturesResident() wasn't 100% correct (Jose Fonseca)
510 - fixed a minor GL_COLOR_MATERIAL bug
511 - NV vertex program EXP instruction was broken
512 - glColorMask misbehaved with X window / pixmap rendering
513 - fix autoconf/libtool GLU C++ linker problem on Linux (a total hack)
514 - attempt to fix GGI compilation problem when MesaDemos not present
515 - NV vertex program ARL-relative fetches didn't work
516 Changes:
517 - use glPolygonOffset in gloss demo to avoid z-fighting artifacts
518 - updated winpos and pointblast demos to use ARB extensions
519 - disable SPARC normal transformation code (bug 673938)
520 - GLU fixes for OS/2 (Evgeny Kotsuba)
521 </pre>
522 <p>
523 MD5 checksums follow:
524 </p>
525 <pre>
526 b80f8b5d53a3e9f19b9fde5af0c542f0 MesaLib-5.0.1.tar.gz
527 513b4bbd7d38951f05027179063d876b MesaLib-5.0.1.tar.bz2
528 eebd395678f4520d33b267e5d5c22651 MesaLib-5.0.1.zip
529 49d7feaec6dc1d2091d7c3cc72a9b320 MesaDemos-5.0.1.tar.gz
530 37190374a98c3c892f0698be9ca3acf0 MesaDemos-5.0.1.tar.bz2
531 becd8bf17f5791361b4a54ba2a78e5c9 MesaDemos-5.0.1.zip
532 </pre>
533
534
535
536 <h2>March 7, 2003</h2>
537 <p>
538 Website and documentation overhaul.
539 </p>
540 <p>
541 The website content and Mesa documentation (from the doc/ directory) have
542 been merged together.
543 All the documentation files have been entered into the CVS repository.
544 Many of the old plain-text files have been converted to html and modernized.
545 </p>
546
547
548 <h2>November 13, 2002</h2>
549 <p>Mesa 5.0 has been released. This is a stable release which
550 implements the OpenGL 1.4 specification.
551 </p><pre>New:
552 - OpenGL 1.4 support (glGetString(GL_VERSION) returns "1.4")
553 - removed some overlooked debugging code
554 - glxinfo updated to support GLX_ARB_multisample
555 - GLUT now support GLX_ARB_multisample
556 - updated DOS driver (Daniel Borca)
557 Bug fixes:
558 - GL_POINT and GL_LINE-mode polygons didn't obey cull state
559 - fixed potential bug in _mesa_align_malloc/calloc()
560 - fixed missing triangle bug when running vertex programs
561 - fixed a few HPUX compilation problems
562 - FX (Glide) driver didn't compile
563 - setting GL_TEXTURE_BORDER_COLOR with glTexParameteriv() didn't work
564 - a few EXT functions, like glGenTexturesEXT, were no-ops
565 - a few OpenGL 1.4 functions like glFogCoord*, glBlendFuncSeparate,
566 glMultiDrawArrays and glMultiDrawElements were missing
567 - glGet*(GL_ACTIVE_STENCIL_FACE_EXT) was broken
568 - Pentium 4 Mobile was mistakenly identified as having 3DNow!
569 - fixed one-bit error in point/line fragment Z calculation
570 - fixed potential segfault in fakeglx code
571 - fixed color overflow problem in DOT3 texture env mode
572 </pre>
573
574
575 <h2>October 29, 2002</h2>
576 <p>Mesa 4.1 has been released. This is a new development release.
577 For a stable release, get 4.0.4.
578 </p><pre>New:
579 - GL_NV_vertex_program extension
580 - GL_NV_vertex_program1_1 extension
581 - GL_ARB_window_pos extension
582 - GL_ARB_depth_texture extension
583 - GL_ARB_shadow extension
584 - GL_ARB_shadow_ambient extension
585 - GL_EXT_shadow_funcs extension
586 - GL_ARB_point_parameters extension
587 - GL_ARB_texture_env_crossbar
588 - GL_NV_point_sprite extension
589 - GL_NV_texture_rectangle extension
590 - GL_EXT_multi_draw_arrays extension
591 - GL_EXT_stencil_two_side extension
592 - GLX_SGIX_fbconfig and GLX_SGIX_pbuffer extensions
593 - GL_ATI_texture_mirror_once extension (Ian Romanick)
594 - massive overhaul/simplification of software rasterizer module,
595 many contributions from Klaus Niederkrueger
596 - faster software texturing in some cases (i.e. trilinear filtering)
597 - new OSMesaGetProcAddress() function
598 - more blend modes implemented with MMX code (Jose Fonseca)
599 - added glutGetProcAddress() to GLUT
600 - added GLUT_FPS env var to compute frames/second in glutSwapBuffers()
601 - pbinfo and pbdemo PBuffer programs
602 - glxinfo -v prints transprent pixel info (Gerd Sussner)
603 Bug fixes:
604 - better mipmap LOD computation (prevents excessive blurriness)
605 - OSMesaMakeCurrent() didn't recognize buffer size changes
606 - assorted conformance fixes for 16-bit/channel rendering
607 - texcombine alpha subtraction mode was broken
608 - fixed some blend problems when GLchan==GLfloat (Gerk Huisma)
609 - clamp colors to [0,1] in OSMesa if GLchan==GLfloat (Gerk Huisma)
610 - fixed divide by zero error in NURBS tessellator (Jon Perry)
611 - fixed GL_LINEAR fog bug by adding clamping
612 - fixed FP exceptions found using Alpha CPU
613 - 3dfx/glide driver render-to-window feature was broken
614 - added missing GLX_TRANSPARENT_RGB token to glx.h
615 - fixed error checking related to paletted textures
616 - fixed reference count error in glDeleteTextures (Randy Fayan)
617 Changes:
618 - New spec file and Python code to generate some GL dispatch files
619 - Glide driver defaults to "no" with autoconf/automake
620 - floating point color channels now clamped to [0,inf)
621 - updated demos/stex3d with new options
622 </pre>
623
624
625 <h2>October 4, 2002</h2>
626 <p>
627 The <a href="http://mesa3d.sourceforge.net/docs/MesaFAQ.html">Mesa FAQ</a> has been rewritten.
628 </p>
629
630 <h2>October 3, 2002</h2>
631 <p>Mesa 4.0.4 has been released. This is a stable bug-fix release.
632 </p><pre> New:
633 - GL_NV_texture_rectangle extension
634 - updated glext.h header (version 17)
635 - updated DOS driver (Daniel Borca)
636 - updated BeOS R5 driver (Philippe Houdoin)
637 - added GL_IBM_texture_mirror_repeat
638 - glxinfo now takes -l option to print interesting OpenGL limits info
639 - GL_MESA_ycbcr_texture extension
640 - GL_APPLE_client_storage extension (for some DRI drivers only)
641 - GL_MESA_pack_invert extension
642 Bug fixes:
643 - fixed GL_LINEAR fog bug by adding clamping
644 - fixed FP exceptions found using Alpha CPU
645 - 3dfx MESA_GLX_FX=window (render to window) didn't work
646 - fixed memory leak in wglCreateContest (Karl Schultz)
647 - define GLAPIENTRY and GLAPI if undefined in glu.h
648 - wglGetProcAddress didn't handle all API functions
649 - when testing for OpenGL 1.2 vs 1.3, check for GL_ARB_texture_cube_map
650 - removed GL_MAX_CONVOLUTION_WIDTH/HEIGHT from glGetInteger/Float/etc()
651 - error checking in compressed tex image functions had some glitches
652 - fixed AIX compile problem in src/config.c
653 - glGetTexImage was using pixel unpacking instead of packing params
654 - auto-mipmap generation for cube maps was incorrect
655 Changes:
656 - max texture units reduced to six to accomodate texture rectangles
657 - removed unfinished GL_MESA_sprite_point extension code
658 </pre>
659
660 <h2>June 25, 2002</h2>
661 <p>Mesa 4.0.3 has been released. This is a stable bug-fix release.
662 </p><pre> New:
663 - updated GL/glext.h file (version 15)
664 - corrected MMX blend code (Jose Fonseca)
665 - support for software-based alpha planes in Windows driver
666 - updated GGI driver (Filip Spacek)
667 Bug fixes:
668 - glext.h had wrong values for GL_DOT3_RGB[A]_EXT tokens
669 - OSMesaMakeCurrent() didn't recognize buffer size changes
670 - assorted conformance fixes for 16-bit/channel rendering
671 - texcombine alpha subtraction mode was broken
672 - fixed lighting bug with non-uniform scaling and display lists
673 - fixed bug when deleting shared display lists
674 - disabled SPARC cliptest assembly code (Mesa bug 544665)
675 - fixed a couple Solaris compilation/link problems
676 - blending clipped glDrawPixels didn't always work
677 - glGetTexImage() didn't accept packed pixel types
678 - glPixelMapu[is]v() could explode given too large of pixelmap
679 - glGetTexParameter[if]v() didn't accept GL_TEXTURE_MAX_ANISOTROPY_EXT
680 - glXCopyContext() could lead to segfaults
681 - glCullFace(GL_FRONT_AND_BACK) didn't work (bug 572665)
682 Changes:
683 - lots of C++ (g++) code clean-ups
684 - lots of T&amp;L updates for the Radeon DRI driver
685 Known bugs:
686 - mipmap LOD computation (fixed for Mesa 4.1)
687 </pre>
688
689 <h2>April 2, 2002</h2>
690 <p>Mesa 4.0.2 has been released. This is a stable bug-fix release.
691 </p><pre> New:
692 - New DOS (DJGPP) driver written by Daniel Borca
693 - New driver interface functions for TCL drivers (such as Radeon DRI)
694 - GL_RENDERER string returns "Mesa Offscreen16" or "Mesa Offscreen32"
695 if using deep color channels
696 - latest GL/glext.h and GL/glxext.h headers from SGI
697 Bug fixes:
698 - GL_BLEND with non-black texture env color wasn't always correct
699 - GL_REPLACE with GL_RGB texture format wasn't always correct (alpha)
700 - glTexEnviv( pname != GL_TEXTURE_ENV_COLOR ) was broken
701 - glReadPixels was sometimes mistakenly clipped by the scissor box
702 - glDraw/ReadPixels didn't catch all the errors that they should have
703 - Fixed 24bpp rendering problem in Windows driver (Karl Schultz)
704 - 16-bit GLchan mode fixes (m_trans_tmp.h, s_triangle.c)
705 - Fixed 1-bit float-&gt;int conversion bug in glDrawPixels(GL_DEPTH_COMP)
706 - glColorMask as sometimes effecting glXSwapBuffers()
707 - fixed a potential bug in XMesaGarbageCollect()
708 - N threads rendering into one window didn't work reliably
709 - glCopyPixels didn't work for deep color channels
710 - improved 8 -&gt; 16bit/channel texture image conversion (Gerk Huisma)
711 - glPopAttrib() didn't correctly restore user clip planes
712 - user clip planes failed for some perspective projections (Chromium)
713 </pre>
714
715 <h2>December 17, 2001</h2>
716 <p>Mesa 4.0.1 has been released. This is a stable bug-fix release.
717 </p><pre> New:
718 - better sub-pixel sample positions for AA triangles (Ray Tice)
719 - slightly faster blending for (GL_ZERO, GL_ONE) and (GL_ONE, GL_ZERO)
720 Bug fixes:
721 - added missing break statements in glGet*() for multisample cases
722 - fixed uninitialized hash table mutex bug (display lists / texobjs)
723 - fixed bad teximage error check conditional (bug 476846)
724 - fixed demos readtex.c compilation problem on Windows (Karl Schultz)
725 - added missing glGet() query for GL_MAX_TEXTURE_LOD_BIAS_EXT
726 - silence some compiler warnings (gcc 2.96)
727 - enable the #define GL_VERSION_1_3 in GL/gl.h
728 - added GL 1.3 and GLX 1.4 entries to gl_mangle.h and glx_mangle.h
729 - fixed glu.h typedef problem found with MSDev 6.0
730 - build libGL.so with -Bsymbolic (fixes bug found with Chromium)
731 - added missing 'const' to glXGetContextIDEXT() in glxext.h
732 - fixed a few glXGetProcAddress() errors (texture compression, etc)
733 - fixed start index bug in compiled vertex arrays (Keith)
734 - fixed compilation problems in src/SPARC/glapi_sparc.S
735 - fixed triangle strip "parity" bug found in VTK medical1 demo (Keith)
736 - use glXGetProcAddressARB in GLUT to avoid extension linking problems
737 - provoking vertex of flat-shaded, color-index triangles was wrong
738 - fixed a few display list bugs (GLUT walker, molecule, etc) (Keith)
739 - glTexParameter didn't flush the vertex buffer (Ray Tice)
740 - feedback attributes for glDraw/CopyPixels and glBitmap were wrong
741 - fixed bug in normal length caching (ParaView lighting bug)
742 </pre>
743
744 <h2>October 22, 2001</h2>
745 <p>Mesa 4.0 has been released. This is a stable release.
746 </p><pre> New:
747 - Mesa 4.0 implements the OpenGL 1.3 specification
748 - GL_IBM_rasterpos_clip extension
749 - GL_EXT_texture_edge_clamp extension (aka GL_SGIS_texture_edge_clamp)
750 - GL_ARB_texture_mirrored_repeat extension
751 - WindML UGL driver (Stephane Raimbault)
752 - added OSMESA_MAX_WIDTH/HEIGHT queries
753 - attempted compiliation fixes for Solaris 5, 7 and 8
754 - updated glext.h and glxext.h files
755 - updated Windows driver (Karl Schultz)
756 Bug fixes:
757 - added some missing GLX 1.3 tokens to include/GL/glx.h
758 - GL_COLOR_MATRIX changes weren't recognized by teximage functions
759 - glCopyPixels with scale and bias was broken
760 - glRasterPos with lighting could segfault
761 - glDeleteTextures could leave a dangling pointer
762 - Proxy textures for cube maps didn't work
763 - fixed a number of 16-bit color channel bugs
764 - fixed a few minor memory leaks
765 - GLX context sharing was broken in 3.5
766 - fixed state-update bugs in glPopClientAttrib()
767 - fixed glDrawRangeElements() bug
768 - fixed a glPush/PopAttrib() bug related to texture binding
769 - flat-shaded, textured lines were broken
770 - fixed a dangling pointer problem in the XMesa code (Chris Burghart)
771 - lighting didn't always produce the correct alpha value
772 - fixed 3DNow! code to not read past end of arrays (Andrew Lewycky)
773 </pre>
774
775
776 <h2>June 21, 2001</h2>
777 <p>Mesa 3.5 has been released. This is a new development release.
778 </p><pre> New:
779 - internals of Mesa divided into modular pieces (Keith Whitwell)
780 - 100% OpenGL 1.2 conformance (passes all conformance tests)
781 - new AA line algorithm
782 - GL_EXT_convolution extension
783 - GL_ARB_imaging subset
784 - OSMesaCreateContextExt() function
785 - GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add)
786 - GL_MAX_TEXTURE_UNITS_ARB now defaults to eight
787 - GL_EXT_fog_coord extension (Keith Whitwell)
788 - GL_EXT_secondary_color extension (Keith Whitwell)
789 - GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add)
790 - GL_SGIX_depth_texture extension
791 - GL_SGIX_shadow and GL_SGIX_shadow_ambient extensions
792 - demos/shadowtex.c demo of GL_SGIX_depth_texture and GL_SGIX_shadow
793 - GL_ARB_texture_env_combine extension
794 - GL_ARB_texture_env_dot3 extension
795 - GL_ARB_texture_border_clamp (aka GL_SGIS_texture_border_clamp)
796 - OSMesaCreateContextExt() function
797 - libOSMesa.so library, contains the OSMesa driver interface
798 - GL/glxext.h header file for GLX extensions
799 - somewhat faster software texturing, fogging, depth testing
800 - all color-index conformance tests now pass (only 8bpp tested)
801 - SPARC assembly language TCL optimizations (David Miller)
802 - GL_SGIS_generate_mipmap extension
803 Bug Fixes:
804 - fbiRev and tmuRev were unitialized when using Glide3
805 - fixed a few color index mode conformance failures; all pass now
806 - now appling antialiasing coverage to alpha after texturing
807 - colors weren't getting clamped to [0,1] before color table lookup
808 - fixed RISC alignment errors caused by COPY_4UBV macro
809 - drawing wide, flat-shaded lines could cause a segfault
810 - vertices now snapped to 1/16 pixel to fix rendering of tiny triangles
811 Changes:
812 - SGI's Sample Implementation (SI) 1.3 GLU library replaces Mesa GLU
813 - new libOSMesa.so library, contains the OSMesa driver interface
814 </pre>
815
816
817 <h2>May 17, 2001</h2>
818 <p>Mesa 3.4.2 has been released. This is basically just a bug-fix release.
819 Here's what's new:</p>
820 <pre> Bug fixes:
821 - deleting the currently bound texture could cause bad problems
822 - using fog could result in random vertex alpha values
823 - AA triangle rendering could touch pixels outside right window bound
824 - fixed byteswapping problem in clear_32bit_ximage() function
825 - fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam
826 - fixed memory leak in glXUseXFont()
827 - fragment sampling in AA triangle function was off by 1/2 pixel
828 - Windows: reading pixels from framebuffer didn't always work
829 - glConvolutionFilter2D could segfault or cause FP exception
830 - fixed segfaults in FX and X drivers when using tex unit 1 but not 0
831 - GL_NAND logicop didn't work right in RGBA mode
832 - fixed a memory corruption bug in vertex buffer reset code
833 - clearing the softwara alpha buffer with scissoring was broken
834 - fixed a few color index mode fog bugs
835 - fixed some bad assertions in color index mode
836 - fixed FX line 'stipple' bug #420091
837 Changes:
838 - optimized writing mono-colored pixel spans to X pixmaps
839 - increased max viewport size to 2048 x 2048
840 </pre>
841
842
843 <h2>April 29, 2001</h2>
844 <p>New Mesa website</p>
845 <p>Mark Manning produced the new website.<br>Thanks, Mark!</p>
846
847
848 <h2>February 14, 2001</h2>
849 <p>Mesa 3.4.1 has been released. Here's what's new:</p>
850 <pre> New:
851 - fixed some Linux build problems
852 - fixed some Windows build problems
853 - GL_EXT_texture_env_dot3 extension (Gareth Hughes)
854 Bug fixes:
855 - added RENDER_START/RENDER_FINISH macros for glCopyTexImage in DRI
856 - various state-update code changes needed for DRI bugs
857 - disabled pixel transfer ops in glColorTable commands, not needed
858 - fixed bugs in glCopyConvolutionFilter1D/2D, glGetConvolutionFilter
859 - updated sources and fixed compile problems in widgets-mesa/
860 - GLX_PBUFFER enum value was wrong in glx.h
861 - fixed a glColorMaterial lighting bug
862 - fixed bad args to Read/WriteStencilSpan in h/w stencil clear function
863 - glXCopySubBufferMESA() Y position was off by one
864 - Error checking of glTexSubImage3D() was broken (bug 128775)
865 - glPopAttrib() didn't restore all derived Mesa state correctly
866 - Better glReadPixels accuracy for 16bpp color - fixes lots of OpenGL
867 conformance problems at 16bpp.
868 - clearing depth buffer with scissoring was broken, would segfault
869 - OSMesaGetDepthBuffer() returned bad bytesPerValue value
870 - fixed a line clipping bug (reported by Craig McDaniel)
871 - fixed RGB color over/underflow bug for very tiny triangles
872 Known problems:
873 - NURBS or evaluator surfaces inside display lists don't always work
874 </pre>
875 <p>
876 </p><h2>November 3, 2000</h2>
877 <p>Mesa 3.4 has been released. Here's what's new since the 3.3 release:</p>
878 <pre> New:
879 - optimized glDrawPixels for glPixelZoom(1,-1)
880 Bug Fixes:
881 - widgets-mesa/src/*.c files were missing from 3.3 distro
882 - include/GL/mesa_wgl.h file was missing from 3.3 distro
883 - fixed some Win32 compile problems
884 - texture object priorities weren't getting initialized to 1.0
885 - glAreTexturesResident return value was wrong when using hardware
886 - glXUseXFont segfaulted when using 3dfx driver (via MESA_GLX_FX)
887 - glReadPixels with GLushort packed types was broken
888 - fixed a few bugs in the GL_EXT_texture_env_combine texture code
889 - glPush/PopAttrib(GL_ENABLE_BIT) mishandled multi-texture enables
890 - fixed some typos/bugs in the VB code
891 - glDrawPixels(GL_COLOR_INDEX) to RGB window didn't work
892 - optimized glDrawPixels paths weren't being used
893 - per-fragment fog calculation didn't work without a Z buffer
894 - improved blending accuracy, fixes Glean blendFunc test failures
895 - glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly
896 - glXGetProcAddressARB() didn't always return the right address
897 - gluBuild[12]DMipmaps() didn't grok the GL_BGR pixel format
898 - texture matrix changes weren't always detected (GLUT projtex demo)
899 - fixed random color problem in vertex fog code
900 - fixed Glide-related bug that let Quake get a 24-bit Z buffer
901 Changes:
902 - finished internal support for compressed textures for DRI
903 </pre>
904 <p>
905 </p><h2>April 24, 2000</h2>
906 <p>Mesa 3.2 has been released. Here's what's new since the beta release:</p>
907 <pre> Bug fixes:
908 - fixed memcpy bugs in span.c
909 - fixed missing glEnd problem in demos/tessdemo.c
910 - fixed bug when clearing 24bpp Ximages
911 - fixed clipping problem found in Unreal Tournament
912 - fixed Loki's "ice bug" and "crazy triangles" seen in Heretic2
913 - fixed Loki's 3dfx RGB vs BGR bug
914 - fixed Loki's 3dfx smooth/flat shading bug in SoF
915 Changes:
916 - updated docs/README file
917 - use bcopy() optimizations on FreeBSD
918 - re-enabled the optimized persp_textured_triangle() function
919 </pre>
920 <p>
921 </p><h2>March 23, 2000</h2>
922 <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>
923 <p>3.2 (note even number) is a stabilization release of Mesa 3.1 meaning it's mainly
924 just bug fixes.</p>
925 <p>Here's what's changed:
926
927 </p><ul>
928 Bug fixes:
929 <ul>
930 - mixed drawing of lines and bitmaps sometimes had wrong colors<br>
931 - added missing glHintPGI() function<br>
932 - fixed a polygon culling bug<br>
933 - fixed bugs in gluPartialDisk()<br>
934 - Z values in selection mode were wrong<br>
935 - added missing tokens:
936 <ul>
937 GL_SMOOTH_POINT_SIZE_RANGE<br>
938 GL_SMOOTH_POINT_SIZE_GRANULARITY<br>
939 GL_SMOOTH_LINE_WIDTH_RANGE<br>
940 GL_SMOOTH_LINE_WIDTH_GRANULARITY<br>
941 GL_ALIASED_POINT_SIZE_RANGE<br>
942 GL_ALIASED_LINE_WIDTH_RANGE
943 </ul>
944 - fixed glCopyPixels when copying from back to front buffer<br>
945 - GL_EXT_compiled_vertex_array tokens had _SGI suffix instead of _EXT<br>
946 - glDrawRangeElements(GL_LINES, 0, 1, 2, type, indices) was broken<br>
947 - glDeleteTextures() didn't decrement reference count correctly<br>
948 - GL_SRCA_ALPHA_SATURATE blend mode didn't work correctly<br>
949 - Actual depth of transformation matrix stacks was off by one<br>
950 - 24bpp visuals didn't address pixels correctly<br>
951 - mipmap level of detail (lambda) calculation simplified, more accurate<br>
952 - 101691 - Polygon clipping and GL_LINE<br>
953 - 101928 - Polygon clipping and GL_LINE (same fix as above)<br>
954 - 101808 - Non-glVertexArrays tristrip bug<br>
955 - 101971 - find_last_3f on Dec OSF (worked around)<br>
956 - 102369 - segv on dec osf (possibly a duplicate of the above)<br>
957 - 102893 - orientations of modelview cause segfault
958 </ul>
959 New:
960 <ul>
961 - updated SVGA Linux driver<br>
962 - added the MESA_FX_NO_SIGNALS env var, see docs/README.3DFX<br>
963 - build libGLw.a (Xt/OpenGL drawing area widget) library by default<br>
964 - changed -O2 to -O3 for a number of gcc configs
965 </ul>
966 Changes:
967 <ul>
968 - glXCopyContext's mask parameter is now unsigned long, per GLX spec
969 </ul>
970 </ul>
971
972 <p>Please report any problems with this release ASAP. Bugs should be filed on the
973 Mesa3D website at sourceforge.<br>
974 After 3.2 is wrapped up I hope to release 3.3 beta 1 soon afterward.</p>
975 <p>-- Brian</p>
976 <p>
977 </p><h2>December 17, 1999</h2>
978 <p>A Slashdot interview with Brian about Mesa (questions submitted by Slashdot readers)
979 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>
980 <p>
981 </p><h2>December 14, 1999</h2>
982 <p>Mesa 3.1 is released!</p>
983 <p>
984 </p><h2>September 21, 1999</h2>
985 <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>
986 and <a href="ftp://ftp.mesa3d.org/mesa/beta/MesaDemos-3.1beta3.tar.gz">MesaDemos-3.1beta3.tar.gz</a>,
987 that seem to be... yes, I've just received confirmation from the beta center, they
988 are indeed the <b>THIRD</b> beta release of Mesa 3.1! Happy Days. Happy Days. Thanks
989 Keith Whitwell for preparing these for us during Brian's absence.</p>
990 <p>
991 </p><h2>August 30, 1999</h2>
992 <p>I'm pleased to announce that I've accepted a position with Precision Insight,
993 Inc. effective October, 1999. I'll be leaving Avid Technology in September.</p>
994 <p>I've been working on Mesa in my spare time for over five years. With Precision
995 Insight I now have the opportunity to devote my full attention to advancing Mesa
996 and OpenGL on Linux.</p>
997 <p>While I'll be focused on Linux, the X Window System, and hardware acceleration,
998 my work will continue to be open sourced and available to any other programmers who
999 may want to contribute to it, or use it for other projects or platforms</p>
1000 <p>PS: I'm going to be traveling until Sep 6 and won't be reading email until then.</p>
1001 <p>
1002 </p><h2>August 23, 1999</h2>
1003 <p>Anonymous CVS access is back online so suck up all the bandwidth you can afford.
1004 Note that this is a new archive, so you will need to re-checkout the archive. That
1005 means don't <i>cvs update</i> from a previous download.</p>
1006 <p>
1007 </p><h2>August 17, 1999</h2>
1008 <p>A report from the SIGGRAPH '99 Linux/OpenGL
1009 BOF meeting is now available.</p>
1010 <p>-Brian</p>
1011 <p>
1012 </p><h2>August 14, 1999</h2>
1013 <p>www.mesa3d.org is having technical problems due to hardware failures at VA Linux
1014 systems. The Mac pages, ftp, and CVS services aren't fully restored yet. Please be
1015 patient.</p>
1016 <p>-Brian</p>
1017 <p>
1018 </p><h2>June 7, 1999</h2>
1019 <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>
1020 <p>
1021 </p><h2>June 2, 1999</h2>
1022 <p><a href="http://www.nvidia.com/">nVidia</a> has released some Linux binaries for
1023 xfree86 3.3.3.1, along with the <b>full source</b>, which includes GLX acceleration
1024 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>
1025 <p>
1026 </p><h2>May 24, 1999</h2>
1027 <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>.
1028 If you are into the quake scene, you may want to try this out, as it contains some
1029 optimizations specifically in the Q3A rendering path.
1030 <p>
1031 </p><h2>May 13, 1999</h2>
1032 <p>For those interested in the integration of Mesa into XFree86 4.0, Precision Insight
1033 has posted their lowlevel design documents at http://www.precisioninsight.com.</p>
1034 <p>
1035 </p><h2>May 13, 1999</h2>
1036 <pre>May 1999 - John Carmack of id Software, Inc. has made a donation of
1037 US$10,000 to the Mesa project to support its continuing development.
1038 Mesa is a free implementation of the OpenGL 3D graphics library and id's
1039 newest game, Quake 3 Arena, will use Mesa as the 3D renderer on Linux.
1040
1041 The donation will go to Keith Whitwell, who has been optimizing Mesa to
1042 improve performance on 3d hardware. Thanks to Keith's work, many
1043 applications using Mesa 3.1 will see a dramatic performance increase
1044 over Mesa 3.0. The donation will allow Keith to continue working on
1045 Mesa full time for some time to come.
1046
1047 For more information about Mesa see www.mesa3d.org. For more
1048 information about id Software, Inc. see www.idsoftware.com.
1049
1050 --------------------------------
1051
1052 This donation from John/id is very generous. Keith and I are very
1053 grateful.
1054
1055 </pre>
1056 <p>
1057 </p><h2>May 1, 1999</h2>
1058 <p>John Carmack made an interesting .plan update yesterday:
1059
1060 </p><ul>
1061 <i>"I put together a document on optimizing OpenGL drivers for Q3 that
1062 should be helpful to the various Linux 3D teams. <br>
1063 </i>http://www.quake3arena.com/news/glopt.html</i>"
1064 </ul>
1065
1066 <p>
1067 </p><h2>April 7, 1999</h2>
1068 <p>Updated the Mesa contributors section and added links to RPM Mesa packages.</p>
1069 <p>
1070 </p><h2>March 18, 1999</h2>
1071 <p>The new webpages are now online. Enjoy, and let me know if you find any errors.
1072 For an eye-candy free version you can use <a href="http://www.mesa3d.org/txt/">http://www.mesa3d.org/txt/</a>.</p>
1073 <p>
1074 </p><h2>February 16, 1999</h2>
1075 <p><a href="http://www.sgi.com/">SGI</a> releases its <a href="http://www.sgi.com/software/opensource/glx/">GLX
1076 source code</a>.</p>
1077 <p>
1078 </p><h2>January 22, 1999</h2>
1079 <p>www.mesa3d.org established</p>
1080
1081
1082 </p>
1083
1084
1085 <hr>
1086 $Id: news.html,v 3.33 2006/12/02 18:18:41 brianp Exp $
1087 </body>
1088 </html>