~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to docs/relnotes/12.0.5.rst

  • Committer: mmach
  • Date: 2022-09-22 19:58:36 UTC
  • Revision ID: netbit73@gmail.com-20220922195836-9nl9joew85y8d25o
2022-07-04 12:44:28

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Mesa 12.0.5 Release Notes / December 5, 2016
 
2
============================================
 
3
 
 
4
Mesa 12.0.5 is a bug fix release which fixes bugs found since the 12.0.5
 
5
release.
 
6
 
 
7
Mesa 12.0.5 implements the OpenGL 4.3 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.3. OpenGL 4.3 is **only** available if requested at context creation
 
12
because compatibility contexts are not supported.
 
13
 
 
14
SHA256 checksums
 
15
----------------
 
16
 
 
17
::
 
18
 
 
19
   44d08a27d98bfeacd864381189e434d98afbf451689d01f80380dc1d66450e5b  mesa-12.0.5.tar.gz
 
20
   2b0a972d8282860a11291c09c3ef01ac45171405951eb21a83c45ed2b4321924  mesa-12.0.5.tar.xz
 
21
 
 
22
New features
 
23
------------
 
24
 
 
25
None
 
26
 
 
27
Bug fixes
 
28
---------
 
29
 
 
30
This list is likely incomplete.
 
31
 
 
32
-  `Bug 77662 <https://bugs.freedesktop.org/show_bug.cgi?id=77662>`__ -
 
33
   Fail to render to different faces of depth-stencil cube map
 
34
-  `Bug 97779 <https://bugs.freedesktop.org/show_bug.cgi?id=97779>`__ -
 
35
   [regression, bisected][BDW, GPU hang] stuck on render ring, always
 
36
   reproducible
 
37
-  `Bug 98415 <https://bugs.freedesktop.org/show_bug.cgi?id=98415>`__ -
 
38
   Vulkan Driver JSON file contains incorrect field
 
39
 
 
40
Changes
 
41
-------
 
42
 
 
43
Adam Jackson (2):
 
44
 
 
45
-  glx/glvnd: Don't modify the dummy slot in the dispatch table
 
46
-  glx/glvnd: Fix dispatch function names and indices
 
47
 
 
48
Anuj Phogat (1):
 
49
 
 
50
-  i965: Fix GPU hang related to multiple render targets and alpha
 
51
   testing
 
52
 
 
53
Emil Velikov (4):
 
54
 
 
55
-  docs: add release notes for 12.0.4
 
56
-  docs: add sha256 checksums for 12.0.4
 
57
-  cherry-ignore: add reverted LLVM_LIBDIR patch
 
58
-  Update version to 12.0.5
 
59
 
 
60
Haixia Shi (1):
 
61
 
 
62
-  mesa: change state query return value for RGB565
 
63
 
 
64
Jason Ekstrand (3):
 
65
 
 
66
-  i965/fs/generator: Don't use the address immediate for MOV_INDIRECT
 
67
-  anv/cmd_buffer: Take a command buffer instead of a batch in two
 
68
   helpers
 
69
-  anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4
 
70
 
 
71
Kenneth Graunke (1):
 
72
 
 
73
-  intel: Fix pixel shader scratch space allocation on Gen9+ platforms.
 
74
 
 
75
Marek Olšák (13):
 
76
 
 
77
-  gallium/radeon: fix behavior of GLSL findLSB(0)
 
78
-  gallium/radeon: make sure HTILE address is aligned properly
 
79
-  radeonsi: fix an assertion failure in
 
80
   si_decompress_sampler_color_textures
 
81
-  gallium/radeon: unify viewport emission code
 
82
-  gallium/radeon: set VPORT_ZMIN/MAX registers correctly
 
83
-  radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shader
 
84
-  radeonsi: fix a crash in imageSize for cubemap arrays
 
85
-  radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it
 
86
-  gallium/radeon: add support for sharing textures with DCC between
 
87
   processes
 
88
-  radeonsi: always set all blend registers
 
89
-  radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending
 
90
-  radeonsi: disable RB+ blend optimizations for dual source blending
 
91
-  radeonsi: silence runtime warnings with LLVM 3.9
 
92
 
 
93
Matt Turner (1):
 
94
 
 
95
-  anv: Replace "abi_versions" with correct "api_version".
 
96
 
 
97
Nanley Chery (1):
 
98
 
 
99
-  mesa/fbobject: Update CubeMapFace when reusing textures
 
100
 
 
101
Steinar H. Gunderson (1):
 
102
 
 
103
-  Fix races during \_mesa_HashWalk().
 
104
 
 
105
Tim Rowley (3):
 
106
 
 
107
-  swr: [rasterizer jitter] cleanup supporting different llvm versions
 
108
-  swr: [rasterizer jitter] fix llvm-3.7 compile
 
109
-  swr: [rasterizer] add support for llvm-3.9