r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswap
[mesa.git] / docs / relnotes-8.0.html
1 <HTML>
2
3 <head>
4 <TITLE>Mesa Release Notes</TITLE>
5 <link rel="stylesheet" type="text/css" href="mesa.css">
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 </head>
8
9 <BODY>
10
11 <body bgcolor="#eeeeee">
12
13 <H1>Mesa 8.0 Release Notes / (release date TBD)</H1>
14
15 <p>
16 Mesa 8.0 is a new development release.
17 People who are concerned with stability and reliability should stick
18 with a previous release or wait for Mesa 8.0.1.
19 </p>
20 <p>
21 Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by
22 glGetString(GL_VERSION) depends on the particular driver being used.
23 Some drivers don't support all the features required in OpenGL 3.0.
24 </p>
25 <p>
26 See the <a href="install.html">Compiling/Installing page</a> for prerequisites
27 for DRI hardware acceleration.
28 </p>
29
30
31 <h2>MD5 checksums</h2>
32 <pre>
33 3516fea6c28ce4a0fa9759e4894729a1 MesaLib-8.0.tar.gz
34 1a5668fe72651a670611164cefc703b2 MesaLib-8.0.tar.bz2
35 66f5a01a85530a91472a3acceb556db8 MesaLib-8.0.zip
36 </pre>
37
38
39 <h2>New features</h2>
40 <ul>
41 <li>GL_ARB_ES2_compatibility (r300g, r600g)
42 <li>GL_ARB_depth_buffer_float (r600g)
43 <li>GL_ARB_vertex_type_2_10_10_10_rev (r600g)
44 <li>GL_ARB_texture_storage (gallium drivers and swrast)
45 <li>GL_EXT_packed_float (i965)
46 <li>GL_EXT_texture_array (r600g, i965)
47 <li>GL_EXT_texture_shared_exponent (i965)
48 <li>GL_NV_fog_distance (all gallium drivers, nouveau classic)
49 <li>GL_NV_primitive_restart (r600g)
50 <li>GL_OES_EGL_image_external (gallium drivers)
51 <li>GL_OES_compressed_ETC1_RGB8_texture (softpipe, llvmpipe)
52 <li>ARB_texture_rgb10_a2ui (softpipe, r600g)
53 <li>Many updates to the VMware svga Gallium driver
54 </ul>
55
56
57 <h2>Bug fixes</h2>
58 <ul>
59 </ul>
60
61
62 <h2>Changes</h2>
63 <ul>
64 <li>Removed all DRI drivers that did not support DRI2. Specifically,
65 i810, mach64, mga, r128, savage, sis, tdfx, and unichrome were
66 removed.</li>
67 <li>Removed support for BeOS.</li>
68 <li>Removed the obsolete (and unmaintained) Windows "gldirect" and
69 "ICD" drivers.</li>
70 <li>Removed the linux-fbdev software driver.</li>
71 <li>Removed all remnants of paletted texture support. As required by
72 desktop OpenGL, <tt>GL_COLOR_INDEX</tt> data can still be uploaded
73 to a color (e.g., RGBA) texture. However, the data cannot be stored
74 internally as color-index.</li>
75 <li>Removed support for GL_APPLE_client_storage extension.</li>
76 <li>Removed the classic Mesa r300 and r600 drivers, which are superseded
77 by the gallium drivers for this hardware.</li>
78 <li>Removed the dead Gallium i965, cell and failover drivers, which were
79 either broken and with nobody in sight to fix the situation or
80 deprecated.</li>
81 </ul>
82
83
84 </body>
85 </html>