[Mesa-dev] [Bug 111403] OpenCL device doesn't support "Image support"

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111403 --- Comment #2 from vans88 --- @Jan Vesely Thank you very much for your reply. After reading the Bug(id 87738), I realized this is a software issue in mesa OpenCL implementation framework. But for AMD graphics card, Clover Platform ma

[Mesa-dev] [Bug 111404] OpenCL device doesn't support "Image support"

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111404 vans88 changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Mesa-dev] [Bug 87738] [OpenCL] Please add Image support

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87738 --- Comment #9 from vans88 --- *** Bug 111404 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.___ mesa-dev mailing list mesa-de

Re: [Mesa-dev] [PATCH] android: mesa: revert "Enable asm unconditionally"

2019-08-15 Thread Mauro Rossi
Hi Tapani, Eric, On Thu, Aug 15, 2019 at 1:00 PM Tapani Pälli wrote: > > On 8/15/19 12:52 PM, Mauro Rossi wrote: > > Hi Tapani, > > > > On Thu, Aug 15, 2019 at 7:29 AM Tapani Pälli > > wrote: > > > > > > On 8/13/19 9:55 PM, Mauro Rossi wrote: > > > Hi, >

Re: [Mesa-dev] [PATCH] mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINT

2019-08-15 Thread Ilia Mirkin
Subtle. The source format *can* be 64-bit, by the way, but if it's GL_DEPTH_COMPONENT it may well be 32-bit. But what if it's GL_STENCIL_INDEX -- could it not be 1-byte? IOW, should this just be a char *, and use byte addressing and be done with it? On Thu, Aug 15, 2019 at 7:56 PM Marek Olšák wr

[Mesa-dev] [PATCH] mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINT

2019-08-15 Thread Marek Olšák
From: Jiadong Zhu _mesa_texstore_z32f_x24s8 calculates source rowStride at a pace of 64-bit, this will make inaccuracy offset if the width of src image is an odd number. Modify src pointer to int_32* as source image format is gl_float which is 32-bit per pixel. Signed-off-by: Jiadong Zhu Signed

Re: [Mesa-dev] Concern about proposed patch "egl/android: remove HAL_PIXEL_FORMAT_BGRA_8888 support"

2019-08-15 Thread Mauro Rossi
Hi Lepton, On Thu, Aug 15, 2019 at 9:58 PM Lepton Wu wrote: > That's interesting. The android frame work will hard coded to use > RGBA_ and set it as window format here: > > > https://android.googlesource.com/platform/frameworks/native/+/refs/heads/master/opengl/libs/EGL/eglApi.cpp#738 > > D

[Mesa-dev] [Bug 104836] Missing library link breaks mesa on Debian/ia64

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104836 Matt Turner changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[Mesa-dev] [Bug 104836] Missing library link breaks mesa on Debian/ia64

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104836 --- Comment #6 from John Paul Adrian Glaubitz --- (In reply to Matt Turner from comment #5) > Automake is gone now. Does this still seem to be a problem with Meson? > > I haven't seen anything like this on Gentoo, FWIW, but we might not allow >

[Mesa-dev] [Bug 104836] Missing library link breaks mesa on Debian/ia64

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104836 Matt Turner changed: What|Removed |Added Assignee|emil.l.veli...@gmail.com|mesa-dev@lists.freedesktop.

[Mesa-dev] [Bug 111408] [clover] build failure ‘clang::Language’ has not been declared

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111408 Bug ID: 111408 Summary: [clover] build failure ‘clang::Language’ has not been declared Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All)

Re: [Mesa-dev] Concern about proposed patch "egl/android: remove HAL_PIXEL_FORMAT_BGRA_8888 support"

2019-08-15 Thread Ilia Mirkin
Without commenting on Android-specific issues, of which I'm blissfully unaware, all NVIDIA G80+ (i.e. DX10+) GPUs support both RGBA8 and BGRA8 for display and color rendering: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/gpu/drm/nouveau/dispnv50/base507c.c#n206

Re: [Mesa-dev] Concern about proposed patch "egl/android: remove HAL_PIXEL_FORMAT_BGRA_8888 support"

2019-08-15 Thread Lepton Wu
That's interesting. The android frame work will hard coded to use RGBA_ and set it as window format here: https://android.googlesource.com/platform/frameworks/native/+/refs/heads/master/opengl/libs/EGL/eglApi.cpp#738 Do you have a custom version of android which do different code here? For o

[Mesa-dev] Concern about proposed patch "egl/android: remove HAL_PIXEL_FORMAT_BGRA_8888 support"

2019-08-15 Thread Mauro Rossi
Hi, sorry if I'm communicating in dedicated thread, but I don't know how to reply to existing one. The proposed patch is based on the wrong assumption that all drivers used with Android have RGBA_, which is not correct, for example nouveau does not support RGBA on primary planes, infact we ha

[Mesa-dev] [Bug 106677] vmwgfx: atom (electron-based app) causes corruption, hangs

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106677 Deepak changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[Mesa-dev] [Bug 111393] Warnings about Formats with "inconsistent channel types"

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111393 zefkerri...@gmail.com changed: What|Removed |Added CC||zefkerri...@gmail.com --- Commen

Re: [Mesa-dev] [PATCH] anv: Properly initialize device->slice_hash.

2019-08-15 Thread Jason Ekstrand
On Thu, Aug 15, 2019 at 10:48 AM Rafael Antognolli < rafael.antogno...@intel.com> wrote: > On Wed, Aug 14, 2019 at 10:05:34PM -0500, Jason Ekstrand wrote: > > I take it this happens when subslices_delta == 0 and we take the early > return? > > Yes, exactly, in that case device->slice_hash is not i

Re: [Mesa-dev] [PATCH] anv: Properly initialize device->slice_hash.

2019-08-15 Thread Rafael Antognolli
On Wed, Aug 14, 2019 at 10:05:34PM -0500, Jason Ekstrand wrote: > I take it this happens when subslices_delta == 0 and we take the early return? Yes, exactly, in that case device->slice_hash is not initialized. I can add this to the commit message to make it more clear. > On Wed, Aug 14, 2019 at

Re: [Mesa-dev] [PATCH] android: mesa: revert "Enable asm unconditionally"

2019-08-15 Thread Tapani Pälli
On 8/15/19 12:52 PM, Mauro Rossi wrote: Hi Tapani, On Thu, Aug 15, 2019 at 7:29 AM Tapani Pälli > wrote: On 8/13/19 9:55 PM, Mauro Rossi wrote: > Hi, > > On Tue, Aug 13, 2019 at 3:51 PM Tapani Pälli mailto:tapani.pa...@intel.com> > <

[Mesa-dev] [Bug 111406] [regression] - build failure on arm64

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111406 Fabio Pedretti changed: What|Removed |Added CC||i...@freedesktop.org -- You are recei

[Mesa-dev] [Bug 111406] [regression] - build failure on arm64

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111406 Fabio Pedretti changed: What|Removed |Added CC||andrii.o.kryvytskyi@globall

[Mesa-dev] [Bug 111406] [regression] - build failure on arm64

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111406 Bug ID: 111406 Summary: [regression] - build failure on arm64 Product: Mesa Version: git Hardware: ARM OS: Linux (All) Status: NEW Severity: normal

Re: [Mesa-dev] [PATCH] android: mesa: revert "Enable asm unconditionally"

2019-08-15 Thread Mauro Rossi
Hi Tapani, On Thu, Aug 15, 2019 at 7:29 AM Tapani Pälli wrote: > > On 8/13/19 9:55 PM, Mauro Rossi wrote: > > Hi, > > > > On Tue, Aug 13, 2019 at 3:51 PM Tapani Pälli > > wrote: > > > > > > On 8/13/19 3:32 PM, Mauro Rossi wrote: > > > Hi, > > > > >

[Mesa-dev] [Bug 111404] OpenCL device doesn't support "Image support"

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111404 --- Comment #1 from vans88 --- When I filtered the mesa source code with keyword "PIPE_COMPUTE_CAP_IMAGES_SUPPORTED", I found the following code information. [ro

[Mesa-dev] [Bug 111404] OpenCL device doesn't support "Image support"

2019-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111404 Bug ID: 111404 Summary: OpenCL device doesn't support "Image support" Product: Mesa Version: 18.0 Hardware: Other OS: Linux (All) Status: NEW Severity: