17ec681f3SmrgMesa 17.1.8 Release Notes / August 28, 2017 27ec681f3Smrg=========================================== 37ec681f3Smrg 47ec681f3SmrgMesa 17.1.8 is a bug fix release which fixes bugs found since the 17.1.7 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 17.1.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 127ec681f3Smrgbecause compatibility contexts are not supported. 137ec681f3Smrg 147ec681f3SmrgSHA256 checksums 157ec681f3Smrg---------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg faa59a677e88fd5224cdfebcdb6ca9ad3e3c64bd562baa8d5c3c1faeef1066b6 mesa-17.1.8.tar.gz 207ec681f3Smrg 75ed2eaeae26ddd536150f294386468ae2e1a7717948c41cd14b7875be5269db mesa-17.1.8.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3Smrg- `Bug 101910 <https://bugs.freedesktop.org/show_bug.cgi?id=101910>`__ 317ec681f3Smrg - [BYT] 327ec681f3Smrg ES31-CTS.functional.copy_image.non_compressed.viewclass_96_bits.rgb32f_rgb32f 337ec681f3Smrg- `Bug 102308 <https://bugs.freedesktop.org/show_bug.cgi?id=102308>`__ 347ec681f3Smrg - segfault in glCompressedTextureSubImage3D 357ec681f3Smrg 367ec681f3SmrgChanges 377ec681f3Smrg------- 387ec681f3Smrg 397ec681f3SmrgAndres Gomez (6): 407ec681f3Smrg 417ec681f3Smrg- docs: add sha256 checksums for 17.1.7 427ec681f3Smrg- cherry-ignore: cherry-ignore: added 17.2 nominations. 437ec681f3Smrg- cherry-ignore: add "i965/tex: Don't pass samples to 447ec681f3Smrg miptree_create_for_teximage" 457ec681f3Smrg- cherry-ignore: add "i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit." 467ec681f3Smrg- cherry-ignore: add "egl/drm: Fix misused x and y offsets in 477ec681f3Smrg swrast_*_image*" 487ec681f3Smrg- Update version to 17.1.8 497ec681f3Smrg 507ec681f3SmrgChristoph Haag (1): 517ec681f3Smrg 527ec681f3Smrg- mesa: only copy requested compressed teximage cubemap faces 537ec681f3Smrg 547ec681f3SmrgDave Airlie (1): 557ec681f3Smrg 567ec681f3Smrg- radv: don't crash if we have no framebuffer 577ec681f3Smrg 587ec681f3SmrgIlia Mirkin (2): 597ec681f3Smrg 607ec681f3Smrg- glsl: add a few missing int64 constant propagation cases 617ec681f3Smrg- nv50/ir: properly set sType for TXF ops to U32 627ec681f3Smrg 637ec681f3SmrgJason Ekstrand (1): 647ec681f3Smrg 657ec681f3Smrg- i965: Stop looking at NewDriverState when emitting 3DSTATE_URB 667ec681f3Smrg 677ec681f3SmrgKai Chen (1): 687ec681f3Smrg 697ec681f3Smrg- egl/wayland: Use roundtrips when awaiting buffer release 707ec681f3Smrg 717ec681f3SmrgLionel Landwerlin (1): 727ec681f3Smrg 737ec681f3Smrg- i965: perf: minimize the chances to spread queries across 747ec681f3Smrg batchbuffers 757ec681f3Smrg 767ec681f3SmrgMarek Olšák (1): 777ec681f3Smrg 787ec681f3Smrg- radeonsi/gfx9: add a temporary workaround for a tessellation driver 797ec681f3Smrg bug 807ec681f3Smrg 817ec681f3SmrgTim Rowley (1): 827ec681f3Smrg 837ec681f3Smrg- swr/rast: switch gen_knobs.cpp license 847ec681f3Smrg 857ec681f3SmrgTopi Pohjolainen (1): 867ec681f3Smrg 877ec681f3Smrg- intel/blorp: Adjust intra-tile x when faking rgb with red-only 88