Thanks for the patch!
And thanks for describing the linking error; we will look further into it. This
patch should be a good starting point for resolving it.
-Alok
From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of
Liviu Prodea
Sent: Saturday, October 6, 2018 3:09 PM
To
https://bugs.freedesktop.org/show_bug.cgi?id=108263
--- Comment #1 from Andrew Wesie ---
Created attachment 141926
--> https://bugs.freedesktop.org/attachment.cgi?id=141926&action=edit
Patch for piglit for PBO texture download testcase
--
You are receiving this mail because:
You are the assig
https://bugs.freedesktop.org/show_bug.cgi?id=108263
Bug ID: 108263
Summary: glGetTexImage with PBO is not accelerated on Gallium
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
We could certainly increase the width and height to 32 bits for
pipe_blit_info, not pipe_box.
Marek
On Sat, Oct 6, 2018 at 4:01 PM Ilia Mirkin wrote:
>
> There's a WebGL test here
>
> https://www.khronos.org/registry/webgl/sdk/tests/conformance2/rendering/blitframebuffer-size-overflow.html
>
> wh
There's a WebGL test here
https://www.khronos.org/registry/webgl/sdk/tests/conformance2/rendering/blitframebuffer-size-overflow.html
which does a fairly ridiculous blit:
srcX0=-1, srcY0=-1, srcX1=2147483647, srcY1=2147483647,
dstX0=-1, dstY0=-1, dstX1=2147483647, dstY1=2147483647
The un
On October 6, 2018 13:19:15 Marek Olšák wrote:
On Sat, Oct 6, 2018 at 12:11 AM Jason Ekstrand wrote:
From: Marek Olšák
---
src/util/fast_idiv_by_const.c | 21 +
src/util/fast_idiv_by_const.h | 5 +++--
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/src/u
Well I am more used with the merge / pull request model of sending patches so I
am going to link it instead of inlining:
https://raw.githubusercontent.com/pal1000/mesa-dist-win/master/patches/upstream/scons-swr-llvm7.patch
This patch depends on series 50108 to be effective but it can be safely m
With my comments addressed, patches 2 - 6 are:
Reviewed-by: Marek Olšák
Since I will need to compute the division terms during draw calls, I
may need to switch the math to uint32_t for my case (e.g. via a C++
template).
Marek
On Sat, Oct 6, 2018 at 12:11 AM Jason Ekstrand wrote:
>> While I ge
On Sat, Oct 6, 2018 at 12:11 AM Jason Ekstrand wrote:
>
> While I generally trust rediculousfish to have done his homework, we've
> made some adjustments to suite the needs of mesa and it'd be good to
> test those. Also, there's no better place than unit tests to clearly
> document the different
On Sat, Oct 6, 2018 at 12:11 AM Jason Ekstrand wrote:
>
> From: Marek Olšák
>
> ---
> src/util/fast_idiv_by_const.c | 21 +
> src/util/fast_idiv_by_const.h | 5 +++--
> 2 files changed, 24 insertions(+), 2 deletions(-)
>
> diff --git a/src/util/fast_idiv_by_const.c b/src/uti
https://bugs.freedesktop.org/show_bug.cgi?id=108135
--- Comment #7 from Thiago Macieira ---
You can scan for .o that have initialisers by searching for .init_array
sections
--
You are receiving this mail because:
You are the QA Contact for the bug.___
On 05/10/2018 22:29, Rodrigo Vivi wrote:
Whiskey Lake uses the same gen graphics as Coffe Lake, including some
ids that were previously marked as reserved on Coffe Lake, but that
now are moved to WHL page.
This follows the ids and approach used on kernel's commit
b9be78531d27 ("drm/i915/whl: Int
Am Freitag, den 05.10.2018, 21:46 + schrieb Roland Scheidegger:
> Looks alright to me. I'm not quite sold on the "safemath" name
> though, since "safe math" is usually associated with floating point
> optimizations, and this here is just filtering hacks. Maybe
> something like disable_filterin
On Sat, 6 Oct 2018, 01:34 Alan Coopersmith,
wrote:
> v2: check for lstat() failing
>
> Fixes: 04bdbbcab3c "xmlconfig: read more config files from drirc.d/"
> Signed-off-by: Alan Coopersmith
> Reviewed-by: Roland Mainz
> Reviewed-by: Ian Romanick
> ---
> src/util/xmlconfig.c | 8
> 1
Quoting Kenneth Graunke (2018-10-06 02:57:29)
> On Tuesday, October 2, 2018 11:06:23 AM PDT Chris Wilson wrote:
> > Reuse the same query object buffer for multiple queries within the same
> > batch.
> >
> > A task for the future is propagating the GL_NO_MEMORY errors.
> >
> > Signed-off-by: Chris
15 matches
Mail list logo