Reviewed-by: Samuel Pitoiset
On 7/17/19 6:59 AM, Dave Airlie wrote:
From: Dave Airlie
this shouldn't matter, but it's good to be correct.
---
src/amd/vulkan/radv_pipeline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/r
Reviewed-by: Dave Airlie
On Wed, 17 Jul 2019 at 11:01, Bas Nieuwenhuizen
wrote:
>
> After reset, if valid does not contain the relevant bit the descriptor
> can be != NULL but still not be valid.
>
> CC:
> ---
> src/amd/vulkan/radv_meta.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-
From: Dave Airlie
this shouldn't matter, but it's good to be correct.
---
src/amd/vulkan/radv_pipeline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c
index 5cdfe6d24eb..c7660c2900c 100644
--- a/src/amd/vulkan/
https://bugs.freedesktop.org/show_bug.cgi?id=07
--- Comment #2 from Timothy Arceri ---
Fix:
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1360
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
After reset, if valid does not contain the relevant bit the descriptor
can be != NULL but still not be valid.
CC:
---
src/amd/vulkan/radv_meta.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/vulkan/radv_meta.c b/src/amd/vulkan/radv_meta.c
index 5e619c2f181..448a6168
https://bugs.freedesktop.org/show_bug.cgi?id=110703
Timothy Arceri changed:
What|Removed |Added
Product|Mesa|Spam
QA Contact|mesa-dev@lists
r-b
On Tue, Jul 16, 2019 at 5:11 PM Samuel Pitoiset
wrote:
>
> I did implement this extension a while ago but it didn't work
> on pre GFX10 for some reasons. Now all CTS pass.
>
> Signed-off-by: Samuel Pitoiset
> ---
> src/amd/vulkan/radv_extensions.py | 1 +
> src/amd/vulkan/radv_nir_to_llvm.c
r-b for the series
On Tue, Jul 16, 2019 at 4:39 PM Samuel Pitoiset
wrote:
>
> This is unsupported and hangs.
>
> This fixes GPU hangs with
> dEQP-VK.tessellation.geometry_interaction.limits.output_required_*.
>
> Signed-off-by: Samuel Pitoiset
> ---
> src/amd/vulkan/radv_pipeline.c | 12 +++
r-b
On Tue, Jul 16, 2019 at 5:35 PM Samuel Pitoiset
wrote:
>
> Unnecessary.
>
> Signed-off-by: Samuel Pitoiset
> ---
> src/amd/vulkan/radv_cmd_buffer.c | 7 ++-
> src/amd/vulkan/radv_device.c | 2 ++
> src/amd/vulkan/radv_image.c | 7 ---
> src/amd/vulkan/radv_private.h| 1
https://bugs.freedesktop.org/show_bug.cgi?id=51
Drew DeVault changed:
What|Removed |Added
CC||kei...@keithp.com,
|
https://bugs.freedesktop.org/show_bug.cgi?id=51
Bug ID: 51
Summary: vkGetRandROutputDisplayEXT returns VK_SUCCESS on
failure
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Build mesa 11902 failed
Commit 856e84083e by Rob Clark on 7/15/2019 4:05 PM:
mesa/st: add sampler uniforms\n\nAdd sampler uniforms for the UV plane(s), so driver can count the\nuniforms and get the correct sampler count.\n\nFixes lowered YUV on a6xx which actua
https://bugs.freedesktop.org/show_bug.cgi?id=50
--- Comment #1 from Nanley Chery ---
Is the tiling of the surface X-tiled?
My guess is that this commit enables CCS for X-tiled images used for display.
This now causes us to fast-clear the image in NineSurface9_ctor. When
resource_get_handle
Unnecessary.
Signed-off-by: Samuel Pitoiset
---
src/amd/vulkan/radv_cmd_buffer.c | 7 ++-
src/amd/vulkan/radv_device.c | 2 ++
src/amd/vulkan/radv_image.c | 7 ---
src/amd/vulkan/radv_private.h| 1 +
4 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/src/amd/vul
I did implement this extension a while ago but it didn't work
on pre GFX10 for some reasons. Now all CTS pass.
Signed-off-by: Samuel Pitoiset
---
src/amd/vulkan/radv_extensions.py | 1 +
src/amd/vulkan/radv_nir_to_llvm.c | 1 +
src/amd/vulkan/radv_pipeline.c| 1 +
src/amd/vulkan/radv_shader.
It should be possible to build it on-demand too but it requires
more work. On GFX10, the GS copy shader is required when tess
is enabled with extreme geometry.
Signed-off-by: Samuel Pitoiset
---
src/amd/vulkan/radv_cmd_buffer.c | 8
src/amd/vulkan/radv_pipeline.c | 21 +++
This is unsupported and hangs.
This fixes GPU hangs with
dEQP-VK.tessellation.geometry_interaction.limits.output_required_*.
Signed-off-by: Samuel Pitoiset
---
src/amd/vulkan/radv_pipeline.c | 12
src/amd/vulkan/radv_shader.c | 2 +-
2 files changed, 13 insertions(+), 1 deletion
https://bugs.freedesktop.org/show_bug.cgi?id=41
--- Comment #6 from Steven Newbury ---
GPU is a POLARIS10 (RX470)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing lis
https://bugs.freedesktop.org/show_bug.cgi?id=50
Illia Iorin changed:
What|Removed |Added
CC||illia.io...@gmail.com,
https://bugs.freedesktop.org/show_bug.cgi?id=50
Bug ID: 50
Summary: [BRW] WRC 5 asserts with gallium nine and iris.
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
https://bugs.freedesktop.org/show_bug.cgi?id=41
--- Comment #5 from Jason Ekstrand ---
Could you also please say what GPU you're seeing the corruption on? It might
matter and it's certainly needed in order for the RenderDoc taxes to be off any
use.
--
You are receiving this mail because:
Yo
https://bugs.freedesktop.org/show_bug.cgi?id=41
--- Comment #4 from Steven Newbury ---
Created attachment 144802
--> https://bugs.freedesktop.org/attachment.cgi?id=144802&action=edit
RenderDoc capture before commit
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=41
--- Comment #3 from Steven Newbury ---
Created attachment 144801
--> https://bugs.freedesktop.org/attachment.cgi?id=144801&action=edit
RenderDoc capture after commit
--
You are receiving this mail because:
You are the QA Contact for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=46
Timothy Arceri changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=110703
Timothy Arceri changed:
What|Removed |Added
CC||neonp...@ya.ru
--- Comment #9 from Tim
https://bugs.freedesktop.org/show_bug.cgi?id=47
--- Comment #1 from Alastair Donaldson ---
Running the attached test using Amber (https://github.com/google/amber):
amber -d unreachable-barrier-in-loops.amber
should lead to the test passing.
Instead, I find that my system immediately locks
https://bugs.freedesktop.org/show_bug.cgi?id=47
Bug ID: 47
Summary: Processing of SPIR-V shader leads to display/machine
freeze
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: All
https://bugs.freedesktop.org/show_bug.cgi?id=46
Bug ID: 46
Summary: Problems with windows full version
Product: Mesa
Version: unspecified
Hardware: Other
OS: Windows (All)
Status: NEW
Severity: nor
https://bugs.freedesktop.org/show_bug.cgi?id=45
Timothy Arceri changed:
What|Removed |Added
Resolution|--- |NOTABUG
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=45
Bug ID: 45
Summary: Problems with windows
Product: Mesa
Version: unspecified
Hardware: Other
OS: Windows (All)
Status: NEW
Severity: normal
Acked-by: Samuel Pitoiset
On 7/10/19 9:13 AM, Mauro Rossi wrote:
This patch adds gfx10_format_table.h in Makefile.sources
and the rules for Android to fix following building errors:
In file included from external/mesa/src/amd/vulkan/radv_debug.c:35:
In file included from external/mesa/src/amd/
Hi,
kind reminder for Review or Ack,
apart from Android makefile changes Makefile.sources was modified
to add gfx10_format_table.h generated file.
Mauro
On Wed, Jul 10, 2019 at 9:13 AM Mauro Rossi wrote:
> This patch adds gfx10_format_table.h in Makefile.sources
> and the rules for Android to
Mirror RadeonSI.
Signed-off-by: Samuel Pitoiset
---
src/amd/vulkan/si_cmd_buffer.c | 60 --
1 file changed, 42 insertions(+), 18 deletions(-)
diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cmd_buffer.c
index a832dbd89eb..e996fa250a9 100644
--- a/
Sorry about that, I've only used git email maybe three times in my life :)
On 2019-07-15 10:09 a.m., Michel Dänzer wrote:
> On 2019-07-15 3:58 p.m., Jeremy Newton wrote:
>> Thanks Marek and Michel, see the updated patch below:
> FYI, this kind of commentary should be after the --- line, or it will
Signed-off-by: Samuel Pitoiset
---
src/amd/vulkan/radv_pipeline.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c
index fdb0ed29ea4..31495ec078d 100644
--- a/src/amd/vulkan/radv_pipeline.c
+++ b/src/amd/vul
https://bugs.freedesktop.org/show_bug.cgi?id=41
--- Comment #2 from Steven Newbury ---
Created attachment 144794
--> https://bugs.freedesktop.org/attachment.cgi?id=144794&action=edit
Before commit 3b3081479163475f25b908008250d83c31716c34
--
You are receiving this mail because:
You are the
https://bugs.freedesktop.org/show_bug.cgi?id=41
--- Comment #1 from Steven Newbury ---
Created attachment 144793
--> https://bugs.freedesktop.org/attachment.cgi?id=144793&action=edit
After commit 3b3081479163475f25b908008250d83c31716c34
--
You are receiving this mail because:
You are the
37 matches
Mail list logo