Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

news.html 51KB

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