Clone of mesa.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

news.html 34KB

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