afed0436098539df1e31e83f154ed7108958a595
[mesa.git] / docs / relnotes / 11.3.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 11.3.0 Release Notes / TBD</h1>
18
19 <p>
20 Mesa 11.3.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 11.3.1.
23 </p>
24 <p>
25 Mesa 11.3.0 implements the OpenGL 4.2 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 4.2. OpenGL
29 4.2 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>OpenGL 4.2 on radeonsi</li>
48 <li>GL_ARB_ES3_1_compatibility on nvc0, radeonsi</li>
49 <li>GL_ARB_compute_shader on radeonsi, softpipe</li>
50 <li>GL_ARB_cull_distance on i965/gen6+, nv50, nvc0, llvmpipe, softpipe</li>
51 <li>GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe</li>
52 <li>GL_ARB_internalformat_query2 on all drivers</li>
53 <li>GL_ARB_query_buffer_object on i965/hsw+</li>
54 <li>GL_ARB_robust_buffer_access_behavior on i965, nvc0, radeonsi</li>
55 <li>GL_ARB_shader_atomic_counters on radeonsi, softpipe</li>
56 <li>GL_ARB_shader_atomic_counter_ops on nvc0, radeonsi, softpipe</li>
57 <li>GL_ARB_shader_image_load_store on radeonsi, softpipe</li>
58 <li>GL_ARB_shader_image_size on radeonsi, softpipe</li>
59 <li>GL_ARB_shader_storage_buffer_objects on radeonsi, softpipe</li>
60 <li>GL_ATI_fragment_shader on all Gallium drivers</li>
61 <li>GL_EXT_base_instance on all drivers that support GL_ARB_base_instance</li>
62 <li>GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers that support GL_ARB_draw_buffers_blend</li>
63 <li>GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store</li>
64 <li>GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp</li>
65 <li>GL_OES_texture_buffer and GL_EXT_texture_buffer on i965, radeonsi</li>
66 <li>EGL_KHR_reusable_sync on all drivers</li>
67 <li>GL_ARB_stencil_texture8 and GL_OES_stencil_texture8 on i965/gen8+</li>
68 </ul>
69
70 <h2>Bug fixes</h2>
71
72 TBD.
73
74 <h2>Changes</h2>
75
76 TBD.
77
78 </div>
79 </body>
80 </html>