Mesa (refs/tags/chadv-chromiumos-mesa-9.1-r18-with-patches): ebuild: 9.1-i965-Disable-ctx-gen6.patch

Carl Worth cworth at kemper.freedesktop.org
Sat Jun 7 02:21:44 UTC 2014


Module: Mesa
Branch: refs/tags/chadv-chromiumos-mesa-9.1-r18-with-patches
Commit: 4686fc5b333e6e634e43ef68c5c1b82ed532c556
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4686fc5b333e6e634e43ef68c5c1b82ed532c556

Author: Chad Versace <chad.versace at linux.intel.com>
Date:   Tue Dec  3 09:55:10 2013 -0800

ebuild: 9.1-i965-Disable-ctx-gen6.patch

---

 src/mesa/drivers/dri/i965/brw_context.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c
index 0ebb14f..a2f4982 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -149,7 +149,7 @@ brwCreateContext(int api,
       return false;
    }
 
-   if (intel->gen >= 6) {
+   if (intel->gen >= 7) {
       /* Create a new hardware context.  Using a hardware context means that
        * our GPU state will be saved/restored on context switch, allowing us
        * to assume that the GPU is in the same state we left it in.




More information about the mesa-commit mailing list