[Mesa-dev] [Bug 101952] OpenCL enqueueReadBuffer returns trash

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101952 --- Comment #14 from Janpieter Sollie --- Created attachment 133119 --> https://bugs.freedesktop.org/attachment.cgi?id=133119=edit dump optimized for os_memcmp analysis (functional) -- You are receiving this mail

[Mesa-dev] [Bug 101952] OpenCL enqueueReadBuffer returns trash

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101952 Janpieter Sollie changed: What|Removed |Added Attachment #133112|0 |1

Re: [Mesa-dev] i965: Transition the rest of surfaces (i.e., color) to isl

2017-07-28 Thread Jason Ekstrand
On Fri, Jul 28, 2017 at 10:14 PM, Tomasz Figa wrote: > On Sat, Jul 29, 2017 at 2:06 PM, Jason Ekstrand > wrote: > > On Fri, Jul 28, 2017 at 8:17 PM, Tomasz Figa wrote: > >> > >> Hi Topi, Jason, > >> > >> On Sat, Jul 22, 2017 at

Re: [Mesa-dev] i965: Transition the rest of surfaces (i.e., color) to isl

2017-07-28 Thread Tomasz Figa
On Sat, Jul 29, 2017 at 2:06 PM, Jason Ekstrand wrote: > On Fri, Jul 28, 2017 at 8:17 PM, Tomasz Figa wrote: >> >> Hi Topi, Jason, >> >> On Sat, Jul 22, 2017 at 12:00 AM, Topi Pohjolainen >> wrote: >> > First patch actually

[Mesa-dev] [Bug 101952] OpenCL enqueueReadBuffer returns trash

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101952 --- Comment #12 from Janpieter Sollie --- the bug seems to be located within this function: char os_memcmp(private const void* dest, constant const void* src, const uchar amount) { char j; const int*

Re: [Mesa-dev] i965: Transition the rest of surfaces (i.e., color) to isl

2017-07-28 Thread Jason Ekstrand
On Fri, Jul 28, 2017 at 8:17 PM, Tomasz Figa wrote: > Hi Topi, Jason, > > On Sat, Jul 22, 2017 at 12:00 AM, Topi Pohjolainen > wrote: > > First patch actually should have been included already when > > gen6 stencil got transitioned - it has been

[Mesa-dev] [Bug 101952] OpenCL enqueueReadBuffer returns trash

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101952 --- Comment #11 from Janpieter Sollie --- Created attachment 133114 --> https://bugs.freedesktop.org/attachment.cgi?id=133114=edit original program sources -- You are receiving this mail because: You are the

[Mesa-dev] [Bug 101952] OpenCL enqueueReadBuffer returns trash

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101952 --- Comment #10 from Janpieter Sollie --- Created attachment 133112 --> https://bugs.freedesktop.org/attachment.cgi?id=133112=edit the dump file as requested by mr Vesely. I will explain what this program does: I

[Mesa-dev] [PATCH 1/1] gallium, clover: Wait for requested operation if blocking flag is set

2017-07-28 Thread Jan Vesely
Signed-off-by: Jan Vesely --- Found by inspection. Fixes clRetain/clRelease event piglit on Turks, no regressions. src/gallium/state_trackers/clover/api/transfer.cpp | 18 ++ 1 file changed, 18 insertions(+) diff --git

Re: [Mesa-dev] i965: Transition the rest of surfaces (i.e., color) to isl

2017-07-28 Thread Tomasz Figa
Hi Topi, Jason, On Sat, Jul 22, 2017 at 12:00 AM, Topi Pohjolainen wrote: > First patch actually should have been included already when > gen6 stencil got transitioned - it has been giving warning ever > since. > > Most of the work actually got already done for depth

[Mesa-dev] [Bug 101962] Can't use Mesa through proxied X11 connection?

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101962 Vladimir Panteleev changed: What|Removed |Added Status|RESOLVED

[Mesa-dev] [Bug 101962] Can't use Mesa through proxied X11 connection?

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101962 Christian König changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [Mesa-stable] [PATCH v2 2/5] radeonsi/gfx9: always wrap GS and TCS in an if-block (v2)

2017-07-28 Thread Marek Olšák
Hi Nicolai, FYI, this patch breaks 30 piglit tests on GFX9. Non-monolithic and monolithic variants fail in different ways: 1) Non-monolithic: R600_DEBUG=nooptvariant ../piglit/bin/shader_runner

Re: [Mesa-dev] [PATCH 6/6] egl/x11: use dri2_create_image_khr for swrast

2017-07-28 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Fri, Jul 28, 2017 at 5:48 AM, Gurchetan Singh wrote: > This will allow the swrast driver to use eglCreateImageKHR, > provided the target is EGL_GL_TEXTURE_2D_KHR or > EGL_GL_RENDERBUFFER_KHR.

Re: [Mesa-dev] [PATCH v2 73/73] radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders

2017-07-28 Thread Marek Olšák
I commented on patch 42. Other than that, patches 40-73 are: Reviewed-by: Marek Olšák Marek On Wed, Jul 5, 2017 at 12:48 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Also, disable geometry and tessellation shaders.

[Mesa-dev] [PATCH] dri_interface, egl, gallium: only expose RGBA visuals on Android

2017-07-28 Thread Marek Olšák
From: Marek Olšák X/GLX can't handle them. This removes almost 500 GLX visuals that were incorrectly exposed. Add an optional getCapability callback for querying what the loader can do. I'm not splitting this patch, because it's already too small. v2: also add the

Re: [Mesa-dev] [PATCH v4 01/18] anv: Transition MCS buffers from the undefined layout

2017-07-28 Thread Nanley Chery
On Fri, Jul 28, 2017 at 05:33:53PM +0100, Lionel Landwerlin wrote: > On 28/07/17 17:21, Nanley Chery wrote: > > On Fri, Jul 28, 2017 at 09:28:45AM +0100, Lionel Landwerlin wrote: > > > On 19/07/17 22:21, Nanley Chery wrote: > > > > Cc: > > > > Suggested-by:

[Mesa-dev] [Bug 101952] OpenCL enqueueReadBuffer returns trash

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101952 --- Comment #9 from Jan Vesely --- (In reply to Janpieter Sollie from comment #8) > no result, after the move to 4.0.1, the output is still useless you can try running with CLOVER_DEBUG=clc,llvm,native

Re: [Mesa-dev] [PATCH v4 01/18] anv: Transition MCS buffers from the undefined layout

2017-07-28 Thread Lionel Landwerlin
On 28/07/17 17:21, Nanley Chery wrote: On Fri, Jul 28, 2017 at 09:28:45AM +0100, Lionel Landwerlin wrote: On 19/07/17 22:21, Nanley Chery wrote: Cc: Suggested-by: Jason Ekstrand Signed-off-by: Nanley Chery

Re: [Mesa-dev] [PATCH 5/6] mesa: Implement a new GL_MESA_tile_raster_order extension.

2017-07-28 Thread Eric Anholt
Nicolai Hähnle writes: > On 28.07.2017 04:30, Eric Anholt wrote: >> The intent is to use this extension on vc4 to allow X11 to do overlapping >> CopyArea() within a pixmap without first blitting the pixmap to a >> temporary. With associated glamor patches, improves x11perf

Re: [Mesa-dev] [PATCH v4 01/18] anv: Transition MCS buffers from the undefined layout

2017-07-28 Thread Nanley Chery
On Fri, Jul 28, 2017 at 09:28:45AM +0100, Lionel Landwerlin wrote: > On 19/07/17 22:21, Nanley Chery wrote: > > Cc: > > Suggested-by: Jason Ekstrand > > Signed-off-by: Nanley Chery > > --- > >

[Mesa-dev] [Bug 101952] OpenCL enqueueReadBuffer returns trash

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101952 --- Comment #8 from Janpieter Sollie --- no result, after the move to 4.0.1, the output is still useless -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

Re: [Mesa-dev] [PATCH v2 42/73] radeonsi/nir: implement ac_shader_abi::load_sampler_desc

2017-07-28 Thread Marek Olšák
You can also remove enum desc_type from radeonsi. Marek On Wed, Jul 5, 2017 at 12:48 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > --- > src/gallium/drivers/radeonsi/si_shader_internal.h | 4 +++ >

[Mesa-dev] [Bug 101962] Can't use Mesa through proxied X11 connection?

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101962 --- Comment #1 from Vladimir Panteleev --- (In reply to Vladimir Panteleev from comment #0) > glxgears runs fine through socat on my desktop machine with an NVIDIA card. (using the proprietary drivers from

[Mesa-dev] [PATCH] dri_interface, egl, gallium: only expose RGBA visuals on Android

2017-07-28 Thread Marek Olšák
From: Marek Olšák X/GLX can't handle them. This removes almost 500 GLX visuals that were incorrectly exposed. Add an optional getCapability callback for querying what the loader can do. I'm not splitting this patch, because it's already too small. ---

[Mesa-dev] [Bug 101962] Can't use Mesa through proxied X11 connection?

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101962 Bug ID: 101962 Summary: Can't use Mesa through proxied X11 connection? Product: Mesa Version: 17.1 Hardware: Other OS: All Status: NEW Severity: normal

Re: [Mesa-dev] [PATCH v2] st/dri: add 32-bit RGBX/RGBA formats

2017-07-28 Thread Marek Olšák
Hi, I've sent a request to revert this commit in 17.2. I'll keep it in master, but I'll add a fix not to expose the new formats for GLX. Marek On Tue, Jul 11, 2017 at 10:34 PM, Rob Herring wrote: > From: Marek Olšák > > Add support for 32-bit RGBX/RGBA

Re: [Mesa-dev] [PATCH dri3proto v2] Add modifier/multi-plane requests, bump to v1.1

2017-07-28 Thread Nicolai Hähnle
Hi Daniel, On 28.07.2017 12:46, Daniel Stone wrote: On 28 July 2017 at 10:24, Nicolai Hähnle wrote: On 28.07.2017 09:44, Daniel Stone wrote: No, I don't think it is. Tiled layouts still have a stride: if you look at i915 X/Y/Yf/Y_CCS/Yf_CCS (the latter two containing an

Re: [Mesa-dev] [PATCH] etnaviv: Add support for R8_UNORM textures

2017-07-28 Thread Philipp Zabel
On Fri, 2017-07-28 at 16:05 +0200, Wladimir J. van der Laan wrote: > R8_UNORM textures can be emulated by means of L8 and a swizzle. > > Signed-off-by: Wladimir J. van der Laan > --- > src/gallium/drivers/etnaviv/etnaviv_format.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [Mesa-dev] [PATCH 01/13] gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap

2017-07-28 Thread Roland Scheidegger
Am 28.07.2017 um 07:16 schrieb Nicolai Hähnle: > On 27.07.2017 23:17, Roland Scheidegger wrote: >> Am 27.07.2017 um 21:14 schrieb Nicolai Hähnle: >>> From: Nicolai Hähnle >>> >>> --- >>> src/gallium/auxiliary/util/u_dump_defines.c | 1 + >>>

[Mesa-dev] [Bug 101867] Launch options window renders black in Feral Games in current Mesa trunk

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101867 Marc Di Luzio changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [PATCH] etnaviv: Add support for R8_UNORM textures

2017-07-28 Thread Wladimir J. van der Laan
R8_UNORM textures can be emulated by means of L8 and a swizzle. Signed-off-by: Wladimir J. van der Laan --- src/gallium/drivers/etnaviv/etnaviv_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/etnaviv/etnaviv_format.c

[Mesa-dev] [PATCH 1/2] mesa: make _mesa_check_init_viewport() static

2017-07-28 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/mesa/main/context.c | 7 +++ src/mesa/main/context.h | 4 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index fe527a0ae2..b4b7b6e7da 100644 ---

[Mesa-dev] [PATCH 2/2] mesa: clamp viewport values only once when using glViewport()

2017-07-28 Thread Samuel Pitoiset
It's useless to clamp the same values for all viewports. +7% in the "viewport change" test (drawoverhead benchmark). Signed-off-by: Samuel Pitoiset --- src/mesa/main/viewport.c | 36 1 file changed, 24 insertions(+), 12

[Mesa-dev] [Bug 101851] [regression] libEGL_common.a undefined reference to '__gxx_personality_v0'

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101851 --- Comment #3 from Emil Velikov --- I'll look into solving this today - either inlining the dynarray implementation into the header, converting the required code to C or adding a link. -- You are receiving this mail

[Mesa-dev] [Bug 101867] Launch options window renders black in Feral Games in current Mesa trunk

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101867 Emil Velikov changed: What|Removed |Added Blocks||101911

[Mesa-dev] [Bug 101851] [regression] libEGL_common.a undefined reference to '__gxx_personality_v0'

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101851 Emil Velikov changed: What|Removed |Added Blocks||101911

Re: [Mesa-dev] [PATCH v2] st/dri: add 32-bit RGBX/RGBA formats

2017-07-28 Thread Chih-Wei Huang
Hi Rob, I'm testing this patch on an AMD radeon chip (PALM) now. I use our legacy drm_gralloc since the radeon driver doesn't support atomic api required by drm_hwcomposer. On SurfaceFlinger started, the screen just messed up. If reverting this patch, it becomes normal as before. Does the radeon

Re: [Mesa-dev] [PATCH dri3proto v2] Add modifier/multi-plane requests, bump to v1.1

2017-07-28 Thread Daniel Stone
Hi, On 28 July 2017 at 10:24, Nicolai Hähnle wrote: > On 28.07.2017 09:44, Daniel Stone wrote: >> No, I don't think it is. Tiled layouts still have a stride: if you >> look at i915 X/Y/Yf/Y_CCS/Yf_CCS (the latter two containing an >> auxiliary compression/fast-clear buffer),

[Mesa-dev] [PATCH] i965: Prefer using streaming reads from WC mmaps

2017-07-28 Thread Chris Wilson
For buffer objects, where we primarily expect to be writing to them and so already have a WC mmap (for !llc access) reusing the existing mmap and keeping the buffer out of the CPU cache seems preferable. Cc: Kenneth Graunke Cc: Matt Turner ---

Re: [Mesa-dev] [PATCH] radeonsi: expose MRT-draw-calls to HUD

2017-07-28 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 07/28/2017 06:36 AM, Marek Olšák wrote: From: Marek Olšák --- src/gallium/drivers/radeon/r600_pipe_common.h | 1 + src/gallium/drivers/radeon/r600_query.c | 7 +++

Re: [Mesa-dev] [PATCH 17/24] gallium: introduce device/driver UUID queries

2017-07-28 Thread Samuel Pitoiset
Same comment for trace: you have to dump the different parameters. On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Andres Rodriguez v2: remove unnecessary returns v3 (Timothy Arceri): updated trace Signed-off-by: Andres Rodriguez Reviewed-by:

Re: [Mesa-dev] [PATCH 16/24] mesa: implement glGetUnsignedByte{v|i_v}

2017-07-28 Thread Samuel Pitoiset
On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Andres Rodriguez These are used by EXT_external_objects to present UUIDs for the device and the driver. v2 (Timothy Arceri): - remove extra break - use _mesa_problem() rather the _mesa_error() for unimplemented

Re: [Mesa-dev] [PATCH 14/24] gallium: introduce PIPE_CAP_MEMOBJ

2017-07-28 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Andres Rodriguez This can be used to guard support for EXT_memory_object and related extensions. v2: update gallium docs v3 (Timothy Arceri): - add cap to nv50

Re: [Mesa-dev] [PATCH 15/24] mesa/st: expose EXT_memory_object and EXT_memory_object_fd

2017-07-28 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Andres Rodriguez v2: use PIPE_CAP_MEMOBJ to guard the extension v3 (Timothy Arceri): - expose extensions via the cap_mappings array Signed-off-by: Andres

Re: [Mesa-dev] [PATCH 13/24] mesa: hook up (Named)BufferStorageMem api

2017-07-28 Thread Samuel Pitoiset
On 07/27/2017 03:08 PM, Timothy Arceri wrote: Include no_error variants as well. v2 (Timothy Arceri): - reduced code churn by squashing some changes into previous commits v3 (Timothy Arceri): - drop unused function declaration Signed-off-by: Andres Rodriguez

Re: [Mesa-dev] [PATCH 12/24] mesa/st: implement memory objects as a backend for buffer objects

2017-07-28 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Andres Rodriguez Use a memory object instead of user memory. Signed-off-by: Andres Rodriguez Reviewed-by: Timothy Arceri

Re: [Mesa-dev] [PATCH 07/24] mesa: hook up memory object multisamples tex(ture)storage api

2017-07-28 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Andres Rodriguez Signed-off-by: Andres Rodriguez Reviewed-by: Timothy Arceri --- src/mesa/main/externalobjects.c | 52

Re: [Mesa-dev] [PATCH 06/24] mesa: hook up memoryobject tex(ture)storage api

2017-07-28 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Andres Rodriguez V2 (Timothy Arceri): - formating fixes Signed-off-by: Andres Rodriguez Reviewed-by: Timothy Arceri

Re: [Mesa-dev] [PATCH 04/24] gallium: introduce memory object

2017-07-28 Thread Samuel Pitoiset
On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Dave Airlie v2: fix comment regarding fd ownership, define pipe_memory_object v3: remove stray return v4 (Timothy Arceri): update trace Reviewed-by: Marek Olšák (v3) ---

Re: [Mesa-dev] [PATCH 05/24] mesa/st: start adding memory object support

2017-07-28 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Dave Airlie v2: pass dedicated flag v3 (Timothy Arceri): - remove unrequired _mesa_init_memory_object_functions() call in the state tracker. Signed-off-by:

Re: [Mesa-dev] [PATCH 03/24] mesa: add support for memory object parameters

2017-07-28 Thread Samuel Pitoiset
On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Andres Rodriguez V2 (Timothy Arceri): - fix copy and paste error with error message V3 (Timothy Arceri): - drop the Protected field for now as its unused Signed-off-by: Andres Rodriguez

Re: [Mesa-dev] [PATCH 02/24] mesa: add support for memory object creation/import/delete

2017-07-28 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 07/27/2017 03:08 PM, Timothy Arceri wrote: From: Andres Rodriguez Used by EXT_external_objects and EXT_external_objects_fd V2 (Timothy Arceri): - Throw GL_OUT_OF_MEMORY error if CreateMemoryObjectsEXT()

Re: [Mesa-dev] [PATCH dri3proto v2] Add modifier/multi-plane requests, bump to v1.1

2017-07-28 Thread Nicolai Hähnle
On 28.07.2017 09:44, Daniel Stone wrote: Hi Nicolai, Trying to tackle the stride subthread in one go ... On 25 July 2017 at 09:28, Nicolai Hähnle wrote: On 22.07.2017 14:00, Daniel Stone wrote: On 21 July 2017 at 18:32, Michel Dänzer wrote: We just

Re: [Mesa-dev] [PATCH] i965: Avoids loop for buffer object availability in add_exec_bo

2017-07-28 Thread Marathe, Yogesh
> -Original Message- > From: Chris Wilson [mailto:ch...@chris-wilson.co.uk] > Sent: Friday, July 28, 2017 2:30 PM > To: Muthukumar, Aravindan ; mesa- > d...@lists.freedesktop.org > Cc: Marathe, Yogesh ; Muthukumar, Aravindan >

Re: [Mesa-dev] [PATCH] i965: Avoids loop for buffer object availability in add_exec_bo

2017-07-28 Thread Chris Wilson
Quoting aravindan.muthuku...@intel.com (2017-07-28 09:37:01) > From: Aravindan Muthukumar > > Original logic loops over the list for every buffer object. Maintained > a flag to identify whether bo is already there in list. No. brw_bo is shared between many

[Mesa-dev] [PATCH] i965: Avoids loop for buffer object availability in add_exec_bo

2017-07-28 Thread aravindan . muthukumar
From: Aravindan Muthukumar Original logic loops over the list for every buffer object. Maintained a flag to identify whether bo is already there in list. Improves performance - 3DMark by 2% Tested with piglit Signed-off-by: Aravindan Muthukumar

Re: [Mesa-dev] [PATCH v4 01/18] anv: Transition MCS buffers from the undefined layout

2017-07-28 Thread Lionel Landwerlin
On 19/07/17 22:21, Nanley Chery wrote: Cc: Suggested-by: Jason Ekstrand Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_blorp.c | 8 src/intel/vulkan/anv_private.h | 8

[Mesa-dev] [Bug 101952] OpenCL enqueueReadBuffer returns trash

2017-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101952 --- Comment #7 from Janpieter Sollie --- upgraded llvm/clang 4.0.0 -> 4.0.1, re-installed mesa, clc and libdrm, but no change. Even GET_DEVICE_NAME reports itself as 4.0.0 :( -- You are receiving this mail because:

Re: [Mesa-dev] [PATCH dri3proto v2] Add modifier/multi-plane requests, bump to v1.1

2017-07-28 Thread Daniel Stone
Hi Nicolai, Trying to tackle the stride subthread in one go ... On 25 July 2017 at 09:28, Nicolai Hähnle wrote: > On 22.07.2017 14:00, Daniel Stone wrote: >> On 21 July 2017 at 18:32, Michel Dänzer wrote: >>> We just ran into an issue which might mean

Re: [Mesa-dev] [PATCH v2] st/dri: add 32-bit RGBX/RGBA formats

2017-07-28 Thread Chih-Wei Huang
2017-07-26 23:34 GMT+08:00 Rob Herring : > On Tue, Jul 25, 2017 at 10:16 PM, Chih-Wei Huang > wrote: >> 2017-07-26 1:24 GMT+08:00 Rob Herring : >>> >>> I double checked and I get 8-8-8-8. I'm have HWC2 enabled and >>> SurfaceFlinger is

Re: [Mesa-dev] [PATCH 5/6] mesa: Implement a new GL_MESA_tile_raster_order extension.

2017-07-28 Thread Nicolai Hähnle
On 28.07.2017 04:30, Eric Anholt wrote: The intent is to use this extension on vc4 to allow X11 to do overlapping CopyArea() within a pixmap without first blitting the pixmap to a temporary. With associated glamor patches, improves x11perf -copywinwin100 performance on a Raspberry Pi 3 from

Re: [Mesa-dev] [PATCH v2 39/73] ac/nir: pass ac_nir_context to visit_tex and various related functions

2017-07-28 Thread Marek Olšák
I commented on patch 20. Other than that, patches 18-39 are: Reviewed-by: Marek Olšák Marek On Wed, Jul 5, 2017 at 12:48 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Get most of the churn out of the way before actually