Re: [Mesa-dev] [PATCH] r600: drop a bunch of post-cayman code.

2017-10-08 Thread Dave Airlie
On 9 October 2017 at 14:05, Dave Airlie wrote: > From: Dave Airlie > > Now that Marek has split the two drivers apart, drop a bunch > of unnecessary code from the r600 half. There is probably a bunch > more hiding in the video code. This has one bug with

Re: [Mesa-dev] [PATCH] Replace byte-swapping code with builtins in pack.c

2017-10-08 Thread Matt Turner
On Sun, Oct 8, 2017 at 12:15 PM, Jochen Rollwagen wrote: > Am 06.10.2017 um 11:57 schrieb Nicolai Hähnle: >> >> On 05.10.2017 20:59, Jochen Rollwagen wrote: >>> >>> Am 04.10.2017 um 05:59 schrieb Matt Turner: On Tue, Oct 3, 2017 at 11:01 AM, Jochen Rollwagen

[Mesa-dev] [PATCH] anv: fix null pointer dereference

2017-10-08 Thread Tapani Pälli
CID: 1419033 Signed-off-by: Tapani Pälli --- src/intel/vulkan/anv_image.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/vulkan/anv_image.c b/src/intel/vulkan/anv_image.c index 487ff27594..c8ebdce0b4 100644 --- a/src/intel/vulkan/anv_image.c +++

[Mesa-dev] [PATCH] i965: Set 3DSTATE_VERTEX_BUFFER::Null Vertex Buffer.

2017-10-08 Thread Kenneth Graunke
According to the Broadwell VERTEX_BUFFER_STATE documentation, "VERTEX_BUFFER_STATE.Null Vertex Buffer must be set when the VERTEX_BUFFER_STATE.Buffer Size is 0x0. --- src/intel/blorp/blorp_genX_exec.h | 2 ++ src/mesa/drivers/dri/i965/genX_state_upload.c | 5 - 2 files

[Mesa-dev] [Bug 103152] Mesa 17.2 cannot be built on ARM with GCC 7.2

2017-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103152 Bug ID: 103152 Summary: Mesa 17.2 cannot be built on ARM with GCC 7.2 Product: Mesa Version: 17.2 Hardware: Other OS: All Status: NEW Severity: normal

Re: [Mesa-dev] [PATCH] radv: Only set the MTYPE flags on GFX9+.

2017-10-08 Thread Dave Airlie
Reviewed-by: Dave Airlie On 9 October 2017 at 05:58, Bas Nieuwenhuizen wrote: > Older kernels fail the va_op with this flag set. If the kernel > supports GFX9 usefully, it will also support this flag. > > Fixes: e8d57802fea "radv/gfx9: allocate

[Mesa-dev] [Bug 57173] sigsegv in Planeshift

2017-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57173 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCH v2 3/3] glsl: make loop unrolling more like the nir unrolling path

2017-10-08 Thread Timothy Arceri
On 04/10/17 11:17, Timothy Arceri wrote: Ping on patches 1 & 3 Ping again on these two. Nicolai, I believe I've addressed all you feedback besides trying to add a pass that flips the branches so that the break is always in the then branch. I'd rather not spend to much more time on this code

[Mesa-dev] [PATCH v1] clover/llvm: Drop support for LLVM < 3.9.

2017-10-08 Thread Vedran Miletić
--- src/gallium/state_trackers/clover/llvm/compat.hpp | 59 +- .../state_trackers/clover/llvm/invocation.cpp | 2 - .../state_trackers/clover/llvm/metadata.hpp| 30 +-- 3 files changed, 2 insertions(+), 89 deletions(-) diff --git

Re: [Mesa-dev] [PATCH v2 2/2] main/format: skip format conversion if src and dst format are equal

2017-10-08 Thread Kenneth Graunke
On Sunday, October 8, 2017 9:44:34 AM PDT Karol Herbst wrote: > thanks for improving that Patch for me. Currently a bit occupied with > other things, but hopefully I can back to fixing bugs for CTS next > month! > > Anyhow, test is passing for me on Nouveau and i965 with the updated patches.

[Mesa-dev] [Bug 77449] Tracker bug for all bugs related to Steam titles

2017-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77449 Bug 77449 depends on bug 77596, which changed state. Bug 77596 Summary: [r600g] random and reproducible crash in Left 4 Dead 2 (bisected) https://bugs.freedesktop.org/show_bug.cgi?id=77596 What|Removed |Added

[Mesa-dev] [Bug 77596] [r600g] random and reproducible crash in Left 4 Dead 2 (bisected)

2017-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77596 Benjamin Bellec changed: What|Removed |Added Resolution|--- |WORKSFORME

[Mesa-dev] [PATCH 1/2] etnaviv: push query active handling into generic layer

2017-10-08 Thread Christian Gmeiner
We want the same active handling for every query type. So lets handle it in the generic layer. Signed-off-by: Christian Gmeiner --- src/gallium/drivers/etnaviv/etnaviv_query.c| 17 - src/gallium/drivers/etnaviv/etnaviv_query_sw.c | 5 - 2

[Mesa-dev] [PATCH 2/2] etnaviv: call util_query_clear_result(..) in the generic layer

2017-10-08 Thread Christian Gmeiner
Saves us from calling util_query_clear_result(..) in every query type implementation. Signed-off-by: Christian Gmeiner --- src/gallium/drivers/etnaviv/etnaviv_query.c| 3 +++ src/gallium/drivers/etnaviv/etnaviv_query_sw.c | 2 -- 2 files changed, 3

[Mesa-dev] [PATCH] radv: Only set the MTYPE flags on GFX9+.

2017-10-08 Thread Bas Nieuwenhuizen
Older kernels fail the va_op with this flag set. If the kernel supports GFX9 usefully, it will also support this flag. Fixes: e8d57802fea "radv/gfx9: allocate events from uncached VA space" --- src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[Mesa-dev] [Bug 95460] Please add more drivers (freedreno, virgl) to features.txt status document

2017-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95460 --- Comment #6 from Shmerl --- Can anyone please add etnaviv to features.txt? It would be interesting to track, given that Vivante GPU will be used in the planned Librem 5 device. -- You are receiving this mail because:

[Mesa-dev] [Bug 103140] [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_location_aliasing_* fails

2017-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103140 --- Comment #1 from Karol Herbst --- (In reply to Kenneth Graunke from comment #0) > KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_types >

Re: [Mesa-dev] [PATCH v2 2/2] main/format: skip format conversion if src and dst format are equal

2017-10-08 Thread Karol Herbst
thanks for improving that Patch for me. Currently a bit occupied with other things, but hopefully I can back to fixing bugs for CTS next month! Anyhow, test is passing for me on Nouveau and i965 with the updated patches. On Sat, Oct 7, 2017 at 10:42 PM, Kenneth Graunke

[Mesa-dev] [shader-db] [PATCH 1/3] nv-report: Avoid division-by-zero in diff() function

2017-10-08 Thread Pierre Moreau
Signed-off-by: Pierre Moreau --- nv-report.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nv-report.py b/nv-report.py index abd6110..724c662 100644 --- a/nv-report.py +++ b/nv-report.py @@ -62,7 +62,12 @@ def analyze(fname): return stats

[Mesa-dev] [shader-db] [PATCH 2/3] nv-report: Match fields regardless of their order

2017-10-08 Thread Pierre Moreau
If a field was not present, its value will default to 0. This lets the code run on outputs that did not include the amount of shared memory used, for example. Signed-off-by: Pierre Moreau --- nv-report.py | 38 -- 1 file changed, 28

[Mesa-dev] [shader-db] [PATCH 3/3] nv-report: Add "shared" as a possible reported field

2017-10-08 Thread Pierre Moreau
Signed-off-by: Pierre Moreau --- nv-report.py | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/nv-report.py b/nv-report.py index bb6b42d..7bd3356 100644 --- a/nv-report.py +++ b/nv-report.py @@ -3,8 +3,8 @@ """ We're matching