freedreno/a3xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev
[mesa.git] / docs / relnotes / 11.1.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.1.0 Release Notes / TBD</h1>
18
19 <p>
20 Mesa 11.1.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.1.1.
23 </p>
24 <p>
25 Mesa 11.1.0 implements the OpenGL 4.1 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.1. OpenGL
29 4.1 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_ARB_arrays_of_arrays on i965</li>
48 <li>GL_ARB_blend_func_extended on freedreno (a3xx)</li>
49 <li>GL_ARB_clear_texture on nv50, nvc0</li>
50 <li>GL_ARB_copy_image on nv50, nvc0, radeonsi</li>
51 <li>GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips</li>
52 <li>GL_ARB_gpu_shader5 on r600 for Evergreen and later chips</li>
53 <li>GL_ARB_shader_clock on i965 (gen7+)</li>
54 <li>GL_ARB_shader_stencil_export on i965 (gen9+)</li>
55 <li>GL_ARB_shader_storage_buffer_object on i965</li>
56 <li>GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600, radeonsi</li>
57 <li>GL_ARB_texture_barrier / GL_NV_texture_barrier on i965</li>
58 <li>GL_ARB_texture_query_lod on softpipe</li>
59 <li>GL_ARB_texture_view on radeonsi and r600 (for evergeen and newer)</li>
60 <li>GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx)</li>
61 <li>GL_EXT_buffer_storage implemented for when ES 3.1 support is gained</li>
62 <li>GL_EXT_draw_elements_base_vertex on all drivers</li>
63 <li>GL_OES_draw_elements_base_vertex on all drivers</li>
64 <li>EGL_KHR_create_context on softpipe, llvmpipe</li>
65 <li>EGL_KHR_gl_colorspace on softpipe, llvmpipe</li>
66 <li>new virgl gallium driver for qemu virtio-gpu</li>
67 <li>16x multisampling on i965 (gen9+)</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>