st/xa: Fix crosscompile builds with nonstandard ld locations
[mesa.git] / docs / relnotes-7.11.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 7.11 Release Notes / (release date TBD)</H1>
14
15 <p>
16 Mesa 7.11 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 7.11.1.
19 </p>
20 <p>
21 Mesa 7.11 implements the OpenGL 2.1 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 2.1.
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 tbd
34 </pre>
35
36
37 <h2>New features</h2>
38 <ul>
39 <li>GL_ARB_ES2_compatibility (gallium drivers)
40 <li>GL_ARB_color_buffer_float (gallium drivers, i965)
41 <li>GL_ARB_draw_buffers_blend (gallium)
42 <li>GL_ARB_draw_instanced extension (gallium drivers, swrast)
43 <li>GL_ARB_instanced_arrays extension (gallium drivers)
44 <li>GL_ARB_occlusion_query2 (gallium drivers, swrast)
45 <li>GL_ARB_robustness (all drivers)
46 <li>GL_ARB_sampler_objects (gallium drivers)
47 <li>GL_ARB_seamless_cube_map (gallium r600)
48 <li>GL_ARB_shader_texture_lod (gallium drivers)
49 <li>GL_ARB_sync (gallium drivers only, intel support was in 7.6)
50 <li>GL_ARB_texture_compression_rgtc (gallium drivers, swrast, i965)
51 <li>GL_ARB_texture_float (gallium, i965)
52 <li>GL_EXT_packed_float (gallium r600)
53 <li>GL_EXT_texture_compression_latc (gallium drivers, swrast)
54 <li>GL_EXT_texture_compression_rgtc (gallium drivers, swrast, i965)
55 <li>GL_EXT_texture_filter_anisotropic (swrast)
56 <li>GL_EXT_texture_shared_exponent (gallium drivers, swrast)
57 <li>GL_EXT_texture_sRGB_decode (gallium drivers, swrast, i965)
58 <li>GL_EXT_texture_snorm (gallium drivers)
59 <li>GL_AMD_draw_buffers_blend (alias of the ARB variant)
60 <li>GL_AMD_seamless_cubemap_per_texture (gallium r600)
61 <li>GL_AMD_shader_stencil_export (alias of the ARB variant)
62 <li>GL_ATI_draw_buffers (all drivers)
63 <li>GL_ATI_texture_compression_3dc (gallium drivers, swrast)
64 <li>GL_ATI_texture_float (gallium, i965)
65 <li>GL_NV_conditional_render (i965)
66 <li>GL_NV_texture_barrier (gallium drivers)
67 </ul>
68
69
70 <h2>Bug fixes</h2>
71 <ul>
72 </ul>
73
74
75 <h2>Changes</h2>
76 <ul>
77 <li>The Windows MSVC project files have been removed.
78 They haven't been maintained in quite a while.
79 Building with SCons is an alternative.
80 <li>Removed GL_SGI_texture_color_table support from swrast driver - the only
81 driver that implemented it.
82 </ul>
83
84
85 </body>
86 </html>