1Mesa 11.2.1 Release Notes / April 17, 2016 2========================================== 3 4Mesa 11.2.1 is a bug fix release which fixes bugs found since the 11.2.0 5release. 6 7Mesa 11.2.1 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 cc2a024204564a71acc95cf262bf618fe49b1d77d351e5755eea705cadac5167 mesa-11.2.1.tar.gz 20 a65207e9ae5c5f1c29f863c6a2cc98a7ab99762a24b82a248337f0ea9cfce01b mesa-11.2.1.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30This list is likely incomplete. 31 32- `Bug 93962 <https://bugs.freedesktop.org/show_bug.cgi?id=93962>`__ - 33 [HSW, regression, bisected, CTS] 34 ES2-CTS.gtf.GL2FixedTests.scissor.scissor - segfault/asserts 35 36Changes 37------- 38 39Brian Paul (2): 40 41- st/mesa: fix glReadBuffer() assertion failure 42- st/mesa: fix memleak in glDrawPixels cache code 43 44Christian Schmidbauer (1): 45 46- st/nine: specify WINAPI only for i386 and amd64 47 48Emil Velikov (3): 49 50- docs: add sha256 checksums for 11.2.0 51- configure.ac: update the path of the generated files 52- Update version to 11.2.1 53 54Ilia Mirkin (1): 55 56- glsl: allow usage of the keyword buffer before GLSL 430 / ESSL 310 57 58Iurie Salomov (1): 59 60- va: check null context in vlVaDestroyContext 61 62Faith Ekstrand (2): 63 64- i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling 65 functions 66- i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions 67 68Kenneth Graunke (3): 69 70- i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6. 71- i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP. 72- glsl: Lower variable indexing of system value arrays unconditionally. 73 74Marek Olšák (1): 75 76- drirc: add a workaround for blackness in Warsow 77 78Nicolai Hähnle (1): 79 80- radeonsi: fix bounds check in si_create_vertex_elements 81 82Samuel Pitoiset (1): 83 84- nv50/ir: do not try to attach JOIN ops to ATOM 85 86Thomas Hindoe Paaboel Andersen (1): 87 88- st/va: avoid dereference after free in vlVaDestroyImage 89