mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_texture
[mesa.git] / docs / relnotes-7.5.html
1 <HTML>
2
3 <TITLE>Mesa Release Notes</TITLE>
4
5 <head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7 <BODY>
8
9 <body bgcolor="#eeeeee">
10
11 <H1>Mesa 7.5 Release Notes / date TBD</H1>
12
13 <p>
14 Mesa 7.5 is a new development release.
15 </p>
16 <p>
17 Mesa 7.5 implements the OpenGL 2.1 API, but the version reported by
18 glGetString(GL_VERSION) depends on the particular driver being used.
19 Some drivers don't support all the features required in OpenGL 2.1.
20 </p>
21 <p>
22 See the <a href="install.html">Compiling/Installing page</a> for prerequisites
23 for DRI ardware acceleration.
24 </p>
25
26
27 <h2>MD5 checksums</h2>
28 <pre>
29 tbd
30 </pre>
31
32
33 <h2>New features</h2>
34 <ul>
35 <li>GL_ARB_framebuffer_object extension (software drivers, i965 driver)
36 <li>Reworked two-sided stencil support.
37 This allows a driver to support all three variations of two-sided stencil
38 including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0
39 <li>GL_EXT_vertex_array_bgra extension (software drivers, i965 driver)
40 <li>GL_NV_texture_env_combine4 extension (software drivers, i965/i915 drivers)
41 <li>GL_EXT_texture_swizzle extension (software drivers, i965 driver)
42 </ul>
43
44
45 <h2>Bug fixes</h2>
46 <ul>
47 </ul>
48
49 <h2>Changes</h2>
50 <ul>
51 <li>Remove support for GL_SGIX_shadow, GL_SGIX_shadow_ambient and
52 GL_SGIX_depth_texture extensions. Superseded by the ARB versions.
53 </ul>
54
55 </body>
56 </html>