1Mesa 18.0.4 Release Notes / May 17, 2018 2======================================== 3 4Mesa 18.0.4 is a bug fix release which fixes bugs found since the 18.0.3 5release. 6 7Mesa 18.0.4 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 12because compatibility contexts are not supported. 13 14SHA256 checksums 15---------------- 16 17:: 18 19 d1dc3469faccdd73439479426952d71a9e8f684e8d03b6687063c12b13430801 mesa-18.0.4.tar.gz 20 1f3bcfe7cef0a5c20dae2b41df5d7e0a985e06be0183fa4d43b6068fcba2920f mesa-18.0.4.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30- `Bug 91808 <https://bugs.freedesktop.org/show_bug.cgi?id=91808>`__ - 31 trine1 misrender r600g 32- `Bug 100430 <https://bugs.freedesktop.org/show_bug.cgi?id=100430>`__ 33 - [radv] graphical glitches on dolphin emulator 34- `Bug 106243 <https://bugs.freedesktop.org/show_bug.cgi?id=106243>`__ 35 - [kbl] GPU HANG: 9:0:0x85dffffb, in Cinnamon 36- `Bug 106480 <https://bugs.freedesktop.org/show_bug.cgi?id=106480>`__ 37 - A2B10G10R10_SNORM vertex attribute doesn't work. 38 39Changes 40------- 41 42Bas Nieuwenhuizen (3): 43 44- radv: Translate logic ops. 45- radv: Fix up 2_10_10_10 alpha sign. 46- radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega. 47 48Dave Airlie (3): 49 50- r600: fix constant buffer bounds. 51- radv: resolve all layers in compute resolve path. 52- radv: use compute path for multi-layer images. 53 54Deepak Rawat (1): 55 56- egl/x11: Send invalidate to driver on copy_region path in swap_buffer 57 58Ian Romanick (1): 59 60- mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV) 61 62Jan Vesely (8): 63 64- clover: Add explicit virtual destructor to argument class 65- eg/compute: Drop reference on code_bo in destructor. 66- r600: Cleanup constant buffers on context destruction 67- eg/compute: Drop reference to kernel_param bo in destructor 68- pipe-loader: Free driver_name in error path 69- gallium/auxiliary: Add helper function to count the number of entries 70 in hash table 71- winsys/radeon: Destroy fd_hash table when the last winsys is removed. 72- winsys/amdgpu: Destroy dev_hash table when the last winsys is 73 removed. 74 75Jason Ekstrand (1): 76 77- i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL 78 79Jose Maria Casanova Crespo (2): 80 81- intel/compiler: fix 16-bit int brw_negate_immediate and 82 brw_abs_immediate 83- intel/compiler: fix brw_imm_w for negative 16-bit integers 84 85Juan A. Suarez Romero (7): 86 87- docs: add sha256 checksums for 18.0.3 88- cherry-ignore: add explicit 18.1 only nominations 89- cherry-ignore: glsl: change ast_type_qualifier bitset size to work 90 around GCC 5.4 bug 91- cherry-ignore: mesa: fix glGetInteger/Float/etc queries for vertex 92 arrays attribs 93- cherry-ignore: mesa: revert GL_[SECONDARY\_]COLOR_ARRAY_SIZE glGet 94 type to TYPE_INT 95- cherry-ignore: radv/resolve: do fmask decompress on all layers. 96- Update version to 18.0.4 97 98Kai Wasserbäch (1): 99 100- opencl: autotools: Fix linking order for OpenCL target 101 102Kenneth Graunke (1): 103 104- i965: Don't leak blorp on Gen4-5. 105 106Lionel Landwerlin (2): 107 108- i965: require pixel scoreboard stall prior to ISP disable 109- anv: emit pixel scoreboard stall before ISP disable 110 111Matthew Nicholls (1): 112 113- radv: fix multisample image copies 114 115Neil Roberts (1): 116 117- spirv: Apply OriginUpperLeft to FragCoord 118 119Rhys Perry (1): 120 121- mesa: fix error handling in get_framebuffer_parameteriv 122 123Ross Burton (1): 124 125- src/intel/Makefile.vulkan.am: add missing MKDIR_GEN 126