Mesa (refs/tags/chadv-chromiumos-mesa-9999-2014.01.07.2d368b9): ebuild: 10.0-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-9999-2014.01.07.2d368b9
Commit: 876109639b4e3f1d8a95e41e7f890bb945ec031e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=876109639b4e3f1d8a95e41e7f890bb945ec031e

Author: Chad Versace <chad.versace at linux.intel.com>
Date:   Tue Jan  7 10:10:06 2014 -0800

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

Change-Id: I83579947a28c801fc2b0af25241bd4ae8f37c939

---

 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 23e9ce9..c813cdd 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -674,7 +674,7 @@ brwCreateContext(gl_api api,
 
    intel_fbo_init(brw);
 
-   if (brw->gen >= 6) {
+   if (brw->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