[Mesa-dev] [Bug 105995] egl driver dri2 on wayland platform can't choose config with EGL_SURFACE_TYPE, EGL_PBUFFER_BIT

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105995 --- Comment #5 from Daniel Stone --- Pixmap surfaces can never be supported on Wayland, as there is no native pixmap type defined by Wayland. FBOs are framebuffer objects, which allow the same thing (offscreen rendering)

Re: [Mesa-dev] [PATCH] radv: Implement VK_EXT_vertex_attribute_divisor.

2018-04-12 Thread Samuel Pitoiset
Looks good to me, do you have tests? Reviewed-by: Samuel Pitoiset On 04/12/2018 01:45 AM, Bas Nieuwenhuizen wrote: Pretty straight forward, just pass the divisors through the shader key and then do a LLVM divide. --- src/amd/vulkan/radv_device.c | 6 ++

[Mesa-dev] [Bug 105995] egl driver dri2 on wayland platform can't choose config with EGL_SURFACE_TYPE, EGL_PBUFFER_BIT

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105995 --- Comment #6 from Errong --- (In reply to Daniel Stone from comment #5) > Pixmap surfaces can never be supported on Wayland, as there is no native > pixmap type defined by Wayland. > > FBOs are framebuffer objects,

Re: [Mesa-dev] [PATCH 3/3] getteximage: assume texture image is empty for non defined levels

2018-04-12 Thread Iago Toral
On Wed, 2018-04-11 at 19:51 +0200, Juan A. Suarez Romero wrote: > Current code is returning an INVALID_OPERATION when trying to use > getTextureImage() on a level that has not been explicitly defined. > > That is, we define a mipmapped Texture2D with 3 levels, and try to > use > GetTextureImage()

[Mesa-dev] [Bug 105807] [Regression, bisected]: 3D Rendering not working correctly in Warhammer 40k: Dawn of War II

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105807 --- Comment #19 from Timothy Arceri --- (In reply to b...@besd.de from comment #18) > Just confirmed that it works now. > > Thanks! > > Maybe this should be in stable too? Fixes: a0c8b49284ef "mesa: enable OpenGL 3.1

Re: [Mesa-dev] [PATCH 01/10] spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4

2018-04-12 Thread Samuel Pitoiset
Acked-by: Samuel Pitoiset On 04/12/2018 01:44 AM, Bas Nieuwenhuizen wrote: --- src/compiler/spirv/spirv.core.grammar.json | 169 - src/compiler/spirv/spirv.h | 18 +++ 2 files changed, 183 insertions(+), 4 deletions(-) diff

Re: [Mesa-dev] [PATCH 1/3] gettextsubimage: verify zoffset and depth are correct

2018-04-12 Thread Iago Toral
Patches 1-2 are: Reviewed-by: Iago Toral Quiroga On Wed, 2018-04-11 at 19:51 +0200, Juan A. Suarez Romero wrote: > According to OpenGL 4.6 spec, section 8.11.4 ("Texture Image > Queries"), > relative to errors for GetTextureSubImage() function: > > "An INVALID_VALUE error

[Mesa-dev] [Bug 32211] [GLSL] lower_jumps with continue-statements in for-loops prevents loop unrolling

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32211 Timothy Arceri changed: What|Removed |Added Assignee|t_arc...@yahoo.com.au

Re: [Mesa-dev] [PATCH 1/7] i965: Move unmap_gtt before map_gtt

2018-04-12 Thread Samuel Iglesias Gonsálvez
Patches 1-6 are, Reviewed-by: Samuel Iglesias Gonsálvez On 12/04/18 02:10, Chris Wilson wrote: > Reorder code to avoid a forward declaration in the next patch. > > Signed-off-by: Chris Wilson > --- >

[Mesa-dev] [Bug 91652] configure doesn't check for libedit

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91652 Timothy Arceri changed: What|Removed |Added Resolution|--- |WONTFIX

[Mesa-dev] [Bug 98271] [radeonsi]Playing videos with vdpau or vaapi hardware acceleration crashes my pc

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98271 Timothy Arceri changed: What|Removed |Added QA Contact|mesa-dev@lists.freedesktop.

[Mesa-dev] [Bug 99985] RFE: gbm needs a man page

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99985 Timothy Arceri changed: What|Removed |Added Resolution|--- |WONTFIX

[Mesa-dev] [Bug 96543] N-Ball editor shows only a blackscreen

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96543 Timothy Arceri changed: What|Removed |Added Resolution|--- |FIXED

[Mesa-dev] [Bug 94383] build error on i386 when enabling swr

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94383 Timothy Arceri changed: What|Removed |Added Component|Other

[Mesa-dev] [Bug 64791] swrast crashes with compiz

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64791 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 96543] N-Ball editor shows only a blackscreen

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96543 Timothy Arceri changed: What|Removed |Added Status|RESOLVED|REOPENED

[Mesa-dev] [Mesa-announce] [ANNOUNCE] Mesa 17.3.9 release candidate

2018-04-12 Thread Juan A. Suarez Romero
Hello list, The candidate for the Mesa 17.3.9 is now available. Currently we have: - 23 queued - 0 nominated (outstanding) - and 0 rejected patches NOTE: It is anticipated that 17.3.9 will be the final release in the 17.3 series. Users of 17.3 are encouraged to migrate to the 18.0 series in

[Mesa-dev] [PATCH] radv: always select the CS resolve path for integer formats

2018-04-12 Thread Samuel Pitoiset
Both fixed resolve and FS resolve methods don't support integer formats, even if destination image is DCC compressed. No CTS changes on Vega, but this helps fixing some tests when DCC is enabled for MSAA textures. Signed-off-by: Samuel Pitoiset ---

[Mesa-dev] [Bug 38172] Mesa build errors using build.sh script

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38172 Timothy Arceri changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: [Mesa-dev] [PATCH] radv: always select the CS resolve path for integer formats

2018-04-12 Thread Bas Nieuwenhuizen
On Thu, Apr 12, 2018 at 1:20 PM, Samuel Pitoiset wrote: > Both fixed resolve and FS resolve methods don't support integer > formats, even if destination image is DCC compressed. > > No CTS changes on Vega, but this helps fixing some tests > when DCC is enabled for MSAA

[Mesa-dev] [Bug 93278] Configure should not have hardcoded list of {dri, gallium} drivers

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93278 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 98595] glsl: ralloc assertion "info->canary == CANARY" failed

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98595 Timothy Arceri changed: What|Removed |Added Resolution|--- |WONTFIX

[Mesa-dev] [Bug 29211] Recent Mesa breaks KDE with UMS too (previously only KMS was broken)

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29211 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 95338] build fails with python3 version of mako

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95338 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

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

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95460 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCH 7/7] i965: Record mipmap resolver for unmapping

2018-04-12 Thread Scott D Phillips
Chris Wilson writes: > When mapping a region of the mipmap_tree, record which complementary > method to use to unmap it afterwards. By doing so we can avoid > duplicating the decision tree used when mapping and thereby eliminate > trivial errors that can be introduced

Re: [Mesa-dev] [PATCH v2 2/3] nir: add support for bindless_texture samplers

2018-04-12 Thread Karol Herbst
On Tue, Apr 10, 2018 at 5:10 PM, Jason Ekstrand wrote: > On Tue, Apr 10, 2018 at 8:05 AM, Karol Herbst wrote: >> >> v2: add both texture and sampler handles >> >> Signed-off-by: Karol Herbst >> --- >>

Re: [Mesa-dev] [PATCH] miptree-map

2018-04-12 Thread Scott D Phillips
Chris Wilson writes: > Splitting intel_miptree_map() like so should help with the yuck factor. > Though don't we also need to treat the stencil_mt to a similar treatment > to avoid slow reads? I didn't do that because stencil_mt is W tiled and our tiling functions

Re: [Mesa-dev] [PATCH 00/18] [RFC] Pointer specific data structures

2018-04-12 Thread Erik Faye-Lund
On Wed, Apr 11, 2018 at 8:48 PM, Thomas Helland wrote: > This series came about when I saw a talk online, while simultaneously > being annoyd about the needless waste of memory in our set as reported > by pahole. I have previously made some patches that changed our hash

Re: [Mesa-dev] [PATCH 7/7] i965: Record mipmap resolver for unmapping

2018-04-12 Thread Chris Wilson
Quoting Scott D Phillips (2018-04-12 15:17:16) > Chris Wilson writes: > > > When mapping a region of the mipmap_tree, record which complementary > > method to use to unmap it afterwards. By doing so we can avoid > > duplicating the decision tree used when mapping and

Re: [Mesa-dev] [PATCH 7/7] i965: Record mipmap resolver for unmapping

2018-04-12 Thread Scott D Phillips
Chris Wilson writes: > Quoting Scott D Phillips (2018-04-12 15:17:16) >> Chris Wilson writes: >> >> > When mapping a region of the mipmap_tree, record which complementary >> > method to use to unmap it afterwards. By doing so we can avoid >>

[Mesa-dev] [Bug 34495] Selecting objects in Blender 2.56 slow due the software gl_select mode

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34495 Eero Tamminen changed: What|Removed |Added See Also|

[Mesa-dev] [Bug 48424] Fix warnings/errors reported by clang's scan-build tool

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48424 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCH 2/2] mesa: include mtypes.h less

2018-04-12 Thread Brian Paul
On 04/11/2018 02:09 PM, Marek Olšák wrote: From: Marek Olšák - remove mtypes.h from most header files - add main/menums.h for often used definitions FWIW, mtypes.h was originally types.h. A long time ago, there was some obscure platform that had a /usr/include/types.h

[Mesa-dev] [Bug 85197] Fixes uclibc build as uclibc does not include backtrace functionality

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85197 Timothy Arceri changed: What|Removed |Added Assignee|mesa-dev@lists.freedesktop.

[Mesa-dev] [Bug 12365] Vegastrike not useable under Archlinux.

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=12365 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCH v2 2/3] nir: add support for bindless_texture samplers

2018-04-12 Thread Karol Herbst
On Thu, Apr 12, 2018 at 6:33 PM, Jason Ekstrand wrote: > On Thu, Apr 12, 2018 at 7:36 AM, Karol Herbst wrote: >> >> On Tue, Apr 10, 2018 at 5:10 PM, Jason Ekstrand >> wrote: >> > On Tue, Apr 10, 2018 at 8:05 AM, Karol Herbst

[Mesa-dev] [Bug 105901] Warn about mipmap-incomplete texture being used

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105901 --- Comment #3 from Ruslan Kabatsayev --- (In reply to Brian Paul from comment #2) > Want to take a stab at it? I might try if no one other does, but I'm not sure how soon I'll be able to do this. -- You are receiving

Re: [Mesa-dev] [PATCH] anv: fix number of planes for depth & stencil

2018-04-12 Thread Nanley Chery
On Thu, Apr 12, 2018 at 11:37:57AM -0700, Lionel Landwerlin wrote: > We're not counting correctly with depth & stencil images. > > Signed-off-by: Lionel Landwerlin > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105994 > --- >

Re: [Mesa-dev] [PATCH 3/3] egl/x11: Handle both depth 30 formats for eglCreateImage().

2018-04-12 Thread Mario Kleiner
On 04/10/2018 06:49 PM, Ilia Mirkin wrote: On Tue, Apr 10, 2018 at 4:42 AM, Michel Dänzer wrote: On 2018-04-10 10:22 AM, Mario Kleiner wrote: On 04/09/2018 12:12 PM, Michel Dänzer wrote: On 2018-04-06 08:56 PM, Mario Kleiner wrote: I'm interested in the full xdpyinfo *at

Re: [Mesa-dev] [PATCH 3/3] egl/x11: Handle both depth 30 formats for eglCreateImage().

2018-04-12 Thread Ilia Mirkin
On Thu, Apr 12, 2018 at 1:18 PM, Mario Kleiner wrote: > X11 Prime renderoffload is another unsolved problem with nouveau depth 30. > Currently we get swapped red-blue with intel + nvidia. We could extend the > buffer creation code to convert nouveau's rgba format into

Re: [Mesa-dev] [PATCH 3/3] egl/x11: Handle both depth 30 formats for eglCreateImage().

2018-04-12 Thread Mario Kleiner
On 04/12/2018 07:43 PM, Ilia Mirkin wrote: On Thu, Apr 12, 2018 at 1:18 PM, Mario Kleiner wrote: X11 Prime renderoffload is another unsolved problem with nouveau depth 30. Currently we get swapped red-blue with intel + nvidia. We could extend the buffer creation

Re: [Mesa-dev] [PATCH 3/3] egl/x11: Handle both depth 30 formats for eglCreateImage().

2018-04-12 Thread Ilia Mirkin
On Thu, Apr 12, 2018 at 2:25 PM, Mario Kleiner wrote: > On 04/12/2018 07:43 PM, Ilia Mirkin wrote: >> >> On Thu, Apr 12, 2018 at 1:18 PM, Mario Kleiner >> wrote: >>> >>> X11 Prime renderoffload is another unsolved problem with nouveau depth

[Mesa-dev] [PATCH v2] getteximage: assume texture image is empty for non defined levels

2018-04-12 Thread Juan A. Suarez Romero
Current code is returning an INVALID_OPERATION when trying to use getTextureImage() on a level that has not been explicitly defined. That is, we define a mipmapped Texture2D with 3 levels, and try to use GetTextureImage() for the 4th levels, and INVALID_OPERATION is returned. Nevertheless, such

[Mesa-dev] [PATCH] anv: fix number of planes for depth & stencil

2018-04-12 Thread Lionel Landwerlin
We're not counting correctly with depth & stencil images. Signed-off-by: Lionel Landwerlin Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105994 --- src/intel/vulkan/anv_private.h | 4 1 file changed, 4 insertions(+) diff --git

Re: [Mesa-dev] [PATCH v2 2/3] nir: add support for bindless_texture samplers

2018-04-12 Thread Jason Ekstrand
On Thu, Apr 12, 2018 at 7:36 AM, Karol Herbst wrote: > On Tue, Apr 10, 2018 at 5:10 PM, Jason Ekstrand > wrote: > > On Tue, Apr 10, 2018 at 8:05 AM, Karol Herbst > wrote: > >> > >> v2: add both texture and sampler handles > >> > >>

Re: [Mesa-dev] [PATCH 00/18] [RFC] Pointer specific data structures

2018-04-12 Thread Eric Anholt
Erik Faye-Lund writes: > On Wed, Apr 11, 2018 at 8:48 PM, Thomas Helland > wrote: >> This series came about when I saw a talk online, while simultaneously >> being annoyd about the needless waste of memory in our set as reported >> by pahole. I

[Mesa-dev] [Bug 93278] Configure should not have hardcoded list of {dri, gallium} drivers

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93278 --- Comment #5 from Chris Arena --- The remarkable thing about this was that an unlikely target and dependent library was picked by default. Cross compiling on an cubieboard for an Intel part is unlikely in the extreme.

Re: [Mesa-dev] [PATCH] anv: fix number of planes for depth & stencil

2018-04-12 Thread Jason Ekstrand
I don't really get what this patch is doing. Why not just use image->n_planes? On Thu, Apr 12, 2018 at 11:37 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > We're not counting correctly with depth & stencil images. > > Signed-off-by: Lionel Landwerlin

Re: [Mesa-dev] [PATCH v3 7/7] radv: enable subgroup capabilities

2018-04-12 Thread Bas Nieuwenhuizen
Okay, this series is Reviewed-by: Bas Nieuwenhuizen Please split out the patch Jason commented on and give me a link to a branch and I'll merge. On Tue, Apr 10, 2018 at 4:37 PM, Daniel Schürmann wrote: > --- >

Re: [Mesa-dev] [PATCH] radv: Implement VK_EXT_vertex_attribute_divisor.

2018-04-12 Thread Bas Nieuwenhuizen
Test test to the list. On Thu, Apr 12, 2018 at 9:28 AM, Samuel Pitoiset wrote: > Looks good to me, do you have tests? > > Reviewed-by: Samuel Pitoiset > > > On 04/12/2018 01:45 AM, Bas Nieuwenhuizen wrote: >> >> Pretty straight forward, just

Re: [Mesa-dev] [PATCH] anv: fix number of planes for depth & stencil

2018-04-12 Thread Jason Ekstrand
Right. It's just a very generically named function for a fairly specific task. :-) Maybe we should just inline in at it's one use. On Thu, Apr 12, 2018 at 2:17 PM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > It's supposed to depend on how many aspects you've selected for

[Mesa-dev] [PATCH v2] anv: fix number of planes for depth & stencil

2018-04-12 Thread Lionel Landwerlin
We're not counting correctly with depth & stencil images. Additionally we need to move an assert that is meant just for color attachments. v2: Move an assert() (Reported by Craig) Change aspect mask checks (Francesco) Signed-off-by: Lionel Landwerlin Fixes:

[Mesa-dev] [Bug 100629] No mans sky renders white screen under wine in linux

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100629 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [PATCH crucible 2/2] Add VK_EXT_vertex_attribute_divisor test.

2018-04-12 Thread Bas Nieuwenhuizen
From: Bas Nieuwenhuizen --- Makefile.am | 2 + .../vertex_attribute_divisor.c| 216 ++ 2 files changed, 218 insertions(+) create mode 100644

Re: [Mesa-dev] [PATCH] anv: fix number of planes for depth & stencil

2018-04-12 Thread Lionel Landwerlin
It's supposed to depend on how many aspects you've selected for creating the image view (not always correlate to the image). On 12/04/18 14:15, Jason Ekstrand wrote: I don't really get what this patch is doing.  Why not just use image->n_planes? On Thu, Apr 12, 2018 at 11:37 AM, Lionel

[Mesa-dev] [Bug 105901] Warn about mipmap-incomplete texture being used

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105901 --- Comment #4 from Ilia Mirkin --- There's also an unfortunate extra case that's not even picked up by incomplete_tex here: https://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/main/texobj.h#n118 And this is actually

[Mesa-dev] [Bug 79039] [TRACKER] Mesa 10.2 release tracker

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79039 Bug 79039 depends on bug 77288, which changed state. Bug 77288 Summary: [swrast] piglit glean glsl1 regression https://bugs.freedesktop.org/show_bug.cgi?id=77288 What|Removed |Added

[Mesa-dev] [Bug 77288] [swrast] piglit glean glsl1 regression

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77288 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCH 07/17] radeonsi: skip DCC render feedback checking if color writes are disabled

2018-04-12 Thread Timothy Arceri
On 13/04/18 10:45, Timothy Arceri wrote: This change cause around 20+ piglit crashes on my Polaris. e.g tests/spec/arb_compute_shader/execution/atomic-counter.shader_test Thread 1 "shader_runner" received signal SIGSEGV, Segmentation fault. 0x71009ccc in si_get_total_colormask

Re: [Mesa-dev] [PATCH v2] getteximage: assume texture image is empty for non defined levels

2018-04-12 Thread Iago Toral
On Thu, 2018-04-12 at 17:59 +0200, Juan A. Suarez Romero wrote: > Current code is returning an INVALID_OPERATION when trying to use > getTextureImage() on a level that has not been explicitly defined. > > That is, we define a mipmapped Texture2D with 3 levels, and try to > use > GetTextureImage()

[Mesa-dev] [Bug 54370] Autoconf mistakenly reports missing packages in Debian 64

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54370 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCH] virgl: add shader offset alignment to to v2 caps struct

2018-04-12 Thread Ilia Mirkin
On Thu, Apr 12, 2018 at 8:33 PM, Gurchetan Singh wrote: > From: "gurchetansi...@chromium.org" > > This is the SSBO analogue to fe0647. User supplied data must > be a multiple of GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT. > > This fixes 44

[Mesa-dev] [PATCH] radv: mark const structs as extern in header file to avoid lto damage

2018-04-12 Thread Dave Airlie
From: Dave Airlie The copr repo from che was using LTO and he reported radv broke recently with it. When testing with lto builds here I noticed that we weren't seeing any instance extensions reported. It appears LTO was treating the const without extern as an empty struct,

[Mesa-dev] [Bug 98281] 'message's in ctx->Debug.LogMessages[] seem to leak.

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98281 --- Comment #9 from Timothy Arceri --- Thanks for the bug report and sorry for delay in fixing. Fix sent to list: https://patchwork.freedesktop.org/patch/216870/ -- You are receiving this mail because: You are the

Re: [Mesa-dev] [AppVeyor] mesa master #7445 failed

2018-04-12 Thread Marek Olšák
I'm working on it. Marek On Thu, Apr 12, 2018 at 7:36 PM, AppVeyor wrote: > Build mesa 7445 failed > > > Commit 43d66c8c2d by Marek Olšák on 4/8/2018 5:13 > PM: > mesa: include mtypes.h

[Mesa-dev] [PATCH] virgl: add shader offset alignment to to v2 caps struct

2018-04-12 Thread gurchetansi...@chromium.org
This is the SSBO analogue to fe0647. User supplied data must be a multiple of GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT. This fixes 44 GLES31 tests on airlied@'s GLES31 sketch branches with Nvidia hardware, but this patch standalone can applied to master. The alignment restriction on Nvidia is

[Mesa-dev] [PATCH] swr: Remove unnecessary memset call

2018-04-12 Thread Vlad Golovkin
Zeroing memory after calloc is not necessary. This also allows to avoid possible crash when allocation fails, because memset is called before checking screen for NULL. --- src/gallium/drivers/swr/swr_screen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git

[Mesa-dev] [PATCH 0/2] i965: Add support for fp16 <-> fp64 conversions

2018-04-12 Thread Samuel Iglesias Gonsálvez
Hello, This series implements support for doing fp16 <-> fp64 conversions on i965. The PRM says we need to do an intermediate conversion to a 32 bit type. This patch series applies on top of shaderInt16's patch series [0]. There is a branch for testing on Github: $ git clone

[Mesa-dev] [PATCH] mesa: free debug messages when destroying the debug state

2018-04-12 Thread Timothy Arceri
Fixes: 04a8baad3721 "mesa: refactor _mesa_PopDebugGroup and _mesa_free_errors_data" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98281 --- src/mesa/main/debug_output.c | 45 ++-- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git

[Mesa-dev] [PATCH 2/2] i965/fs: Implement float64 to float16 conversion

2018-04-12 Thread Samuel Iglesias Gonsálvez
It is not supported directly in the HW, we need to convert to float32 first as intermediate step. Signed-off-by: Samuel Iglesias Gonsálvez --- src/intel/compiler/brw_fs_nir.cpp | 17 + 1 file changed, 17 insertions(+) diff --git

[Mesa-dev] [PATCH 1/2] i965/fs: implement conversions from float16 to 64 bits data types

2018-04-12 Thread Samuel Iglesias Gonsálvez
Signed-off-by: Samuel Iglesias Gonsálvez --- src/intel/compiler/brw_fs_nir.cpp | 32 1 file changed, 32 insertions(+) diff --git a/src/intel/compiler/brw_fs_nir.cpp b/src/intel/compiler/brw_fs_nir.cpp index 822a1ac4227..2c007a2a5a7 100644

[Mesa-dev] [AppVeyor] mesa master #7445 failed

2018-04-12 Thread AppVeyor
Build mesa 7445 failed Commit 43d66c8c2d by Marek Olšák on 4/8/2018 5:13 PM: mesa: include mtypes.h less\n\n- remove mtypes.h from most header files\n- add main/menums.h for often used definitions\n- remove main/core.h\n\nv2: fix radv build\n\nReviewed-by:

[Mesa-dev] [PATCH] virgl: add shader offset alignment to to v2 caps struct

2018-04-12 Thread Gurchetan Singh
From: "gurchetansi...@chromium.org" This is the SSBO analogue to fe0647. User supplied data must be a multiple of GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT. This fixes 44 GLES31 tests on airlied@'s GLES31 sketch branches with Nvidia hardware, but this patch

Re: [Mesa-dev] [PATCH 07/17] radeonsi: skip DCC render feedback checking if color writes are disabled

2018-04-12 Thread Timothy Arceri
This change cause around 20+ piglit crashes on my Polaris. e.g tests/spec/arb_compute_shader/execution/atomic-counter.shader_test Thread 1 "shader_runner" received signal SIGSEGV, Segmentation fault. 0x71009ccc in si_get_total_colormask (sctx=0x64b140) at si_pipe.h:945 945

Re: [Mesa-dev] [RFC] Mesa release improvements - Release schedule

2018-04-12 Thread Andres Gomez
On Mon, 2018-03-12 at 16:00 +, Emil Velikov wrote: > On 12 March 2018 at 14:35, Andres Gomez wrote: > > Hi, > > > > * Release schedule: move from pre-announce Wed, announcement Fri [0] > >to pre-announce Mon, announcement Wed. > > * Why would we want to do this? >

Re: [Mesa-dev] [PATCH 3/3] getteximage: assume texture image is empty for non defined levels

2018-04-12 Thread Juan A. Suarez Romero
On Thu, 2018-04-12 at 09:35 +0200, Iago Toral wrote: > On Wed, 2018-04-11 at 19:51 +0200, Juan A. Suarez Romero wrote: > > Current code is returning an INVALID_OPERATION when trying to use > > getTextureImage() on a level that has not been explicitly defined. > > > > That is, we define a

Re: [Mesa-dev] [PATCH v2] anv: fix number of planes for depth & stencil

2018-04-12 Thread Nanley Chery
On Thu, Apr 12, 2018 at 02:54:59PM -0700, Lionel Landwerlin wrote: > We're not counting correctly with depth & stencil images. > > Additionally we need to move an assert that is meant just for color > attachments. > > v2: Move an assert() (Reported by Craig) > Change aspect mask checks

[Mesa-dev] [Bug 105995] egl driver dri2 on wayland platform can't choose config with EGL_SURFACE_TYPE, EGL_PBUFFER_BIT

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105995 Bug ID: 105995 Summary: egl driver dri2 on wayland platform can't choose config with EGL_SURFACE_TYPE, EGL_PBUFFER_BIT Product: Mesa Version: git Hardware: Other

[Mesa-dev] [Bug 105995] egl driver dri2 on wayland platform can't choose config with EGL_SURFACE_TYPE, EGL_PBUFFER_BIT

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105995 Daniel Stone changed: What|Removed |Added Resolution|--- |FIXED

[Mesa-dev] [Bug 105995] egl driver dri2 on wayland platform can't choose config with EGL_SURFACE_TYPE, EGL_PBUFFER_BIT

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105995 --- Comment #2 from Errong --- Created attachment 138774 --> https://bugs.freedesktop.org/attachment.cgi?id=138774=edit fixed patch someone would help to apply this patch to meas please ? I do not know how to do it.

[Mesa-dev] [Bug 105995] egl driver dri2 on wayland platform can't choose config with EGL_SURFACE_TYPE, EGL_PBUFFER_BIT

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105995 --- Comment #3 from Errong --- Created attachment 138775 --> https://bugs.freedesktop.org/attachment.cgi?id=138775=edit sample code -- You are receiving this mail because: You are the QA Contact for the

[Mesa-dev] [Bug 105904] Needed to delete mesa shader cache after driver upgrade for 32 bit wine vulkan programs to work.

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105904 --- Comment #3 from Timothy Arceri --- Do you recall what version you updated from? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

[Mesa-dev] [Bug 105995] egl driver dri2 on wayland platform can't choose config with EGL_SURFACE_TYPE, EGL_PBUFFER_BIT

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105995 --- Comment #4 from Errong --- (In reply to Daniel Stone from comment #1) > That's correct, pbuffers are not supported on Wayland by Mesa. I haven't > seen another driver which does support them on Wayland. Using FBOs