On 2/2/19 5:05 am, Andres Gomez wrote:
From: Iago Toral Quiroga
Regarding location aliasing requirements, the OpenGL spec says:
"Further, when location aliasing, the aliases sharing the location
must have the same underlying numerical type (floating-point or
integer)."
Khronos has
On Wed, 2019-03-20 at 20:46 +1100, Timothy Arceri wrote:
> On 2/2/19 5:05 am, Andres Gomez wrote:
> > From: Iago Toral Quiroga
> >
> > Regarding location aliasing requirements, the OpenGL spec says:
> >
> >"Further, when location aliasing, the aliases sharing the location
> > must have t
28717 shaders in 14931 tests
Totals:
SGPRS: 1267317 -> 1267549 (0.02 %)
VGPRS: 896876 -> 895920 (-0.11 %)
Spilled SGPRs: 24701 -> 26367 (6.74 %)
Code Size: 48379452 -> 48507880 (0.27 %) bytes
Max Waves: 241159 -> 241190 (0.01 %)
Totals from affected shaders:
SGPRS: 23584 -> 23816 (0.98 %)
VGPRS: 2
Hi,
I wrote that NIR pass few weeks ago when I was trying to improve performance
with Shadow Of The Tomb Raider, which has a bunch of complex loops.
While this pass doesn't really improve SotTR, it gives a huge boost
with DOOM (and probably DOOM VFR), +10% FPS on my Vega 56.
I have no ideas why
On 20/3/19 9:41 pm, Samuel Pitoiset wrote:
28717 shaders in 14931 tests
Totals:
SGPRS: 1267317 -> 1267549 (0.02 %)
VGPRS: 896876 -> 895920 (-0.11 %)
Spilled SGPRs: 24701 -> 26367 (6.74 %)
Code Size: 48379452 -> 48507880 (0.27 %) bytes
Max Waves: 241159 -> 241190 (0.01 %)
Totals from affected sha
On 3/20/19 11:47 AM, Timothy Arceri wrote:
On 20/3/19 9:41 pm, Samuel Pitoiset wrote:
28717 shaders in 14931 tests
Totals:
SGPRS: 1267317 -> 1267549 (0.02 %)
VGPRS: 896876 -> 895920 (-0.11 %)
Spilled SGPRs: 24701 -> 26367 (6.74 %)
Code Size: 48379452 -> 48507880 (0.27 %) bytes
Max Waves: 241159
Reviewed-by: Lionel Landwerlin
On 19/03/2019 19:15, Jason Ekstrand wrote:
---
src/compiler/nir/nir.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
index 67304af1d64..e4f012809e5 100644
--- a/src/compiler/nir/nir.h
+++ b/
On 20/3/19 9:41 pm, Samuel Pitoiset wrote:
28717 shaders in 14931 tests
Totals:
SGPRS: 1267317 -> 1267549 (0.02 %)
VGPRS: 896876 -> 895920 (-0.11 %)
Spilled SGPRs: 24701 -> 26367 (6.74 %)
Code Size: 48379452 -> 48507880 (0.27 %) bytes
Max Waves: 241159 -> 241190 (0.01 %)
Totals from affected s
On 20/3/19 9:31 pm, Andres Gomez wrote:
On Wed, 2019-03-20 at 20:46 +1100, Timothy Arceri wrote:
On 2/2/19 5:05 am, Andres Gomez wrote:
From: Iago Toral Quiroga
Regarding location aliasing requirements, the OpenGL spec says:
"Further, when location aliasing, the aliases sharing the locat
On Wed, Mar 6, 2019 at 3:32 AM Kenneth Graunke wrote:
>
> The glMemoryBarrier() function makes shader memory stores ordered with
> respect to things specified by the given bits. Until now, st/mesa has
> ignored GL_TEXTURE_UPDATE_BARRIER_BIT and GL_BUFFER_UPDATE_BARRIER_BIT,
> saying that drivers
Reviewed-by: Karol Herbst
On Wed, Mar 20, 2019 at 1:22 PM Lionel Landwerlin
wrote:
>
> Reviewed-by: Lionel Landwerlin
>
> On 19/03/2019 19:15, Jason Ekstrand wrote:
> > ---
> > src/compiler/nir/nir.h | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/src/compile
On Wed, 2019-03-20 at 20:46 +1100, Timothy Arceri wrote:
> On 2/2/19 5:05 am, Andres Gomez wrote:
> > From: Iago Toral Quiroga
> >
> > Regarding location aliasing requirements, the OpenGL spec says:
> >
> >"Further, when location aliasing, the aliases sharing the location
> > must have t
On Thu, 2019-03-21 at 00:20 +1100, Timothy Arceri wrote:
> On 20/3/19 9:31 pm, Andres Gomez wrote:
> > On Wed, 2019-03-20 at 20:46 +1100, Timothy Arceri wrote:
> > > On 2/2/19 5:05 am, Andres Gomez wrote:
> > > > From: Iago Toral Quiroga
> > > >
> > > > Regarding location aliasing requirements, t
On 03/19/2019 09:13 PM, Dave Airlie wrote:
From: Dave Airlie
I noticed we crashed piglit arb_texture_view-rendering-formats
when run on softpipe.
This fixes the clear tiles to use the surface format not the
underlying storage format.
This fixes a bunch of srgb piglits as well.
---
src/galli
On Wed, 2019-03-20 at 16:46 +0200, Andres Gomez wrote:
> On Thu, 2019-03-21 at 00:20 +1100, Timothy Arceri wrote:
> > On 20/3/19 9:31 pm, Andres Gomez wrote:
> > > On Wed, 2019-03-20 at 20:46 +1100, Timothy Arceri wrote:
> > > > On 2/2/19 5:05 am, Andres Gomez wrote:
> > > > > From: Iago Toral Quir
https://bugs.freedesktop.org/show_bug.cgi?id=110211
Bug ID: 110211
Summary: If DESTDIR is set to an empty string, the dri drivers
are not installed
Product: Mesa
Version: 19.0
Hardware: All
OS: All
The wait here is unnecessary since we got a pool of back buffers,
and the wait for swap buffer will happen before the present pixmap,
at the same time the previous back buffer will be put back to pool
for reuse after the check for PresentIdleNotify event
Signed-off-by: Leo Liu
---
src/gallium/au
https://bugs.freedesktop.org/show_bug.cgi?id=108841
--- Comment #5 from Alex Smith ---
Thanks for doing this. I'm out of the office this week so I can't get an
example right now, will get one and test the MR once I'm back.
--
You are receiving this mail because:
You are the QA Contact for the b
On Wednesday, March 20, 2019 6:37:07 AM PDT Ilia Mirkin wrote:
> On Wed, Mar 6, 2019 at 3:32 AM Kenneth Graunke wrote:
> > There are no nouveau changes in this patch, but that's only because none
> > appeared to be necessary. Most drivers performed some kind of flush on
> > any memory_barrier() c
iris is thread safe, enable csmt for a ~5% performace boost.
Signed-off-by: Andre Heider
---
src/gallium/state_trackers/nine/device9.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/gallium/state_trackers/nine/device9.c
b/src/gallium/state_trackers/nine/device9.
On Wednesday, March 20, 2019 1:38:40 PM PDT Andre Heider wrote:
> iris is thread safe, enable csmt for a ~5% performace boost.
>
> Signed-off-by: Andre Heider
> ---
> src/gallium/state_trackers/nine/device9.c | 8 +---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/src/g
Reviewed-by: Bas Nieuwenhuizen
for the series.
On Tue, Mar 19, 2019 at 9:28 AM Samuel Pitoiset
wrote:
>
> Hi,
>
> This series implements VK_KHR_8bit_storage for RADV. Original work
> is from Rhys Perry, I did rebase, update some patches and test.
>
> Please review,
> thanks!
>
> Rhys Perry (5):
On 3/20/19 1:07 AM, Bas Nieuwenhuizen wrote:
On Tue, Mar 19, 2019 at 9:28 AM Samuel Pitoiset
wrote:
From: Rhys Perry
Signed-off-by: Rhys Perry
---
src/amd/common/ac_nir_to_llvm.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/amd/common/ac_nir_to_llvm.c
Reviewed-by: Chia-I Wu
On Mon, Mar 18, 2019 at 4:40 PM Lepton Wu wrote:
> This fd was create in virgl_drm_screen_create and should be closed
> in virgl_drm_screen_destroy.
>
> Signed-off-by: Lepton Wu
> ---
> src/gallium/winsys/virgl/drm/virgl_drm_winsys.c | 1 +
> 1 file changed, 1 insertion
https://bugs.freedesktop.org/show_bug.cgi?id=110211
Dylan Baker changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
On Mon, Mar 18, 2019 at 2:22 PM Lepton Wu wrote:
> The old code could use gem name as key when inserting it to bo_handles
> hash table while trying to remove it from hash table with bo_handle as
> key in virgl_hw_res_destroy. This triggers use after free. Also, we
> should only reuse resource fro
On 20/03/2019 21:38, Andre Heider wrote:
iris is thread safe, enable csmt for a ~5% performace boost.
Signed-off-by: Andre Heider
---
src/gallium/state_trackers/nine/device9.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/gallium/state_trackers/nine/device9.
On 21/3/19 1:38 am, Andres Gomez wrote:
On Wed, 2019-03-20 at 20:46 +1100, Timothy Arceri wrote:
On 2/2/19 5:05 am, Andres Gomez wrote:
From: Iago Toral Quiroga
Regarding location aliasing requirements, the OpenGL spec says:
"Further, when location aliasing, the aliases sharing the locat
On 21/3/19 2:07 am, Andres Gomez wrote:
On Wed, 2019-03-20 at 16:46 +0200, Andres Gomez wrote:
On Thu, 2019-03-21 at 00:20 +1100, Timothy Arceri wrote:
On 20/3/19 9:31 pm, Andres Gomez wrote:
On Wed, 2019-03-20 at 20:46 +1100, Timothy Arceri wrote:
On 2/2/19 5:05 am, Andres Gomez wrote:
Fr
src/gallium/winsys/svga/drm/vmw_screen.c: In function 'vmw_dev_compare':
src/gallium/winsys/svga/drm/vmw_screen.c:48:13: warning: In the GNU C
Library, "major" is defined
by . For historical compatibility, it is
currently defined by as well, but we plan to
remove this soon. To use "major", incl
From: Dave Airlie
Fixes piglits if ARB_gpu_shader5 is enabled
---
src/gallium/auxiliary/tgsi/tgsi_exec.c | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index c93e4e26e40..78159fc1d9f
From: Dave Airlie
These didn't deal with the width == 32 case that TGSI is defined with.
Fixes piglit tests if ARB_gpu_shader5 is enabled.
---
src/gallium/auxiliary/tgsi/tgsi_exec.c | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/gallium/auxiliary/tgsi/tg
From: Dave Airlie
I don't think this really buys us anything and TG4 with cubemap arrays
falls over because sampler == 2, but otherwise works fine.
Fixes:
./bin/textureGather fs shadow r CubeArray repeat
on softpipe with ARB_gpu_shader5 enabled.
---
src/gallium/auxiliary/tgsi/tgsi_exec.c | 1
From: Dave Airlie
The swizzling was putting float one in not integer 1.
This fixes a lot of arb_texture_view-rendering-formats cases.
---
src/gallium/drivers/softpipe/sp_tex_sample.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/gallium/drivers/softpipe/sp_tex
Hello Bas,
sorry but your latest commit #5f5ac19f138
radv: Implement VK_EXT_pipeline_creation_feedback.
sigfault with every Vulkan apps for me.
Reverting it SOLVED it.
5f5ac19f138125b04d8ddedd6334b996f8925a4a is the first bad commit
commit 5f5ac19f138125b04d8ddedd6334b996f8925a4a
Author: Bas N
35 matches
Mail list logo