1Mesa 10.2.3 Release Notes / July 7, 2014 2======================================== 3 4Mesa 10.2.3 is a bug fix release which fixes bugs found since the 10.2.2 5release. 6 7Mesa 10.2.3 implements the OpenGL 3.3 API, but the version reported by 8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 10used. Some drivers don't support all the features required in OpenGL 113.3. OpenGL 3.3 is **only** available if requested at context creation 12because compatibility contexts are not supported. 13 14SHA256 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 23New features 24------------ 25 26None 27 28Bug fixes 29--------- 30 31This 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 37Changes 38------- 39 40Aaron Watry (1): 41 42- radeon/llvm: Allocate space for kernel metadata operands 43 44Carl 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 49Ilia 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 56Jasper St. Pierre (1): 57 58- glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event 59 60Kenneth 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 66Michel Dänzer (1): 67 68- radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ 69 70Rob 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 82Roland Scheidegger (1): 83 84- draw: (trivial) fix clamping of viewport index 85 86Takashi Iwai (1): 87 88- llvmpipe: Fix zero-division in llvmpipe_texture_layout() 89 90Thomas Hellstrom (1): 91 92- st/xa: Don't close the drm fd on failure v2 93 94Tobias Klausmann (1): 95 96- nv50/ir: allow gl_ViewportIndex to work on non-provoking vertices 97