1Mesa 12.0.5 Release Notes / December 5, 2016 2============================================ 3 4Mesa 12.0.5 is a bug fix release which fixes bugs found since the 12.0.5 5release. 6 7Mesa 12.0.5 implements the OpenGL 4.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 114.3. OpenGL 4.3 is **only** available if requested at context creation 12because compatibility contexts are not supported. 13 14SHA256 checksums 15---------------- 16 17:: 18 19 44d08a27d98bfeacd864381189e434d98afbf451689d01f80380dc1d66450e5b mesa-12.0.5.tar.gz 20 2b0a972d8282860a11291c09c3ef01ac45171405951eb21a83c45ed2b4321924 mesa-12.0.5.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30This list is likely incomplete. 31 32- `Bug 77662 <https://bugs.freedesktop.org/show_bug.cgi?id=77662>`__ - 33 Fail to render to different faces of depth-stencil cube map 34- `Bug 97779 <https://bugs.freedesktop.org/show_bug.cgi?id=97779>`__ - 35 [regression, bisected][BDW, GPU hang] stuck on render ring, always 36 reproducible 37- `Bug 98415 <https://bugs.freedesktop.org/show_bug.cgi?id=98415>`__ - 38 Vulkan Driver JSON file contains incorrect field 39 40Changes 41------- 42 43Adam Jackson (2): 44 45- glx/glvnd: Don't modify the dummy slot in the dispatch table 46- glx/glvnd: Fix dispatch function names and indices 47 48Anuj Phogat (1): 49 50- i965: Fix GPU hang related to multiple render targets and alpha 51 testing 52 53Emil Velikov (4): 54 55- docs: add release notes for 12.0.4 56- docs: add sha256 checksums for 12.0.4 57- cherry-ignore: add reverted LLVM_LIBDIR patch 58- Update version to 12.0.5 59 60Haixia Shi (1): 61 62- mesa: change state query return value for RGB565 63 64Jason Ekstrand (3): 65 66- i965/fs/generator: Don't use the address immediate for MOV_INDIRECT 67- anv/cmd_buffer: Take a command buffer instead of a batch in two 68 helpers 69- anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4 70 71Kenneth Graunke (1): 72 73- intel: Fix pixel shader scratch space allocation on Gen9+ platforms. 74 75Marek Olšák (13): 76 77- gallium/radeon: fix behavior of GLSL findLSB(0) 78- gallium/radeon: make sure HTILE address is aligned properly 79- radeonsi: fix an assertion failure in 80 si_decompress_sampler_color_textures 81- gallium/radeon: unify viewport emission code 82- gallium/radeon: set VPORT_ZMIN/MAX registers correctly 83- radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shader 84- radeonsi: fix a crash in imageSize for cubemap arrays 85- radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it 86- gallium/radeon: add support for sharing textures with DCC between 87 processes 88- radeonsi: always set all blend registers 89- radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending 90- radeonsi: disable RB+ blend optimizations for dual source blending 91- radeonsi: silence runtime warnings with LLVM 3.9 92 93Matt Turner (1): 94 95- anv: Replace "abi_versions" with correct "api_version". 96 97Nanley Chery (1): 98 99- mesa/fbobject: Update CubeMapFace when reusing textures 100 101Steinar H. Gunderson (1): 102 103- Fix races during \_mesa_HashWalk(). 104 105Tim Rowley (3): 106 107- swr: [rasterizer jitter] cleanup supporting different llvm versions 108- swr: [rasterizer jitter] fix llvm-3.7 compile 109- swr: [rasterizer] add support for llvm-3.9 110