diff -u mesa-10.1.3/debian/changelog mesa-10.1.3/debian/changelog --- mesa-10.1.3/debian/changelog +++ mesa-10.1.3/debian/changelog @@ -1,4 +1,4 @@ -mesa (10.1.3-0ubuntu0.2~lp1352820) trusty; urgency=high +mesa (10.1.3-0ubuntu0.2~lp13528201) trusty; urgency=high * Add i965-bdw-fix-copy-paste.patch, backport from 7913b4b97bab750ffad to fix incorrect hardware limits on broadwell. diff -u mesa-10.1.3/debian/patches/i965-bdw-fix-copy-paste.patch mesa-10.1.3/debian/patches/i965-bdw-fix-copy-paste.patch --- mesa-10.1.3/debian/patches/i965-bdw-fix-copy-paste.patch +++ mesa-10.1.3/debian/patches/i965-bdw-fix-copy-paste.patch @@ -7,8 +7,11 @@ Cc: "10.2" (cherry picked from commit 7913b4b97bab750ffad54e53dec9bbeb56307066) +Trivial fix up to apply to 10.1 branch +Signed-off-by: Robert Hooker + diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c -index bf3c62e..f28d754 100644 +index eb1df79..807f7b1 100644 --- a/src/mesa/drivers/dri/i965/brw_device_info.c +++ b/src/mesa/drivers/dri/i965/brw_device_info.c @@ -192,33 +192,44 @@ static const struct brw_device_info brw_device_info_hsw_gt3 = { @@ -24,7 +27,7 @@ .has_pln = true, \ - .max_vs_threads = 280, \ - .max_gs_threads = 256, \ -- .max_wm_threads = 408, \ +- .max_wm_threads = 64, /* threads per PSD */ \ - .urb = { \ - .size = 128, \ - .min_vs_entries = 64, \ @@ -68,4 +71 @@ - /* Thread counts and URB limits are placeholders, and may not be accurate. --- -cgit v0.10.2 - + const struct brw_device_info *