i965: add support for ARB_shader_subroutine
[mesa.git] / docs / relnotes / 10.7.0.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Mesa Release Notes</title>
6 <link rel="stylesheet" type="text/css" href="../mesa.css">
7 </head>
8 <body>
9
10 <div class="header">
11 <h1>The Mesa 3D Graphics Library</h1>
12 </div>
13
14 <iframe src="../contents.html"></iframe>
15 <div class="content">
16
17 <h1>Mesa 10.7.0 Release Notes / TBD</h1>
18
19 <p>
20 Mesa 10.7.0 is a new development release.
21 People who are concerned with stability and reliability should stick
22 with a previous release or wait for Mesa 10.7.1.
23 </p>
24 <p>
25 Mesa 10.7.0 implements the OpenGL 3.3 API, but the version reported by
26 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
27 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
28 Some drivers don't support all the features required in OpenGL 3.3. OpenGL
29 3.3 is <strong>only</strong> available if requested at context creation
30 because compatibility contexts are not supported.
31 </p>
32
33
34 <h2>SHA256 checksums</h2>
35 <pre>
36 TBD.
37 </pre>
38
39
40 <h2>New features</h2>
41
42 <p>
43 Note: some of the new features are only available with certain drivers.
44 </p>
45
46 <ul>
47 <li>GL_AMD_vertex_shader_viewport_index on radeonsi</li>
48 <li>GL_ARB_fragment_layer_viewport on radeonsi</li>
49 <li>GL_ARB_framebuffer_no_attachments on i965</li>
50 <li>GL_ARB_get_texture_sub_image for all drivers</li>
51 <li>GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi</li>
52 <li>GL_ARB_shader_stencil_export on llvmpipe</li>
53 <li>GL_ARB_shader_subroutine on core profile all drivers</li>
54 <li>GL_ARB_tessellation_shader on nvc0, radeonsi</li>
55 <li>GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi</li>
56 <li>GL_ARB_viewport_array on radeonsi</li>
57 <li>GLX_ARB_create_context_robustness on r600, radeonsi</li>
58 <li>EGL_EXT_create_context_robustness on r600, radeonsi</li>
59 <li>EGL_KHR_gl_colorspace on r600, radeonsi, nv50, nvc0</li>
60 <li>EGL_KHR_gl_texture_3D_image on r600, radeonsi, nv50, nvc0</li>
61 <li>EGL 1.5 on r600, radeonsi, nv50, nvc0</li>
62 </ul>
63
64 <h2>Bug fixes</h2>
65
66 TBD.
67
68 <h2>Changes</h2>
69
70 TBD.
71
72 </div>
73 </body>
74 </html>