debian/changelog                        |    2 ++
 src/mesa/drivers/dri/i965/brw_context.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit ba46ea671bba598ed04bf30baf5b0b7785ebbe67
Author: Sven Joachim <svenj...@gmx.de>
Date:   Fri Jul 27 21:15:06 2012 +0200

    Document the cherry-pick in debian/changelog

diff --git a/debian/changelog b/debian/changelog
index 9f439c3..95bf1f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mesa (8.0.4-1) UNRELEASED; urgency=low
 
   * New upstream stable release (Closes: #682703).
+  * Cherry-pick commit fbf86c7f0f (i965/gen7: Reduce GT1 WM thread count
+    according to updated BSpec.) from upstream.
 
  -- Sven Joachim <svenj...@gmx.de>  Thu, 26 Jul 2012 18:46:22 +0200
 

commit 8e982ecdaf11cbc64f215d07c327172a4ac80981
Author: Eric Anholt <e...@anholt.net>
Date:   Fri Jul 27 11:34:07 2012 -0700

    i965/gen7: Reduce GT1 WM thread count according to updated BSpec.
    
    Acked-by: Kenneth Graunke <kenn...@whitecape.org>
    
    https://bugs.freedesktop.org/show_bug.cgi?id=52382
    (cherry picked from commit fbf86c7f0f1f12e52b927e3870535073879d0a4d)

diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
index a66ccc7..78bc6f9 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -240,7 +240,7 @@ brwCreateContext(int api,
    /* WM maximum threads is number of EUs times number of threads per EU. */
    if (intel->gen >= 7) {
       if (intel->gt == 1) {
-        brw->max_wm_threads = 86;
+        brw->max_wm_threads = 48;
         brw->max_vs_threads = 36;
         brw->max_gs_threads = 36;
         brw->urb.size = 128;


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1suq5n-0003wu...@vasks.debian.org

Reply via email to