1Mesa 10.5.5 Release Notes / May 11, 2015 2======================================== 3 4Mesa 10.5.5 is a bug fix release which fixes bugs found since the 10.5.4 5release. 6 7Mesa 10.5.5 implements the OpenGL 3.3 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 113.3. OpenGL 3.3 is **only** available if requested at context creation 12because compatibility contexts are not supported. 13 14SHA256 checksums 15---------------- 16 17:: 18 19 c10f00fd792b8290dd51ebcc48a9016c4cafab19ec205423c6fcadfd7f3a59f2 mesa-10.5.5.tar.gz 20 4ac4e4ea3414f1cadb1467f2f173f9e56170d31e8674f7953a46f0549d319f28 mesa-10.5.5.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30This list is likely incomplete. 31 32- `Bug 88521 <https://bugs.freedesktop.org/show_bug.cgi?id=88521>`__ - 33 GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA 34- `Bug 89455 <https://bugs.freedesktop.org/show_bug.cgi?id=89455>`__ - 35 [NVC0/Gallium] Unigine Heaven black and white boxes 36- `Bug 89689 <https://bugs.freedesktop.org/show_bug.cgi?id=89689>`__ - 37 [Regression] Weston on DRM backend won't start with new version of 38 mesa 39- `Bug 90130 <https://bugs.freedesktop.org/show_bug.cgi?id=90130>`__ - 40 gl_PrimitiveId seems to reset at 340 41 42Changes 43------- 44 45Boyan Ding (1): 46 47- i965: Add XRGB8888 format to intel_screen_make_configs 48 49Emil Velikov (3): 50 51- docs: Add sha256 sums for the 10.5.4 release 52- r300: do not link against libdrm_intel 53- Update version to 10.5.5 54 55Ilia Mirkin (4): 56 57- nvc0/ir: flush denorms to zero in non-compute shaders 58- gk110/ir: fix set with a register dest to not auto-set the abs flag 59- nvc0/ir: fix predicated PFETCH emission 60- nv50/ir: fix asFlow() const helper for OP_JOIN 61 62Kenneth Graunke (2): 63 64- i965: Make intel_emit_linear_blit handle Gen8+ alignment 65 restrictions. 66- i965: Disallow linear blits that are not cacheline aligned. 67 68Roland Scheidegger (1): 69 70- draw: fix prim ids when there's no gs 71