[Mesa-dev] [Bug 108263] glGetTexImage with PBO is not accelerated on Gallium

2018-10-06 Thread bugzilla-daemon
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=edit Patch for piglit for PBO texture download testcase -- You are receiving this mail because: You are the assignee

[Mesa-dev] [Bug 108263] glGetTexImage with PBO is not accelerated on Gallium

2018-10-06 Thread bugzilla-daemon
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

Re: [Mesa-dev] Blits with huge widths/heights

2018-10-06 Thread Marek Olšák
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 > >

[Mesa-dev] Blits with huge widths/heights

2018-10-06 Thread Ilia Mirkin
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

Re: [Mesa-dev] [PATCH 05/12] util: Add power-of-two divisor support to compute_fast_udiv_info

2018-10-06 Thread Jason Ekstrand
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

[Mesa-dev] [Mesa-stable] [PATCH] Scons: swr: fix LLVM >= 7 build

2018-10-06 Thread Liviu Prodea
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

Re: [Mesa-dev] [PATCH 06/12] util: Add tests for fast integer division by constants

2018-10-06 Thread Marek Olšák
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

Re: [Mesa-dev] [PATCH 06/12] util: Add tests for fast integer division by constants

2018-10-06 Thread Marek Olšák
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

Re: [Mesa-dev] [PATCH 05/12] util: Add power-of-two divisor support to compute_fast_udiv_info

2018-10-06 Thread Marek Olšák
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

[Mesa-dev] [Bug 108135] AVX instructions leak outside of CPU feature check and cause SIGILL

2018-10-06 Thread bugzilla-daemon
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

Re: [Mesa-dev] [PATCH] intel: Introducing Whiskey Lake platform

2018-10-06 Thread Lionel Landwerlin
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:

Re: [Mesa-dev] [PATCH v2] gallivm: Make it possible to disable some optimization shortcuts in release builds

2018-10-06 Thread Gert Wollny
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

Re: [Mesa-dev] [PATCH:mesa] util: Make xmlconfig.c build on Solaris without d_type in dirent (v2)

2018-10-06 Thread Roland Mainz
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

Re: [Mesa-dev] [PATCH 7/9] i965: Pack simple pipelined query objects into the same buffer

2018-10-06 Thread Chris Wilson
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:

[Mesa-dev] [Bug 108135] AVX instructions leak outside of CPU feature check and cause SIGILL

2018-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108135 --- Comment #6 from Kenneth Graunke --- This does point out an even more serious issue though: Megadrivers interacts very badly with drivers that have global C++ initializers. When dlopen'ing a DRI driver, C++ global constructors will run for