1Mesa 18.1.2 Release Notes / June 15 2018 2======================================== 3 4Mesa 18.1.2 is a bug fix release which fixes bugs found since the 18.1.1 5release. 6 7Mesa 18.1.2 implements the OpenGL 4.5 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.5. OpenGL 4.5 is **only** available if requested at context creation. 12Compatibility contexts may report a lower version depending on each 13driver. 14 15SHA256 checksums 16---------------- 17 18:: 19 20 a644df23937f4078a2bd9a54349f6315c1955f5e3a4ac272832da51dea4d3c11 mesa-18.1.1.tar.gz 21 070bf0648ba5b242d7303ceed32aed80842f4c0ba16e5acc1a650a46eadfb1f9 mesa-18.1.1.tar.xz 22 23New features 24------------ 25 26None 27 28Bug fixes 29--------- 30 31None 32 33Changes 34------- 35 36Alex Smith (4): 37 38- radv: Consolidate GFX9 merged shader lookup logic 39- radv: Handle GFX9 merged shaders in radv_flush_constants() 40- radeonsi: Fix crash on shaders using MSAA image load/store 41- radv: Set active_stages the same whether or not shaders were cached 42 43Andrew Galante (2): 44 45- meson: Test for \__atomic_add_fetch in atomic checks 46- configure.ac: Test for \__atomic_add_fetch in atomic checks 47 48Bas Nieuwenhuizen (1): 49 50- radv: Don't pass a TESS_EVAL shader when tesselation is not enabled. 51 52Cameron Kumar (1): 53 54- vulkan/wsi: Destroy swapchain images after terminating FIFO queues 55 56Dylan Baker (6): 57 58- docs/relnotes: Add sha256 sums for mesa 18.1.1 59- cherry-ignore: add commits not to pull 60- cherry-ignore: Add patches from Jason that he rebased on 18.1 61- meson: work around gentoo applying -m32 to host compiler in cross 62 builds 63- cherry-ignore: Add another patch 64- version: bump version for 18.1.2 release 65 66Eric Engestrom (3): 67 68- autotools: add missing android file to package 69- configure: radv depends on mako 70- i965: fix resource leak 71 72Jason Ekstrand (10): 73 74- intel/eu: Add some brw_get_default\_ helpers 75- intel/eu: Copy fields manually in brw_next_insn 76- intel/eu: Set flag [sub]register number differently for 3src 77- intel/blorp: Don't vertex fetch directly from clear values 78- intel/isl: Add bounds-checking assertions in isl_format_get_layout 79- intel/isl: Add bounds-checking assertions for the format_info table 80- i965/screen: Refactor query_dma_buf_formats 81- i965/screen: Use RGBA non-sRGB formats for images 82- anv: Set fence/semaphore types to NONE in impl_cleanup 83- i965/screen: Return false for unsupported formats in query_modifiers 84 85Jordan Justen (1): 86 87- mesa/program_binary: add implicit UseProgram after successful 88 ProgramBinary 89 90Juan A. Suarez Romero (1): 91 92- glsl: Add ir_binop_vector_extract in NIR 93 94Kenneth Graunke (2): 95 96- i965: Fix batch-last mode to properly swap BOs. 97- anv: Disable \__gen_validate_value if NDEBUG is set. 98 99Marek Olšák (1): 100 101- r300g/swtcl: make pipe_context uploaders use malloc'd memory as 102 before 103 104Matt Turner (1): 105 106- meson: Fix -latomic check 107 108Michel Dänzer (1): 109 110- glx: Fix number of property values to read in glXImportContextEXT 111 112Nicolas Boichat (1): 113 114- configure.ac/meson.build: Fix -latomic test 115 116Philip Rebohle (1): 117 118- radv: Use correct color format for fast clears 119 120Samuel Pitoiset (3): 121 122- radv: fix a GPU hang when MRTs are sparse 123- radv: fix missing ZRANGE_PRECISION(1) for GFX9+ 124- radv: add a workaround for DXVK hangs by setting 125 amdgpu-skip-threshold 126 127Scott D Phillips (1): 128 129- intel/tools: add intel_sanitize_gpu to EXTRA_DIST 130 131Thomas Petazzoni (1): 132 133- configure.ac: rework -latomic check 134 135Timothy Arceri (2): 136 137- ac: fix possible truncation of intrinsic name 138- radeonsi: fix possible truncation on renderer string 139