1Mesa 11.1.1 Release Notes / January 13, 2016 2============================================ 3 4Mesa 11.1.1 is a bug fix release which fixes bugs found since the 11.1.0 5release. 6 7Mesa 11.1.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 b15089817540ba0bffd0aad323ecf3a8ff6779568451827c7274890b4a269d58 mesa-11.1.1.tar.gz 20 64db074fc514136b5fb3890111f0d50604db52f0b1e94ba3fcb0fe8668a7fd20 mesa-11.1.1.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30This list is likely incomplete. 31 32- `Bug 91806 <https://bugs.freedesktop.org/show_bug.cgi?id=91806>`__ - 33 configure does not test whether assembler supports sse4.1 34- `Bug 92229 <https://bugs.freedesktop.org/show_bug.cgi?id=92229>`__ - 35 [APITRACE] SOMA have serious graphical errors 36- `Bug 92233 <https://bugs.freedesktop.org/show_bug.cgi?id=92233>`__ - 37 Unigine Heaven 4.0 silhuette run 38- `Bug 93004 <https://bugs.freedesktop.org/show_bug.cgi?id=93004>`__ - 39 Guild Wars 2 crash on nouveau DX11 cards 40- `Bug 93215 <https://bugs.freedesktop.org/show_bug.cgi?id=93215>`__ - 41 [Regression bisected] Ogles1conform Automatic mipmap generation test 42 is fail 43- `Bug 93257 <https://bugs.freedesktop.org/show_bug.cgi?id=93257>`__ - 44 [SKL, bisected] ASTC dEQP tests segfault 45 46Changes 47------- 48 49Brian Paul (1): 50 51- st/mesa: check state->mesa in early return check in 52 st_validate_state() 53 54Dave Airlie (6): 55 56- mesa/varray: set double arrays to non-normalised. 57- mesa/shader: return correct attribute location for double matrix 58 arrays 59- glsl: pass stage into mark function 60- glsl/fp64: add helper for dual slot double detection. 61- glsl: fix count_attribute_slots to allow for different 64-bit 62 handling 63- glsl: only update doubles inputs for vertex inputs. 64 65Emil Velikov (4): 66 67- docs: add sha256 checksums for 11.0.1 68- cherry-ignore: drop the "re-enable" DCC on Stoney 69- cherry-ignore: don't pick a specific i965 formats patch 70- Update version to 11.1.1 71 72Eric Anholt (2): 73 74- vc4: Warn instead of abort()ing on exec ioctl failures. 75- vc4: Keep sample mask writes from being reordered after TLB writes 76 77Grazvydas Ignotas (1): 78 79- r600: fix constant buffer size programming 80 81Ian Romanick (1): 82 83- meta/generate_mipmap: Work-around GLES 1.x problem with 84 GL_DRAW_FRAMEBUFFER 85 86Ilia Mirkin (9): 87 88- nv50/ir: can't have predication and immediates 89- gk104/ir: simplify and fool-proof texbar algorithm 90- glsl: assign varying locations to tess shaders when doing SSO 91- glx/dri3: a drawable might not be bound at wait time 92- nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion 93- nv50/ir: float(s32 & 0xff) = float(u8), not s8 94- nv50,nvc0: make sure there's pushbuf space and that we ref the bo 95 early 96- nv50,nvc0: fix crash when increasing bsp bo size for h264 97- nvc0: scale up inter_bo size so that it's 16M for a 4K video 98 99Jonathan Gray (2): 100 101- configure.ac: use pkg-config for libelf 102- configure: check for python2.7 for PYTHON2 103 104Kenneth Graunke (5): 105 106- ralloc: Fix ralloc_adopt() to the old context's last child's parent. 107- drirc: Disable ARB_blend_func_extended for Heaven 4.0/Valley 1.0. 108- glsl: Fix varying struct locations when varying packing is disabled. 109- nvc0: Set winding order regardless of domain. 110- nir: Add a lower_fdiv option, turn fdiv into fmul/frcp. 111 112Marek Olšák (7): 113 114- tgsi/scan: add flag colors_written 115- r600g: write all MRTs only if there is exactly one output (fixes a 116 hang) 117- radeonsi: don't call of u_prims_for_vertices for patches and 118 rectangles 119- radeonsi: apply the streamout workaround to Fiji as well 120- gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 121 correctly 122- program: add \_mesa_reserve_parameter_storage 123- st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2) 124 125Mark Janes (1): 126 127- Add missing platform information for KBL 128 129Miklós Máté (1): 130 131- mesa: Don't leak ATIfs instructions in DeleteFragmentShader 132 133Neil Roberts (3): 134 135- i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format 136- i965: Add B8G8R8X8_SRGB to the alpha format override 137- i965: Fix crash when calling glViewport with no surface bound 138 139Nicolai Hähnle (2): 140 141- gallium/radeon: only dispose locally created target machine in 142 radeon_llvm_compile 143- gallium/radeon: fix regression in a number of driver queries 144 145Oded Gabbay (1): 146 147- configura.ac: fix test for SSE4.1 assembler support 148 149Patrick Rudolph (2): 150 151- nv50,nvc0: fix use-after-free when vertex buffers are unbound 152- gallium/util: return correct number of bound vertex buffers 153 154Rob Herring (1): 155 156- freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error 157 enabled 158 159Samuel Pitoiset (3): 160 161- nvc0: free memory allocated by the prog which reads MP perf counters 162- nv50,nvc0: free memory allocated by performance metrics 163- nv50: free memory allocated by the prog which reads MP perf counters 164 165Sarah Sharp (1): 166 167- mesa: Add KBL PCI IDs and platform information. 168