1 | Mesa 19.2.6 Release Notes / 2019-11-21
|
---|
2 | ======================================
|
---|
3 |
|
---|
4 | Mesa 19.2.6 is a bug fix release which fixes bugs found since the 19.2.5
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 19.2.6 implements the OpenGL 4.5 API, but the version reported by
|
---|
8 | glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
|
---|
9 | glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
|
---|
10 | used. Some drivers don't support all the features required in OpenGL
|
---|
11 | 4.5. OpenGL 4.5 is **only** available if requested at context creation.
|
---|
12 | Compatibility contexts may report a lower version depending on each
|
---|
13 | driver.
|
---|
14 |
|
---|
15 | Mesa 19.2.6 implements the Vulkan 1.1 API, but the version reported by
|
---|
16 | the apiVersion property of the VkPhysicalDeviceProperties struct depends
|
---|
17 | on the particular driver being used.
|
---|
18 |
|
---|
19 | SHA256 checksum
|
---|
20 | ---------------
|
---|
21 |
|
---|
22 | ::
|
---|
23 |
|
---|
24 | 9d7b24fa60c82db34788196450042a55ce6cb2d70c7a8d5c31401619b6907797 mesa-19.2.6.tar.xz
|
---|
25 |
|
---|
26 | New features
|
---|
27 | ------------
|
---|
28 |
|
---|
29 | - None
|
---|
30 |
|
---|
31 | Bug fixes
|
---|
32 | ---------
|
---|
33 |
|
---|
34 | - glesv2.pc is not built since fafd20f67dec9f589
|
---|
35 | - textureSize(samplerExternalOES, int) missing in desktop mesa 19.1.7
|
---|
36 | implementation
|
---|
37 | - [19.2.5] lp_bld_misc: broken #if PIPE_ARCH_LITTLE_ENDIAN on ppc64l
|
---|
38 |
|
---|
39 | Changes
|
---|
40 | -------
|
---|
41 |
|
---|
42 | Alejandro Piñeiro (1):
|
---|
43 |
|
---|
44 | - v3d: adds an extra MOV for any sig.ld\*
|
---|
45 |
|
---|
46 | Dave Airlie (1):
|
---|
47 |
|
---|
48 | - llvmpipe/ppc: fix if/ifdef confusion in backport.
|
---|
49 |
|
---|
50 | Dylan Baker (2):
|
---|
51 |
|
---|
52 | - docs/relnotes/19.2.5: Add SHA256 sum
|
---|
53 | - meson: generate .pc files for gles and gles2 with old glvnd
|
---|
54 |
|
---|
55 | Eric Engestrom (1):
|
---|
56 |
|
---|
57 | - vulkan: delete typo'd header
|
---|
58 |
|
---|
59 | Hyunjun Ko (1):
|
---|
60 |
|
---|
61 | - freedreno/ir3: fix printing output registers of FS.
|
---|
62 |
|
---|
63 | Jose Maria Casanova Crespo (1):
|
---|
64 |
|
---|
65 | - v3d: Fix predication with atomic image operations
|
---|
66 |
|
---|
67 | Yevhenii Kolesnikov (1):
|
---|
68 |
|
---|
69 | - glsl: Enable textureSize for samplerExternalOES
|
---|