From 7c2b5bdc4756c19b2feb1f25b9ccc53e5aef2be8 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Fri, 26 Aug 2016 13:22:31 -0600 Subject: [PATCH] docs: Update README.md for Glslang issue Update the README.md to have a note about updating your Nvidia driver to resolve failures with the glslang hack removal. Change-Id: Id1b71cc7baae90571bef624f07ff1c7511718b0c --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c23e716..deaa4f1 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ Information on how to enable the various Validation layers is in Architecture and interface information for the loader is in [loader/LoaderAndLayerInterface.md](loader/LoaderAndLayerInterface.md). +#### **NOTE**: Update Nvidia Drivers +- A recent glslang change exposed a bug in the texel fetch behavior on Nvidia devices under certain situations. +- Previously, we reverted the glslang change which exposed it. +- Nvidia has since resolved the issue, and we are now removing the workaround. +- Driver installs with the fix are available on their download page, just look for: + - Linux Drivers starting with version 367.35 + - Windows Drivers starting at version 372.54 + ## License This work is released as open source under a Apache-style license from Khronos including a Khronos copyright. -- 2.7.4