[Mesa-dev] [Bug 103323] Possible unintended error message in file pixel.c line 286

2017-10-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103323 Petru Mihancea changed: What|Removed |Added Severity|normal |trivial

[Mesa-dev] [Bug 103323] Possible unintended error message in file pixel.c line 286

2017-10-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103323 Bug ID: 103323 Summary: Possible unintended error message in file pixel.c line 286 Product: Mesa Version: git Hardware: Other OS: All Status:

Re: [Mesa-dev] [PATCH] anv: Move size check from anv_bo_cache_import() to caller (v2)

2017-10-18 Thread Chad Versace
On Tue 17 Oct 2017, Jason Ekstrand wrote: > On October 17, 2017 10:41:32 PM Chad Versace wrote: > > > This change prepares for VK_ANDROID_native_buffer. When the user imports > > a gralloc hande into a VkImage using VK_ANDROID_native_buffer, the user > > provides no

Re: [Mesa-dev] [PATCH] i965/sbe: fix active components for SSO programs with over 16 inputs

2017-10-18 Thread Iago Toral
Ken, do you have any thoughts on this patch? Iago On Fri, 2017-10-13 at 11:10 +0200, Iago Toral Quiroga wrote: > When we have up to 16 FS inputs, the SF unit will reorder our inputs > to be consecutive, however, when we have more than 16 we need to > to read our inputs from the URB exactly as

Re: [Mesa-dev] [PATCH] anv: Move size check from anv_bo_cache_import() to caller (v2)

2017-10-18 Thread Jason Ekstrand
On October 17, 2017 10:41:32 PM Chad Versace wrote: This change prepares for VK_ANDROID_native_buffer. When the user imports a gralloc hande into a VkImage using VK_ANDROID_native_buffer, the user provides no size. The driver must infer the size from the internals of

Re: [Mesa-dev] [PATCH] egl/wayland: Support for KHR_partial_update

2017-10-18 Thread Harish Krupo
Hi Eric, Eric Engestrom writes: > On 17 October 2017 17:36:06 BST, Harish Krupo > wrote: >> Hi Emil, >> >> Thank you for the comments, will fix the code accordingly and send a >> v2 patch. >> I have answered the question inline. >> >> Emil

Re: [Mesa-dev] [PATCH] glsl/linker: produce error when invalid explicit locations are used

2017-10-18 Thread Iago Toral
Thanks for the review Nicolai! However, I sent a v2 yesterday that handles some cases better: https://lists.freedesktop.org/archives/mesa-dev/2017-October/173062.htm l Specifically, this v2 computes the location slot for patch variables correctly and fixes a couple of regressions in piglit that

<    1   2   3