17ec681f3SmrgMesa 9.1.4 Release Notes / July 1st, 2013 27ec681f3Smrg========================================= 37ec681f3Smrg 47ec681f3SmrgMesa 9.1.4 is a bug fix release which fixes bugs found since the 9.1.3 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 9.1 implements the OpenGL 3.1 API, but the version reported by 87ec681f3SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 97ec681f3SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 107ec681f3Smrgused. Some drivers don't support all the features required in OpenGL 117ec681f3Smrg3.1. OpenGL 3.1 is **only** available if requested at context creation 127ec681f3Smrgbecause GL_ARB_compatibility is not supported. 137ec681f3Smrg 147ec681f3SmrgMD5 checksums 157ec681f3Smrg------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg a2c4e25d0e27918bc67f61bae04d0cb8 MesaLib-9.1.4.tar.bz2 207ec681f3Smrg 8c7e9ce5b05cb2223f0587396dd9dc08 MesaLib-9.1.4.tar.gz 217ec681f3Smrg 020459c5793d4279bdcb2daa1f7dd9f6 MesaLib-9.1.4.zip 227ec681f3Smrg 237ec681f3SmrgNew features 247ec681f3Smrg------------ 257ec681f3Smrg 267ec681f3SmrgNone. 277ec681f3Smrg 287ec681f3SmrgBug fixes 297ec681f3Smrg--------- 307ec681f3Smrg 317ec681f3SmrgThis list is likely incomplete. 327ec681f3Smrg 337ec681f3Smrg- `Bug 37871 <https://bugs.freedesktop.org/show_bug.cgi?id=37871>`__ - 347ec681f3Smrg [bisected i965] Bus error (core dumped) on oglc texdecaltile 357ec681f3Smrg- `Bug 42182 <https://bugs.freedesktop.org/show_bug.cgi?id=42182>`__ - 367ec681f3Smrg egl/opengles1/tri_x11 renders wrong 377ec681f3Smrg- `Bug 44958 <https://bugs.freedesktop.org/show_bug.cgi?id=44958>`__ - 387ec681f3Smrg [SNB IVB HSW] mesa demo test texleak bus error 397ec681f3Smrg- `Bug 53494 <https://bugs.freedesktop.org/show_bug.cgi?id=53494>`__ - 407ec681f3Smrg [snb] crash in texsubimage to a large atlas in clutter 417ec681f3Smrg- `Bug 60518 <https://bugs.freedesktop.org/show_bug.cgi?id=60518>`__ - 427ec681f3Smrg glDrawElements segfault when compiled into display list 437ec681f3Smrg- `Bug 61821 <https://bugs.freedesktop.org/show_bug.cgi?id=61821>`__ - 447ec681f3Smrg src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: 457ec681f3Smrg xmlpool/options.h 467ec681f3Smrg- `Bug 63520 <https://bugs.freedesktop.org/show_bug.cgi?id=63520>`__ - 477ec681f3Smrg r300g regression (RV380): Strange rendering of light sources in 487ec681f3Smrg Penumbra (bisected) 497ec681f3Smrg- `Bug 63701 <https://bugs.freedesktop.org/show_bug.cgi?id=63701>`__ - 507ec681f3Smrg [HSW] support new haswell graphics [8086:0a2e] 517ec681f3Smrg- `Bug 64727 <https://bugs.freedesktop.org/show_bug.cgi?id=64727>`__ - 527ec681f3Smrg [gm45, bisected] some piglit glsl 1.10 built-in-functions tests crash 537ec681f3Smrg- `Bug 64745 <https://bugs.freedesktop.org/show_bug.cgi?id=64745>`__ - 547ec681f3Smrg [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1374 557ec681f3Smrg- `Bug 64934 <https://bugs.freedesktop.org/show_bug.cgi?id=64934>`__ - 567ec681f3Smrg [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1363 577ec681f3Smrg- `Bug 65173 <https://bugs.freedesktop.org/show_bug.cgi?id=65173>`__ - 587ec681f3Smrg segfault in \_mesa_get_format_datatype and \_mesa_get_color_read_type 597ec681f3Smrg when state dumping with glretrace 607ec681f3Smrg 617ec681f3SmrgChanges 627ec681f3Smrg------- 637ec681f3Smrg 647ec681f3SmrgThe full set of changes can be viewed by using the following GIT 657ec681f3Smrgcommand: 667ec681f3Smrg 677ec681f3Smrg:: 687ec681f3Smrg 697ec681f3Smrg git log mesa-9.1.3..mesa-9.1.4 707ec681f3Smrg 717ec681f3SmrgAlan Coopersmith (2): 727ec681f3Smrg 737ec681f3Smrg- integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2] 747ec681f3Smrg- integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2] 757ec681f3Smrg 767ec681f3SmrgAlex Deucher (3): 777ec681f3Smrg 787ec681f3Smrg- radeonsi: add support for hainan chips 797ec681f3Smrg- radeonsi: add Hainan pci ids 807ec681f3Smrg- winsys/radeon: add env var to disable VM on Cayman/Trinity 817ec681f3Smrg 827ec681f3Smrgpp 837ec681f3Smrg 847ec681f3SmrgAndreas Boll (1): 857ec681f3Smrg 867ec681f3Smrg- glapi: Add some missing static_dispatch="false" annotations to 877ec681f3Smrg es_EXT.xml 887ec681f3Smrg 897ec681f3SmrgAnuj Phogat (1): 907ec681f3Smrg 917ec681f3Smrg- intel: Add a null pointer check before dereferencing the pointer 927ec681f3Smrg 937ec681f3SmrgArmin K (1): 947ec681f3Smrg 957ec681f3Smrg- gallivm: Fix build with LLVM 3.3 967ec681f3Smrg 977ec681f3SmrgBrian Paul (9): 987ec681f3Smrg 997ec681f3Smrg- mesa: fix the compressed TexSubImage size checking code 1007ec681f3Smrg- st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index 1017ec681f3Smrg buffer 1027ec681f3Smrg- mesa: fix error checking of DXT sRGB formats in 1037ec681f3Smrg \_mesa_base_tex_format() 1047ec681f3Smrg- st/glx/xlib: check for null ctx pointer in glXIsDirect() 1057ec681f3Smrg- xlib: check for null ctx pointer in glXIsDirect() 1067ec681f3Smrg- st/glx: add null ctx check in glXDestroyContext() 1077ec681f3Smrg- xlib: add null ctx check in glXDestroyContext() 1087ec681f3Smrg- meta: move vertex array enables for mipmap generation 1097ec681f3Smrg- mesa: handle missing read buffer in 1107ec681f3Smrg \_mesa_get_color_read_format/type() 1117ec681f3Smrg 1127ec681f3SmrgBryan Cain (1): 1137ec681f3Smrg 1147ec681f3Smrg- nv50: initialize kick_notify callback in nv50_create 1157ec681f3Smrg 1167ec681f3SmrgChad Versace (3): 1177ec681f3Smrg 1187ec681f3Smrg- egl/android: Fix error condition for EGL_ANDROID_image_native_buffer 1197ec681f3Smrg- i965: Fix glColorPointer(GL_FIXED) 1207ec681f3Smrg- intel: Return early if miptree allocation fails 1217ec681f3Smrg 1227ec681f3SmrgChia-I Wu (1): 1237ec681f3Smrg 1247ec681f3Smrg- u_vbuf: fix index buffer leak 1257ec681f3Smrg 1267ec681f3SmrgChris Forbes (8): 1277ec681f3Smrg 1287ec681f3Smrg- mesa: add accessor for effective stencil ref 1297ec681f3Smrg- intel: Use accessor for stencil reference values 1307ec681f3Smrg- nouveau: Use accessor for stencil reference values 1317ec681f3Smrg- radeon: Use accessor for stencil reference values 1327ec681f3Smrg- st: Use accessor for stencil reference values 1337ec681f3Smrg- swrast: Use accessor for stencil reference values 1347ec681f3Smrg- mesa: Stop clamping stencil reference value at specification time 1357ec681f3Smrg- mesa: Use accessor for stencil reference values in glGet 1367ec681f3Smrg 1377ec681f3SmrgChí-Thanh Christopher Nguyễn (1): 1387ec681f3Smrg 1397ec681f3Smrg- targets/dri-i915: Force c++ linker in all cases 1407ec681f3Smrg 1417ec681f3SmrgDaniel Martin (1): 1427ec681f3Smrg 1437ec681f3Smrg- Fix build of swrast only without libdrm 1447ec681f3Smrg 1457ec681f3SmrgDave Airlie (1): 1467ec681f3Smrg 1477ec681f3Smrg- i965: fix problem with constant out of bounds access (v3) 1487ec681f3Smrg 1497ec681f3SmrgEric Anholt (10): 1507ec681f3Smrg 1517ec681f3Smrg- mesa: Make core Mesa allocate the texture renderbuffer wrapper. 1527ec681f3Smrg- mesa: Make gl_renderbuffers backed by EGL images use 1537ec681f3Smrg FinishRenderTexture. 1547ec681f3Smrg- i965/fs: Bake regs_written into the IR instead of recomputing it 1557ec681f3Smrg later. 1567ec681f3Smrg- i965/vs: Fix implied_mrf_writes() for integer division pre-gen6. 1577ec681f3Smrg- intel: Add support for writing to our linear-temporary-CPU-map case. 1587ec681f3Smrg- intel: Do temporary CPU maps of textures that are too big to GTT map. 1597ec681f3Smrg- intel: Avoid making tiled miptrees we won't be able to blit. 1607ec681f3Smrg- intel: Fix MRT handling of glBitmap(). 1617ec681f3Smrg- intel: Fix format handling of blit glBitmap() 1627ec681f3Smrg- i965: Shut up the last release build warning. 1637ec681f3Smrg 1647ec681f3SmrgFabian Bieler (2): 1657ec681f3Smrg 1667ec681f3Smrg- mesa/st: Don't copy propagate from swizzles. 1677ec681f3Smrg- mesa/program: Don't copy propagate from swizzles. 1687ec681f3Smrg 1697ec681f3SmrgFrank Henigman (1): 1707ec681f3Smrg 1717ec681f3Smrg- intel: initialize fs_visitor::params_remap in constructor 1727ec681f3Smrg 1737ec681f3SmrgIan Romanick (2): 1747ec681f3Smrg 1757ec681f3Smrg- docs: Add 9.1.3 release md5sums 1767ec681f3Smrg- mesa: Bump version to 9.1.4 1777ec681f3Smrg 1787ec681f3SmrgJosé Fonseca (1): 1797ec681f3Smrg 1807ec681f3Smrg- scons: Fix implicit python dependency discovery on Windows. 1817ec681f3Smrg 1827ec681f3SmrgKenneth Graunke (17): 1837ec681f3Smrg 1847ec681f3Smrg- mesa: Add i965 varying index patches to .cherry-ignore. 1857ec681f3Smrg- i965: Turn brw->urb.vs_size and gs_size into local variables. 1867ec681f3Smrg- i965: Use a variable for the push constant size in kB. 1877ec681f3Smrg- i965: Update URB partitioning code for Haswell's GT3 variant. 1887ec681f3Smrg- i965: Add chipset limits for the Haswell GT3 variant. 1897ec681f3Smrg- i965: Enable the Bay Trail platform. 1907ec681f3Smrg- mesa: Add a reverted commit to cherry-ignore. 1917ec681f3Smrg- vbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArrays(). 1927ec681f3Smrg- mesa: Add a helper function for determining the restart index. 1937ec681f3Smrg- vbo: Use the new primitive restart index helper function. 1947ec681f3Smrg- i965: Use the correct restart index for fixed index mode on Haswell. 1957ec681f3Smrg- mesa: Cherry-ignore a patch that got picked but squashed. 1967ec681f3Smrg- i965: Fix can_cut_index_handle_restart_index() for byte/short types. 1977ec681f3Smrg- st/mesa: Go back to using ctx->Array.RestartIndex, not 1987ec681f3Smrg \_RestartIndex. 1997ec681f3Smrg- mesa: Ignore fixed-index primitive restart in ArrayElement(). 2007ec681f3Smrg- mesa: Delete the ctx->Array._RestartIndex derived state. 2017ec681f3Smrg- glsl: Bail on parsing if the #version directive is bogus. 2027ec681f3Smrg 2037ec681f3SmrgLauri Kasanen (1): 2047ec681f3Smrg 2057ec681f3Smrg- r600g: Correctly initialize the shader key, v2 2067ec681f3Smrg 2077ec681f3SmrgMaarten Lankhorst (4): 2087ec681f3Smrg 2097ec681f3Smrg- nvc0: fix up video buffer alignment requirements 2107ec681f3Smrg- nvc0: kill assert in ppp code 2117ec681f3Smrg- nvc0: set rsvd_kick correctly 2127ec681f3Smrg- nvc0: allow frame dropping in h264 2137ec681f3Smrg 2147ec681f3SmrgMarek Olšák (7): 2157ec681f3Smrg 2167ec681f3Smrg- radeonsi: increase array size for shader inputs and outputs 2177ec681f3Smrg- vbo: fix possible use-after-free segfault after a VAO is deleted 2187ec681f3Smrg- glsl: fix the value of gl_MaxFragmentUniformVectors 2197ec681f3Smrg- st/mesa: initialize all program constants and UBO limits 2207ec681f3Smrg- st/mesa: initialize Const.MaxColorAttachments 2217ec681f3Smrg- st/mesa: fix a couple of issues in st_bind_ubos 2227ec681f3Smrg- mesa: declare UniformBufferBindings as an array with a static size 2237ec681f3Smrg 2247ec681f3SmrgMatt Turner (3): 2257ec681f3Smrg 2267ec681f3Smrg- configure.ac: Remove redundant checks of enable_dri. 2277ec681f3Smrg- configure.ac: Build dricommon for DRI gallium drivers 2287ec681f3Smrg- i965: NULL check depth_mt to quiet static analysis. 2297ec681f3Smrg 2307ec681f3SmrgMichel Dänzer (3): 2317ec681f3Smrg 2327ec681f3Smrg- radeonsi: Fix handling of TGSI_SEMANTIC_PSIZE 2337ec681f3Smrg- radeonsi: Fix user clip planes 2347ec681f3Smrg- mesa: Note that two radeonsi fixes cannot be backported after all 2357ec681f3Smrg 2367ec681f3SmrgMike Stroyan (1): 2377ec681f3Smrg 2387ec681f3Smrg- configure.ac: Build dricommon for gallium swrast 2397ec681f3Smrg 2407ec681f3SmrgNaohiro Aota (1): 2417ec681f3Smrg 2427ec681f3Smrg- xmlpool/build: Make sure to set mo properly 2437ec681f3Smrg 2447ec681f3SmrgPaul Berry (2): 2457ec681f3Smrg 2467ec681f3Smrg- glsl: Fix error checking on "flat" keyword to match GLSL ES 3.00, 2477ec681f3Smrg GLSL 1.50. 2487ec681f3Smrg- i965/gen7.5: Allow HW primitive restart for all primitive types. 2497ec681f3Smrg 2507ec681f3SmrgPaulo Zanoni (1): 2517ec681f3Smrg 2527ec681f3Smrg- i965: make GT3 machines work as GT3 instead of GT2 2537ec681f3Smrg 2547ec681f3SmrgRodrigo Vivi (2): 2557ec681f3Smrg 2567ec681f3Smrg- i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check. 2577ec681f3Smrg- i965: Adding more reserved PCI IDs for Haswell. 2587ec681f3Smrg 2597ec681f3SmrgRoland Scheidegger (1): 2607ec681f3Smrg 2617ec681f3Smrg- gallivm: fix out-of-bounds access with mirror_clamp_to_edge address 2627ec681f3Smrg mode 2637ec681f3Smrg 2647ec681f3SmrgStéphane Marchesin (2): 2657ec681f3Smrg 2667ec681f3Smrg- st/xlib: Fix upside down coordinates for CopySubBuffer 2677ec681f3Smrg- st/xlib: Flush the front buffer before doing CopySubBuffer 2687ec681f3Smrg 2697ec681f3SmrgSven Joachim (1): 2707ec681f3Smrg 2717ec681f3Smrg- mesa: Fix ieee fp on Alpha 2727ec681f3Smrg 2737ec681f3SmrgTapani Pälli (1): 2747ec681f3Smrg 2757ec681f3Smrg- mesa: fix type comparison errors in sub-texture error checking code 2767ec681f3Smrg 2777ec681f3SmrgTom Stellard (2): 2787ec681f3Smrg 2797ec681f3Smrg- gallivm: Fix build with LLVM >= r180063 2807ec681f3Smrg- r300g/compiler: Prevent regalloc from swizzling texture operands v2 2817ec681f3Smrg 2827ec681f3SmrgVinson Lee (1): 2837ec681f3Smrg 2847ec681f3Smrg- radeon: Initialize variables in radeon_llvm_context_init. 285