17ec681f3SmrgMesa 19.2.8 Release Notes / 2019-12-18 27ec681f3Smrg====================================== 37ec681f3Smrg 47ec681f3SmrgMesa 19.2.8 is a bug fix release which fixes bugs found since the 19.2.7 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 19.2.8 implements the OpenGL 4.5 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 117ec681f3Smrg4.5. OpenGL 4.5 is **only** available if requested at context creation. 127ec681f3SmrgCompatibility contexts may report a lower version depending on each 137ec681f3Smrgdriver. 147ec681f3Smrg 157ec681f3SmrgMesa 19.2.8 implements the Vulkan 1.1 API, but the version reported by 167ec681f3Smrgthe apiVersion property of the VkPhysicalDeviceProperties struct depends 177ec681f3Smrgon the particular driver being used. 187ec681f3Smrg 197ec681f3SmrgSHA256 checksum 207ec681f3Smrg--------------- 217ec681f3Smrg 227ec681f3Smrg:: 237ec681f3Smrg 247ec681f3Smrg cffa8fa755c7422ce014c39ca0b770a092d9e0bbae537ceb2609c106916e5a57 mesa-19.2.8.tar.xz 257ec681f3Smrg 267ec681f3SmrgNew features 277ec681f3Smrg------------ 287ec681f3Smrg 297ec681f3Smrg- None 307ec681f3Smrg 317ec681f3SmrgBug fixes 327ec681f3Smrg--------- 337ec681f3Smrg 347ec681f3Smrg- i965/iris: assert when destroy GL context with active query 357ec681f3Smrg 367ec681f3SmrgChanges 377ec681f3Smrg------- 387ec681f3Smrg 397ec681f3SmrgAlyssa Rosenzweig (1): 407ec681f3Smrg 417ec681f3Smrg- gallium/util: Support POLYGON in u_stream_outputs_for_vertices 427ec681f3Smrg 437ec681f3SmrgBas Nieuwenhuizen (2): 447ec681f3Smrg 457ec681f3Smrg- amd/common: Always use addrlib for HTILE tc-compat. 467ec681f3Smrg- amd/common: Fix tcCompatible degradation on Stoney. 477ec681f3Smrg 487ec681f3SmrgDylan Baker (4): 497ec681f3Smrg 507ec681f3Smrg- docs: Add SHA256 sums for 19.2.7 517ec681f3Smrg- meson/broadcom: libbroadcom_cle needs expat headers 527ec681f3Smrg- meson/broadcom: libbroadcom_cle also needs zlib 537ec681f3Smrg- cherry-ignore: Update for 19.2.8 547ec681f3Smrg 557ec681f3SmrgGert Wollny (1): 567ec681f3Smrg 577ec681f3Smrg- virgl: Increase the shader transfer buffer by doubling the size 587ec681f3Smrg 597ec681f3SmrgIván Briano (1): 607ec681f3Smrg 617ec681f3Smrg- anv: Export filter_minmax support only when it's really supported 627ec681f3Smrg 637ec681f3SmrgJason Ekstrand (2): 647ec681f3Smrg 657ec681f3Smrg- anv: Re-emit all compute state on pipeline switch 667ec681f3Smrg- anv: Don't leak when set_tiling fails 677ec681f3Smrg 687ec681f3SmrgKenneth Graunke (1): 697ec681f3Smrg 707ec681f3Smrg- iris: Default to X-tiling for scanout buffers without modifiers 717ec681f3Smrg 727ec681f3SmrgLionel Landwerlin (7): 737ec681f3Smrg 747ec681f3Smrg- intel/perf: fix invalid hw_id in query results 757ec681f3Smrg- intel/perf: set read buffer len to 0 to identify empty buffer 767ec681f3Smrg- intel/perf: take into account that reports read can be fairly old 777ec681f3Smrg- intel/perf: simplify the processing of OA reports 787ec681f3Smrg- intel/perf: fix improper pointer access 797ec681f3Smrg- anv: fix fence underlying primitive checks 807ec681f3Smrg- mesa: avoid triggering assert in implementation 817ec681f3Smrg 827ec681f3SmrgNanley Chery (2): 837ec681f3Smrg 847ec681f3Smrg- gallium/dri2: Fix creation of multi-planar modifier images 857ec681f3Smrg- gallium: Store the image format in winsys_handle 867ec681f3Smrg 877ec681f3SmrgRob Clark (1): 887ec681f3Smrg 897ec681f3Smrg- nir/lower_clip: Fix incorrect driver loc for clipdist outputs 907ec681f3Smrg 917ec681f3SmrgTimothy Arceri (1): 927ec681f3Smrg 937ec681f3Smrg- glsl/nir: iterate the system values list when adding varyings 94