1Mesa 17.1.8 Release Notes / August 28, 2017 2=========================================== 3 4Mesa 17.1.8 is a bug fix release which fixes bugs found since the 17.1.7 5release. 6 7Mesa 17.1.8 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 faa59a677e88fd5224cdfebcdb6ca9ad3e3c64bd562baa8d5c3c1faeef1066b6 mesa-17.1.8.tar.gz 20 75ed2eaeae26ddd536150f294386468ae2e1a7717948c41cd14b7875be5269db mesa-17.1.8.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30- `Bug 101910 <https://bugs.freedesktop.org/show_bug.cgi?id=101910>`__ 31 - [BYT] 32 ES31-CTS.functional.copy_image.non_compressed.viewclass_96_bits.rgb32f_rgb32f 33- `Bug 102308 <https://bugs.freedesktop.org/show_bug.cgi?id=102308>`__ 34 - segfault in glCompressedTextureSubImage3D 35 36Changes 37------- 38 39Andres Gomez (6): 40 41- docs: add sha256 checksums for 17.1.7 42- cherry-ignore: cherry-ignore: added 17.2 nominations. 43- cherry-ignore: add "i965/tex: Don't pass samples to 44 miptree_create_for_teximage" 45- cherry-ignore: add "i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit." 46- cherry-ignore: add "egl/drm: Fix misused x and y offsets in 47 swrast_*_image*" 48- Update version to 17.1.8 49 50Christoph Haag (1): 51 52- mesa: only copy requested compressed teximage cubemap faces 53 54Dave Airlie (1): 55 56- radv: don't crash if we have no framebuffer 57 58Ilia Mirkin (2): 59 60- glsl: add a few missing int64 constant propagation cases 61- nv50/ir: properly set sType for TXF ops to U32 62 63Faith Ekstrand (1): 64 65- i965: Stop looking at NewDriverState when emitting 3DSTATE_URB 66 67Kai Chen (1): 68 69- egl/wayland: Use roundtrips when awaiting buffer release 70 71Lionel Landwerlin (1): 72 73- i965: perf: minimize the chances to spread queries across 74 batchbuffers 75 76Marek Olšák (1): 77 78- radeonsi/gfx9: add a temporary workaround for a tessellation driver 79 bug 80 81Tim Rowley (1): 82 83- swr/rast: switch gen_knobs.cpp license 84 85Topi Pohjolainen (1): 86 87- intel/blorp: Adjust intra-tile x when faking rgb with red-only 88