xref: /aosp_15_r20/external/mesa3d/docs/relnotes/10.2.rst (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1*61046927SAndroid Build Coastguard WorkerMesa 10.2 Release Notes / June 6, 2014
2*61046927SAndroid Build Coastguard Worker======================================
3*61046927SAndroid Build Coastguard Worker
4*61046927SAndroid Build Coastguard WorkerMesa 10.2 is a new development release. People who are concerned with
5*61046927SAndroid Build Coastguard Workerstability and reliability should stick with a previous release or wait
6*61046927SAndroid Build Coastguard Workerfor Mesa 10.2.1.
7*61046927SAndroid Build Coastguard Worker
8*61046927SAndroid Build Coastguard WorkerMesa 10.2 implements the OpenGL 3.3 API, but the version reported by
9*61046927SAndroid Build Coastguard WorkerglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
10*61046927SAndroid Build Coastguard WorkerglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
11*61046927SAndroid Build Coastguard Workerused. Some drivers don't support all the features required in OpenGL
12*61046927SAndroid Build Coastguard Worker3.3. OpenGL 3.3 is **only** available if requested at context creation
13*61046927SAndroid Build Coastguard Workerbecause compatibility contexts are not supported.
14*61046927SAndroid Build Coastguard Worker
15*61046927SAndroid Build Coastguard WorkerMD5 checksums
16*61046927SAndroid Build Coastguard Worker-------------
17*61046927SAndroid Build Coastguard Worker
18*61046927SAndroid Build Coastguard Worker::
19*61046927SAndroid Build Coastguard Worker
20*61046927SAndroid Build Coastguard Worker   c87bfb6dd5cbcf1fdef42e5ccd972581  MesaLib-10.2.0.tar.gz
21*61046927SAndroid Build Coastguard Worker   7aaba90bd7169a94ae2fe83febdec963  MesaLib-10.2.0.tar.bz2
22*61046927SAndroid Build Coastguard Worker   58b203aca15dadc25ab4d1126db1052b  MesaLib-10.2.0.zip
23*61046927SAndroid Build Coastguard Worker
24*61046927SAndroid Build Coastguard WorkerNew features
25*61046927SAndroid Build Coastguard Worker------------
26*61046927SAndroid Build Coastguard Worker
27*61046927SAndroid Build Coastguard WorkerNote: some of the new features are only available with certain drivers.
28*61046927SAndroid Build Coastguard Worker
29*61046927SAndroid Build Coastguard Worker-  GL_ARB_buffer_storage on i965, nv30, nv50, nvc0, r300, r600, and
30*61046927SAndroid Build Coastguard Worker   radeonsi
31*61046927SAndroid Build Coastguard Worker-  GL_ARB_multi_bind on all drivers
32*61046927SAndroid Build Coastguard Worker-  GL_ARB_sample_shading on nv50 (GT21x only), nvc0
33*61046927SAndroid Build Coastguard Worker-  GL_ARB_separate_shader_objects (desktop OpenGL) and
34*61046927SAndroid Build Coastguard Worker   GL_EXT_separate_shader_objects (OpenGL ES 2.0 and 3.0) on all drivers
35*61046927SAndroid Build Coastguard Worker-  GL_ARB_stencil_texturing on i965/gen8+
36*61046927SAndroid Build Coastguard Worker-  GL_ARB_texture_cube_map_array on nv50 (GT21x only)
37*61046927SAndroid Build Coastguard Worker-  GL_ARB_texture_gather on nv50 (GT21x only), nvc0
38*61046927SAndroid Build Coastguard Worker-  GL_ARB_texture_query_lod on nv50 (GT21x only), nvc0
39*61046927SAndroid Build Coastguard Worker-  GL_ARB_texture_view on i965/gen7
40*61046927SAndroid Build Coastguard Worker-  GL_ARB_vertex_type_10f_11f_11f_rev on nv50, nvc0, radeonsi
41*61046927SAndroid Build Coastguard Worker-  GL_ARB_viewport_array on nv50, r600
42*61046927SAndroid Build Coastguard Worker-  GL_INTEL_performance_query on i965/gen5+
43*61046927SAndroid Build Coastguard Worker
44*61046927SAndroid Build Coastguard WorkerBug fixes
45*61046927SAndroid Build Coastguard Worker---------
46*61046927SAndroid Build Coastguard Worker
47*61046927SAndroid Build Coastguard WorkerTBD.
48*61046927SAndroid Build Coastguard Worker
49*61046927SAndroid Build Coastguard WorkerChanges
50*61046927SAndroid Build Coastguard Worker-------
51*61046927SAndroid Build Coastguard Worker
52*61046927SAndroid Build Coastguard Worker-  Renamed *--with-llvm-shared-libs* to *--enable-llvm-shared-libs*
53*61046927SAndroid Build Coastguard Worker
54*61046927SAndroid Build Coastguard Worker   The option is used to control how mesa is linked against LLVM, and
55*61046927SAndroid Build Coastguard Worker   now defaults to enabled (shared linking).
56*61046927SAndroid Build Coastguard Worker
57*61046927SAndroid Build Coastguard Worker-  Split *libxatracker.so* into a standalone library which can be used
58*61046927SAndroid Build Coastguard Worker   with any gallium driver.
59*61046927SAndroid Build Coastguard Worker
60*61046927SAndroid Build Coastguard Worker   Previously the library was linked statically against vmware's virtual
61*61046927SAndroid Build Coastguard Worker   gpu driver(svga), whereas now it loads a shared pipe_*.so driver.
62*61046927SAndroid Build Coastguard Worker   Provide the following options during configure, if you would like
63*61046927SAndroid Build Coastguard Worker   support for svga driver *--enable-xa --with-gallium-drivers=svga*
64*61046927SAndroid Build Coastguard Worker
65*61046927SAndroid Build Coastguard Worker   Note: The files are installed in $(libdir)/gallium-pipe/ and the
66*61046927SAndroid Build Coastguard Worker   interface between them and libxatracker.so is **not** stable.
67*61046927SAndroid Build Coastguard Worker
68*61046927SAndroid Build Coastguard Worker-  The environment variable GALLIUM_MSAA that forced a multisample GLX
69*61046927SAndroid Build Coastguard Worker   visual was removed.
70