Re: [Mesa-dev] [PATCH 1/2] ac: add comments to chip enums

2019-05-15 Thread Alex Deucher
On Tue, May 14, 2019 at 10:17 PM Marek Olšák wrote: > > From: Marek Olšák > > --- > src/amd/common/amd_family.h | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/src/amd/common/amd_family.h b/src/amd/common/amd_family.h > index 185ba029763..eed6553d44b

Re: [Mesa-dev] [PATCH] docs/features: don't list EXT extensions in a list for KHR/ARB/OES extensions

2019-05-15 Thread Gert Wollny
How about moving these extensions to another (new) section? I think it is nice to have a one-stop place to find out what is supported. Best, Gert On Di, 2019-05-14 at 16:07 -0400, Marek Olšák wrote: > From: Marek Olšák > > --- > docs/features.txt | 10 -- > 1 file changed, 10

[Mesa-dev] [Bug 107391] feature request: enforceable vsync and anisotropic filtering via environment variables

2019-05-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107391 --- Comment #9 from tempel.jul...@gmail.com --- It seems forcing vsync off doesn't work in Rage 2. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [PATCH] ac: treat Mullins as Kabini, remove the enum

2019-05-15 Thread Marek Olšák
From: Marek Olšák it's the same design --- include/pci_ids/radeonsi_pci_ids.h| 32 +-- src/amd/common/ac_gpu_info.c | 2 -- src/amd/common/ac_llvm_util.c | 2 -- src/amd/common/ac_surface.c | 4 ---

Re: [Mesa-dev] [PATCH] docs/features: don't list EXT extensions in a list for KHR/ARB/OES extensions

2019-05-15 Thread Marek Olšák
That sounds OK, but then the number of EXT extensions is pretty high. Marek On Wed, May 15, 2019 at 10:39 AM Gert Wollny wrote: > How about moving these extensions to another (new) section? I think it > is nice to have a one-stop place to find out what is supported. > > Best, > Gert > > On Di,

[Mesa-dev] [PATCH] panfrost/midgard: Add load/store opcodes

2019-05-15 Thread Alyssa Rosenzweig
This commit adds a bunch of new load/store opcodes, largely related to OpenCL, as well as adjusting the name of existing opcodes to be more uniform. The immediate effect is compute shaders are substantially easier to interpret now. Signed-off-by: Alyssa Rosenzweig ---

Re: [Mesa-dev] [PATCH 2/2] ac: rename SI-CIK-VI to GFX6-GFX7-GFX8

2019-05-15 Thread Marek Olšák
We already use GFX9 and I don't want us to have confusing naming in the driver. GFXn naming is better from the driver perspective, because it's the real version of the gfx portion of the hw. Also, CIK means Bonaire-Kaveri-Kabini, it doesn't mean CI. It shouldn't confuse our SDMA, UVD, VCE etc.

[Mesa-dev] [PATCH] auxiliary/draw: fix crash with zero-stride draw auto

2019-05-15 Thread sroland
From: Roland Scheidegger transform feedback draws get the number of vertices from the transform feedback object. In draw, we'll figure this out with the number of bytes written divided by the stride. However, it is apparently possible we end up with a stride of 0 there (not entirely sure it

Re: [Mesa-dev] [RFC PATCH] nir/algebraic: Remove problematic "optimization"

2019-05-15 Thread Jason Ekstrand
Ran it through shader-db. No changes. Feel free to stuff that in the commit message somewhere. Reviewed-by: Jason Ekstrand On Wed, May 15, 2019 at 12:04 AM Alyssa Rosenzweig wrote: > This line is no longer relevant now that booleans are 1-bit, and in fact > causes issues (infinite progress

Re: [Mesa-dev] [PATCH 2/2] ac: rename SI-CIK-VI to GFX6-GFX7-GFX8

2019-05-15 Thread Samuel Pitoiset
On 5/15/19 9:26 AM, Dave Airlie wrote: From: Marek Olšák It would be nice to have a reasoning why, I assume that is what they are called internally and in the kernel, but it would be good to mention something to justify it in the commit msg. Probably because Navi will be GFX10? :-)

Re: [Mesa-dev] [PATCH 2/2] ac: rename SI-CIK-VI to GFX6-GFX7-GFX8

2019-05-15 Thread Dave Airlie
> From: Marek Olšák It would be nice to have a reasoning why, I assume that is what they are called internally and in the kernel, but it would be good to mention something to justify it in the commit msg. Acked-by: Dave Airlie ___ mesa-dev mailing

[Mesa-dev] [PATCH] mesa: Prevent classic swrast crash on a surfaceless context.

2019-05-15 Thread Mathias . Froehlich
From: Mathias Fröhlich Hi all, One small fix below. Please review! best Mathias Running swrast with the new device egl extensions piglit test brings up this failure. Fix that by adding some NULL pointer checks. Signed-off-by: Mathias Fröhlich --- src/mesa/main/fbobject.c | 11

Re: [Mesa-dev] [PATCH] mesa: Prevent classic swrast crash on a surfaceless context.

2019-05-15 Thread Emil Velikov
On Wed, 15 May 2019 at 08:26, wrote: > > From: Mathias Fröhlich > > Hi all, > > One small fix below. > > Please review! > > best > > Mathias > > > > > > Running swrast with the new device egl extensions piglit test > brings up this failure. Fix that by adding some NULL pointer > checks. > From a

Re: [Mesa-dev] [RFC 0/2] Alternate default config mechanism

2019-05-15 Thread Emil Velikov
Hi all, On Tue, 14 May 2019 at 08:18, Tapani Pälli wrote: > > > On 5/13/19 6:52 PM, Haehnle, Nicolai wrote: > > This approach seems entirely incompatible with si_debug_options.h, and > > will be an absolute maintenance nightmare going forward for adding / > > removing options, because you're

Re: [Mesa-dev] GLU and GLUT issues migrated to gitlab

2019-05-15 Thread Eero Tamminen
Hi, On 14.5.2019 20.06, Adam Jackson wrote: On Mon, 2019-05-13 at 12:14 -0400, Adam Jackson wrote: Not, I hope, that anyone is likely to notice, but I've moved the open GLU and GLUT bugs from bugzilla to gitlab and closed the components in bugzilla. I say "moved" but really glut only had one