1Mesa 11.0.9 Release Notes / January 22, 2016 2============================================ 3 4Mesa 11.0.9 is a bug fix release which fixes bugs found since the 11.0.8 5release. 6 7Mesa 11.0.9 implements the OpenGL 4.1 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 114.1. OpenGL 4.1 is **only** available if requested at context creation 12because compatibility contexts are not supported. 13 14SHA256 checksums 15---------------- 16 17:: 18 19 1597c2e983f476f98efdd6cd58b5298896d18479ff542bdeff28b98b129ede05 mesa-11.0.9.tar.gz 20 a1262ff1c66a16ccf341186cf0e57b306b8589eb2cc5ce92ffb6788ab01d2b01 mesa-11.0.9.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30This list is likely incomplete. 31 32- `Bug 91596 <https://bugs.freedesktop.org/show_bug.cgi?id=91596>`__ - 33 EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI 34- `Bug 92229 <https://bugs.freedesktop.org/show_bug.cgi?id=92229>`__ - 35 [APITRACE] SOMA have serious graphical errors 36- `Bug 93257 <https://bugs.freedesktop.org/show_bug.cgi?id=93257>`__ - 37 [SKL, bisected] ASTC dEQP tests segfault 38 39Changes 40------- 41 42Emil Velikov (6): 43 44- docs: add sha256 checksums for 11.0.8 45- cherry-ignore: add patch already in branch 46- cherry-ignore: add the dri3 glx null check patch 47- i915: correctly parse/set the context flags 48- egl/dri2: expose srgb configs when KHR_gl_colorspace is available 49- Update version to 11.0.9 50 51Grazvydas Ignotas (1): 52 53- r600: fix constant buffer size programming 54 55Ilia Mirkin (5): 56 57- nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion 58- nv50/ir: float(s32 & 0xff) = float(u8), not s8 59- nv50,nvc0: make sure there's pushbuf space and that we ref the bo 60 early 61- nv50,nvc0: fix crash when increasing bsp bo size for h264 62- nvc0: scale up inter_bo size so that it's 16M for a 4K video 63 64Kenneth Graunke (2): 65 66- ralloc: Fix ralloc_adopt() to the old context's last child's parent. 67- nvc0: Set winding order regardless of domain. 68 69Marek Olšák (1): 70 71- radeonsi: don't miss changes to SPI_TMPRING_SIZE 72 73Miklós Máté (1): 74 75- mesa: Don't leak ATIfs instructions in DeleteFragmentShader 76 77Neil Roberts (1): 78 79- i965: Fix crash when calling glViewport with no surface bound 80 81Nicolai Hähnle (6): 82 83- gallium/radeon: only dispose locally created target machine in 84 radeon_llvm_compile 85- mesa/bufferobj: make \_mesa_delete_buffer_object externally 86 accessible 87- st/mesa: use \_mesa_delete_buffer_object 88- radeon: use \_mesa_delete_buffer_object 89- i915: use \_mesa_delete_buffer_object 90- i965: use \_mesa_delete_buffer_object 91 92Oded Gabbay (1): 93 94- llvmpipe: use vpkswss when dst is signed 95 96Rob Herring (1): 97 98- freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error 99 enabled 100