[Mesa-dev] [PATCH] radeonsi: enable OpenGL 3.3 compat profile

2018-06-17 Thread Timothy Arceri
Cc: Marek Olšák --- This is intended to apply on top of: https://patchwork.freedesktop.org/patch/229981/ All the high importance pieces are now implemented and we have a reasonable number of piglit tests for these bits. src/gallium/drivers/radeonsi/si_get.c | 2 +- 1 file changed, 1 in

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Jordan Justen
On 2018-06-17 17:43:37, Jason Ekstrand wrote: > On Sun, Jun 17, 2018 at 5:34 PM, Jordan Justen > wrote: > > > On 2018-06-17 16:42:13, Jason Ekstrand wrote: > > > On Sun, Jun 17, 2018 at 4:21 PM, Matt Turner wrote: > > > > > > > Also, Erik's is animated not with JavaScript at all, but just CSS. >

[Mesa-dev] [PATCH] mesa: add better GLSL override support for compat profile

2018-06-17 Thread Timothy Arceri
--- src/mesa/main/version.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/version.c b/src/mesa/main/version.c index 1bdccf4a1df..0d2597a61f4 100644 --- a/src/mesa/main/version.c +++ b/src/mesa/main/version.c @@ -228,6 +228,7 @@ _mesa_override_glsl_version

[Mesa-dev] [PATCH] mesa: add ff fragment shader support for geom and tess shaders

2018-06-17 Thread Timothy Arceri
This is required for compatibility profile support. --- src/mesa/main/ff_fragment_shader.cpp | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/ff_fragment_shader.cpp b/src/mesa/main/ff_fragment_shader.cpp index a698931d99e..935a21624af 100644 --- a/src/mesa/ma

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Jason Ekstrand
On Sun, Jun 17, 2018 at 5:34 PM, Jordan Justen wrote: > On 2018-06-17 16:42:13, Jason Ekstrand wrote: > > On Sun, Jun 17, 2018 at 4:21 PM, Matt Turner wrote: > > > > > Also, Erik's is animated not with JavaScript at all, but just CSS. > > > That's really cool. > > > > > > > The only thing the JS

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Jordan Justen
On 2018-06-17 16:42:13, Jason Ekstrand wrote: > On Sun, Jun 17, 2018 at 4:21 PM, Matt Turner wrote: > > > Also, Erik's is animated not with JavaScript at all, but just CSS. > > That's really cool. > > > > The only thing the JS does is turn the animation on and off. The actual > animation is pur

[Mesa-dev] [PATCH] nir: evaluate if condition uses inside the if branches

2018-06-17 Thread Timothy Arceri
Since we know what side of the branch we ended up on we can just replace the use with a constant. All helped shaders are from Unreal Engine 4 besides one shader from Dirt Showdown. shader-db results SKL: total instructions in shared programs: 13219725 -> 13219643 (<.01%) instructions in affected

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Jason Ekstrand
On Sun, Jun 17, 2018 at 4:21 PM, Matt Turner wrote: > On Sun, Jun 17, 2018 at 4:09 PM Jason Ekstrand > wrote: > > > > On Sun, Jun 17, 2018 at 11:40 AM, Matt Turner > wrote: > >> > >> On Sun, Jun 17, 2018 at 10:03 AM Jason Ekstrand > wrote: > >> > > >> > On June 17, 2018 08:25:07 Rob Clark wro

[Mesa-dev] [PATCH] anv: Use a single global API patch version

2018-06-17 Thread Jason Ekstrand
The Vulkan API has only one patch version shared among all of the major.minor versions. We should also advertise the same patch version regardless of major.minor. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106941 --- src/intel/vulkan/anv_extensions.py | 17 ++--- src/

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Matt Turner
On Sun, Jun 17, 2018 at 4:09 PM Jason Ekstrand wrote: > > On Sun, Jun 17, 2018 at 11:40 AM, Matt Turner wrote: >> >> On Sun, Jun 17, 2018 at 10:03 AM Jason Ekstrand wrote: >> > >> > On June 17, 2018 08:25:07 Rob Clark wrote: >> > >> > > On Sun, Jun 17, 2018 at 2:55 AM, Jordan Justen >> > > wro

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Jason Ekstrand
On Sun, Jun 17, 2018 at 11:40 AM, Matt Turner wrote: > On Sun, Jun 17, 2018 at 10:03 AM Jason Ekstrand > wrote: > > > > On June 17, 2018 08:25:07 Rob Clark wrote: > > > > > On Sun, Jun 17, 2018 at 2:55 AM, Jordan Justen > > > wrote: > > >> On 2018-06-15 15:16:50, Laura Ekstrand wrote: > > >>>

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Jason Ekstrand
On Sun, Jun 17, 2018 at 10:46 AM, Rob Clark wrote: > On Sun, Jun 17, 2018 at 1:00 PM, Jason Ekstrand > wrote: > > On June 17, 2018 08:25:07 Rob Clark wrote: > > > >> On Sun, Jun 17, 2018 at 2:55 AM, Jordan Justen > >> wrote: > >>> > >>> On 2018-06-15 15:16:50, Laura Ekstrand wrote: > > >>

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Matt Turner
On Sun, Jun 17, 2018 at 10:03 AM Jason Ekstrand wrote: > > On June 17, 2018 08:25:07 Rob Clark wrote: > > > On Sun, Jun 17, 2018 at 2:55 AM, Jordan Justen > > wrote: > >> On 2018-06-15 15:16:50, Laura Ekstrand wrote: > >>> > >>> We are now running on our own Docker image: > >>> https://mesa-test

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Rob Clark
On Sun, Jun 17, 2018 at 1:00 PM, Jason Ekstrand wrote: > On June 17, 2018 08:25:07 Rob Clark wrote: > >> On Sun, Jun 17, 2018 at 2:55 AM, Jordan Justen >> wrote: >>> >>> On 2018-06-15 15:16:50, Laura Ekstrand wrote: We are now running on our own Docker image: https://mesa-tes

[Mesa-dev] [Bug 101405] x.org/wiki/GalliumStatus/: Add description for DEPRECATED

2018-06-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101405 Alan Coopersmith changed: What|Removed |Added Assignee|xorg-t...@lists.x.org |mesa-dev@lists.freedesktop.

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Jason Ekstrand
On June 17, 2018 08:25:07 Rob Clark wrote: On Sun, Jun 17, 2018 at 2:55 AM, Jordan Justen wrote: On 2018-06-15 15:16:50, Laura Ekstrand wrote: We are now running on our own Docker image: https://mesa-test.freedesktop.org/. FWIW, I think the test site now looks better than mesa3d.org and r

Re: [Mesa-dev] [PATCH 00/16] Move the Mesa Website to Sphinx

2018-06-17 Thread Rob Clark
On Sun, Jun 17, 2018 at 2:55 AM, Jordan Justen wrote: > On 2018-06-15 15:16:50, Laura Ekstrand wrote: >> >> We are now running on our own Docker image: >> https://mesa-test.freedesktop.org/. >> > > FWIW, I think the test site now looks better than mesa3d.org and > retains some consistency with it,

Re: [Mesa-dev] [PATCH 1/3] intel/genxml: Add bitmasks for CS_DEBUG_MODE2/INSTPM.

2018-06-17 Thread Lionel Landwerlin
Had the same patch in a branch :) Patches 1 & 2 are Reviewed-by: Lionel Landwerlin On 15/06/18 21:12, Rafael Antognolli wrote: --- src/intel/genxml/gen10.xml | 4 src/intel/genxml/gen11.xml | 4 src/intel/genxml/gen6.xml | 5 + src/intel/genxml/gen7.xml | 5 + src/in

Re: [Mesa-dev] [PATCH 40/48] meosn: don't build gallium trivial tests on windows

2018-06-17 Thread Erik Faye-Lund
Typo in the subject, should be "meson", not "meosn". On Tue, Jun 12, 2018 at 1:03 AM Dylan Baker wrote: > > They require the pipe-loaders, which require xmlconfig, which doesn't > build with msvc. > --- > src/gallium/tests/meson.build | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) >

Re: [Mesa-dev] [PATCH 24/48] docs/meson.html: fix numerous issues spotted by xmllint

2018-06-17 Thread Erik Faye-Lund
On Tue, Jun 12, 2018 at 1:03 AM Dylan Baker wrote: > > --- > docs/meson.html | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/docs/meson.html b/docs/meson.html > index 6697dbb34ef..7541e7a71b0 100644 > --- a/docs/meson.html > +++ b/docs/meson.html > @@ -1,9 +1,9 @@ >

[Mesa-dev] [Bug 106595] [RADV] Rendering distortions only when MSAA is enabled

2018-06-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106595 --- Comment #14 from zefkerri...@gmail.com --- (In reply to Samuel Pitoiset from comment #11) > You have to grab and build renderdoc from > https://github.com/baldurk/renderdoc > > Then, you can do "export ENABLE_VULKAN_RENDERDOC_CAPTURE=1", sta