egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
[mesa.git] / docs / relnotes / 10.2.3.rst
1 Mesa 10.2.3 Release Notes / July 7, 2014
2 ========================================
3
4 Mesa 10.2.3 is a bug fix release which fixes bugs found since the 10.2.2
5 release.
6
7 Mesa 10.2.3 implements the OpenGL 3.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 3.3. OpenGL 3.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 e482a96170c98b17d6aba0d6e4dda4b9a2e61c39587bb64ac38cadfa4aba4aeb MesaLib-10.2.3.tar.bz2
20 96cffacaa1c52ae659b3b0f91be2eebf5528b748934256751261fb79ea3d6636 MesaLib-10.2.3.tar.gz
21 82cab6ff14c8038ee39842dbdea0d447a78d119efd8d702d1497bc7c246434e9 MesaLib-10.2.3.zip
22
23 New features
24 ------------
25
26 None
27
28 Bug fixes
29 ---------
30
31 This list is likely incomplete.
32
33 - `Bug 76223 <https://bugs.freedesktop.org/show_bug.cgi?id=76223>`__ -
34 - `Bug 79823 <https://bugs.freedesktop.org/show_bug.cgi?id=79823>`__ -
35 - `Bug 80015 <https://bugs.freedesktop.org/show_bug.cgi?id=80015>`__ -
36
37 Changes
38 -------
39
40 Aaron Watry (1):
41
42 - radeon/llvm: Allocate space for kernel metadata operands
43
44 Carl Worth (2):
45
46 - docs: Add sha256 sums for the 10.2.2 release
47 - cherry-ignore: Add a patch that's been rejected
48
49 Ilia Mirkin (4):
50
51 - nouveau: dup fd before passing it to device
52 - nv50: disable dedicated ubo upload method
53 - nv50: do an explicit flush on draw when there are persistent buffers
54 - nvc0: add a memory barrier when there are persistent UBOs
55
56 Jasper St. Pierre (1):
57
58 - glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event
59
60 Kenneth Graunke (3):
61
62 - i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.
63 - i965: Include marketing names for Broadwell GPUs.
64 - i965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp applications.
65
66 Michel Dänzer (1):
67
68 - radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
69
70 Rob Clark (9):
71
72 - xa: fix segfault
73 - freedreno: use OUT_RELOCW when buffer is written
74 - freedreno/a3xx: fix depth/stencil GMEM positioning
75 - freedreno/a3xx: fix depth/stencil gmem restore
76 - freedreno/a3xx: fix blend opcode
77 - freedreno: few caps fixes
78 - freedreno/a3xx: texture fixes
79 - freedreno: fix for null textures
80 - freedreno/a3xx: vtx formats
81
82 Roland Scheidegger (1):
83
84 - draw: (trivial) fix clamping of viewport index
85
86 Takashi Iwai (1):
87
88 - llvmpipe: Fix zero-division in llvmpipe_texture_layout()
89
90 Thomas Hellstrom (1):
91
92 - st/xa: Don't close the drm fd on failure v2
93
94 Tobias Klausmann (1):
95
96 - nv50/ir: allow gl_ViewportIndex to work on non-provoking vertices