Re: [Mesa-dev] [PATCH 2/2] egl: add EGL_platform_device support

2019-04-16 Thread Mathias Fröhlich
Hi, On Tuesday, 16 April 2019 17:50:33 CEST Marek Olšák wrote: > On Wed, Apr 10, 2019 at 5:37 AM Mathias Fröhlich > wrote: > > > Hi Emil, > > > > On Monday, 8 April 2019 12:28:55 CEST Emil Velikov wrote: > > > > Now that I have been putting together a test case for the the actual > > use > > >

[Mesa-dev] [Bug 110452] totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110452 Daniel van Vugt changed: What|Removed |Added See Also||https://launchpad.net/bugs/

[Mesa-dev] [PATCH] gallivm: fix saturated signed add / sub with llvm 9

2019-04-16 Thread sroland
From: Roland Scheidegger llvm 8 removed saturated unsigned add / sub x86 sse2 intrinsics, and now llvm 9 removed the signed versions as well - they were proposed for removal earlier, but the pattern to recognize those was very complex, so it wasn't done then. However, instead of these

[Mesa-dev] [Bug 110456] Land YCBCR extensions

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110456 Bug ID: 110456 Summary: Land YCBCR extensions Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 110439] [TRACKER] Mesa 19.1 feature tracker

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110439 Bas Nieuwenhuizen changed: What|Removed |Added Depends on||110456 Referenced Bugs:

[Mesa-dev] [Bug 110455] Land adaptive_sync support

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110455 Bug ID: 110455 Summary: Land adaptive_sync support Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority:

[Mesa-dev] [Bug 110439] [TRACKER] Mesa 19.1 feature tracker

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110439 Bas Nieuwenhuizen changed: What|Removed |Added Depends on||110455 Referenced Bugs:

[Mesa-dev] [Bug 110454] [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA8_SNORM failure with llvm-9

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110454 --- Comment #1 from Roland Scheidegger --- Ok so the x86 signed add/sub intrinsics got removed. Thankfully it seems like llvm actually has grown new generic intrinsics for saturated sub/add, so I suppose we should use these instead. I'll post a

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Alyssa Rosenzweig
Gotcha, thank you! I'll fix this over. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 110454] [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA8_SNORM failure with llvm-9

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110454 Bug ID: 110454 Summary: [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA8_SNORM failure with llvm-9 Product: Mesa Version: git Hardware: x86-64 (AMD64)

[Mesa-dev] [Bug 110452] totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110452 --- Comment #5 from El jinete sin cabeza --- The last version of the package mesa that occurs the crash is: libglx-mesa0 19.0.0-1ubuntu1 This I know because I reviewed the last duplicate report: https://bugs.launchpad.net/bugs/1821051 in this

[Mesa-dev] [Bug 110452] totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110452 --- Comment #4 from El jinete sin cabeza --- More about the package mesa: https://launchpad.net/ubuntu/+source/mesa -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 110452] totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110452 --- Comment #3 from El jinete sin cabeza --- The first report in Ubuntu with this error was using 'libgl1-mesa-glx 18.0.0~rc5-1ubuntu1'. But then new reports of totem appeared that fail in the same. The latest version of Ubuntu (Disco Dingo

[Mesa-dev] [Bug 110452] totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110452 El jinete sin cabeza changed: What|Removed |Added Version|unspecified |18.0 CC|

[Mesa-dev] [Bug 110345] Unrecoverable GPU crash with DiRT 4

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110345 --- Comment #15 from Thomas Rohloff --- @Samuel Pitoiset It doesn't seem to freeze on 4.18.12. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 110452] totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110452 --- Comment #2 from El jinete sin cabeza --- (In reply to Andre Klapper from comment #1) > Which exact Mesa/GLX version has this been tested with? Apparently "libgl1-mesa-glx 18.0.0~rc5-1ubuntu1" up. Since there are also reports in the Ubuntu

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Eric Anholt
Alyssa Rosenzweig writes: >> > diff --git a/src/gallium/drivers/panfrost/pan_job.c >> > b/src/gallium/drivers/panfrost/pan_job.c >> > index 66a8b0d4b07..6c68575158f 100644 >> > --- a/src/gallium/drivers/panfrost/pan_job.c >> > +++ b/src/gallium/drivers/panfrost/pan_job.c >> > @@ -27,6 +27,13 @@

[Mesa-dev] [Bug 110452] totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110452 --- Comment #1 from Andre Klapper --- Which exact Mesa/GLX version has this been tested with? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 110452] totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110452 Bug ID: 110452 Summary: totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent() Product: Mesa Version: unspecified Hardware: Other OS:

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Alyssa Rosenzweig
> It's outside of the diff context, but we shouldn't use i as the index > for attrs[] as the first active vertex buffers might be != 0 and vb_mask > might be sparse (my patch had the same issue). Ack, good catch, thank you. Will address in next version. +1

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Alyssa Rosenzweig
> Had a look at the cso code (more precisely > cso_{save,restore}_vertex_buffer0() and their users) and I'm not sure > util_set_vertex_buffers_mask() does what's expected by the CSO layer > (don't know who's right about the ->set_vertex_buffers() semantic > though). I'm not sure. Other drivers

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Alyssa Rosenzweig
> loop in panfrost_emit_vertex_data() to do the right thing. But I think > we can get rid of ->vertex_buffer_count entirely and just do a > > for (int i = 0; i < ARRAY_SIZE(ctx->vertex_buffers); ++i) > > > } Sure, that's probably cleaner now that we're testing the mask. Will do for v2.

Re: [Mesa-dev] [PATCH 2/2] egl: add EGL_platform_device support

2019-04-16 Thread Marek Olšák
On Wed, Apr 10, 2019 at 5:37 AM Mathias Fröhlich wrote: > Hi Emil, > > On Monday, 8 April 2019 12:28:55 CEST Emil Velikov wrote: > > > Now that I have been putting together a test case for the the actual > use > > > I do see some issues with the pbuffer code path. Well - still > investigating >

[Mesa-dev] [PATCH v2] radv: Support VK_EXT_inline_uniform_block.

2019-04-16 Thread Samuel Pitoiset
From: Bas Nieuwenhuizen Basically just reserve the memory in the descriptor sets. On the shader side we construct a buffer descriptor, since AFAIU VGPR indexing on 32-bit pointers in LLVM is still broken. This fully supports update after bind and variable descriptor set sizes. However, the

Re: [Mesa-dev] [PATCH] radeonsi: use CP DMA for the null const buffer clear on CIK

2019-04-16 Thread Samuel Pitoiset
I don't have much context for that issue, so: Acked-by: Samuel Pitoiset On 4/12/19 10:15 PM, Marek Olšák wrote: Done locally. Marek On Fri, Apr 12, 2019 at 12:20 PM Samuel Pitoiset mailto:samuel.pitoi...@gmail.com>> wrote: I would suggest to document that workaround somewhere in the

Re: [Mesa-dev] [PATCH v2 1/3] ac: add support for more types with struct/raw LLVM intrinsics

2019-04-16 Thread Samuel Pitoiset
Thanks! On 4/16/19 5:07 PM, Marek Olšák wrote: You can add my Rb for the rest of the series as well. Marek On Tue, Apr 16, 2019 at 11:04 AM Marek Olšák > wrote: On Tue, Apr 16, 2019 at 10:41 AM Samuel Pitoiset mailto:samuel.pitoi...@gmail.com>> wrote:

[Mesa-dev] [Bug 98846] triangle clipping causes wrong vertex's attribute to be broadcasted for flat interpolation

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98846 --- Comment #4 from Zebediah Figura --- (In reply to Roland Scheidegger from comment #3) > I suspect it's a different issue. For llvmpipe the piglit test you pointed > out works just fine. > (I have some suspicion for llvmpipe/softpipe it would

[Mesa-dev] [Bug 110451] triangle strip clipping with GL_FIRST_VERTEX_CONVENTION causes wrong vertex's attribute to be broadcasted for flat interpolation

2019-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110451 Bug ID: 110451 Summary: triangle strip clipping with GL_FIRST_VERTEX_CONVENTION causes wrong vertex's attribute to be broadcasted for flat interpolation Product: Mesa

Re: [Mesa-dev] [PATCH v2 1/3] ac: add support for more types with struct/raw LLVM intrinsics

2019-04-16 Thread Marek Olšák
You can add my Rb for the rest of the series as well. Marek On Tue, Apr 16, 2019 at 11:04 AM Marek Olšák wrote: > On Tue, Apr 16, 2019 at 10:41 AM Samuel Pitoiset < > samuel.pitoi...@gmail.com> wrote: > >> >> On 4/16/19 4:21 PM, Marek Olšák wrote: >> >> Reviewed-by: Marek Olšák >> >> Is the

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Alyssa Rosenzweig
> > diff --git a/src/gallium/drivers/panfrost/pan_job.c > > b/src/gallium/drivers/panfrost/pan_job.c > > index 66a8b0d4b07..6c68575158f 100644 > > --- a/src/gallium/drivers/panfrost/pan_job.c > > +++ b/src/gallium/drivers/panfrost/pan_job.c > > @@ -27,6 +27,13 @@ > > #include "util/hash_table.h"

Re: [Mesa-dev] [PATCH v2 1/3] ac: add support for more types with struct/raw LLVM intrinsics

2019-04-16 Thread Marek Olšák
On Tue, Apr 16, 2019 at 10:41 AM Samuel Pitoiset wrote: > > On 4/16/19 4:21 PM, Marek Olšák wrote: > > Reviewed-by: Marek Olšák > > Is the Rb for the whole series? > No, just this patch. Marek ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

Re: [Mesa-dev] [PATCH 5/6] st/dri: don't re-write plane format if supported by driver

2019-04-16 Thread Marek Olšák
For patches 1 - 5: Reviewed-by: Marek Olšák Marek On Fri, Apr 12, 2019 at 1:33 PM Lucas Stach wrote: > If the driver supports multi-planar formats natively we don't want to > re-write the format of the planes on import. Split this out in a > separate function for clarity. > > Signed-off-by:

Re: [Mesa-dev] [PATCH 6/6] st/mesa: skip any extra handling of YUV textures if driver supports them

2019-04-16 Thread Marek Olšák
On Fri, Apr 12, 2019 at 1:33 PM Lucas Stach wrote: > If the driver provides native support for YUV textures we can skip > adding additional samplers and re-writing the shaders. > > Signed-off-by: Lucas Stach > --- > src/mesa/state_tracker/st_atom_sampler.c | 6 ++ >

Re: [Mesa-dev] [PATCH v2 1/3] ac: add support for more types with struct/raw LLVM intrinsics

2019-04-16 Thread Samuel Pitoiset
On 4/16/19 4:21 PM, Marek Olšák wrote: Reviewed-by: Marek Olšák > Is the Rb for the whole series? Marek On Tue, Apr 16, 2019 at 2:27 AM Samuel Pitoiset mailto:samuel.pitoi...@gmail.com>> wrote: On 4/15/19 11:07 PM, Marek Olšák wrote: On Mon, Apr 15,

Re: [Mesa-dev] [PATCH 2/3] ac/nir: add 64-bit SSBO atomic operations support

2019-04-16 Thread Marek Olšák
On Tue, Apr 16, 2019 at 10:34 AM Marek Olšák wrote: > On Tue, Apr 16, 2019 at 4:35 AM Samuel Pitoiset > wrote: > >> Except compare which is still buggy. >> >> Signed-off-by: Samuel Pitoiset >> --- >> src/amd/common/ac_nir_to_llvm.c | 11 --- >> 1 file changed, 8 insertions(+), 3

Re: [Mesa-dev] [PATCH 2/3] ac/nir: add 64-bit SSBO atomic operations support

2019-04-16 Thread Marek Olšák
On Tue, Apr 16, 2019 at 4:35 AM Samuel Pitoiset wrote: > Except compare which is still buggy. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/common/ac_nir_to_llvm.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/src/amd/common/ac_nir_to_llvm.c >

Re: [Mesa-dev] [PATCH] radeonsi/nir: fix scanning of bindless images

2019-04-16 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Apr 16, 2019 at 12:33 AM Timothy Arceri wrote: > Fixes: d62d434fe920 ("ac/nir_to_llvm: add image bindless support") > --- > src/gallium/drivers/radeonsi/si_shader_nir.c | 75 ++-- > 1 file changed, 37 insertions(+), 38 deletions(-) > >

Re: [Mesa-dev] [PATCH v2 1/3] ac: add support for more types with struct/raw LLVM intrinsics

2019-04-16 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Apr 16, 2019 at 2:27 AM Samuel Pitoiset wrote: > > On 4/15/19 11:07 PM, Marek Olšák wrote: > > On Mon, Apr 15, 2019 at 12:40 PM Samuel Pitoiset < > samuel.pitoi...@gmail.com> wrote: > >> LLVM 9+ now supports 8-bit and 16-bit types. >> >> v2: - rebase on

Re: [Mesa-dev] [PATCH] winsys/amdgpu: don't set GTT with GDS & OA placements on APUs

2019-04-16 Thread Marek Olšák
On Tue, Apr 16, 2019 at 5:34 AM Michel Dänzer wrote: > On 2019-04-15 7:21 p.m., Marek Olšák wrote: > > From: Marek Olšák > > > > --- > > src/gallium/winsys/amdgpu/drm/amdgpu_bo.c | 20 +++- > > 1 file changed, 11 insertions(+), 9 deletions(-) > > > > diff --git

[Mesa-dev] [PATCH] glsl: fix shader_storage_blocks_write_access for SSBO block arrays (v2)

2019-04-16 Thread Marek Olšák
From: Marek Olšák This fixes KHR-GL45.compute_shader.resources-max on radeonsi. Fixes: 4e1e8f684bf "glsl: remember which SSBOs are not read-only and pass it to gallium" v2: use is_interface_array, protect again assertion failures in u_bit_consecutive --- src/compiler/glsl/link_uniforms.cpp

Re: [Mesa-dev] 2019 X.Org Foundation Elections Results... and a Redo

2019-04-16 Thread Wentland, Harry
The turnout for the first election and the vote on the bylaw changes was 80% (56/70). Harry On 2019-04-11 8:03 p.m., Harry Wentland wrote: > To all X.Org Foundation Members: > > The 2019 X.Org ballot closed yesterday. There is some good and some bad news. > > The Good News: > The vote on the

[Mesa-dev] 2019 X.Org Foundation Election Round 2 Starting Thursday

2019-04-16 Thread Wentland, Harry
To all X.Org Foundation Members: as per my last email the election for X.Org board members was invalid due to a bug with the voting systems. We apologize for this and the inconvenience caused to you all. The bug has been fixed and tested with a mock election (see results at the end). Round 2

Re: [Mesa-dev] Mesa 19.1.0 release plan

2019-04-16 Thread Eero Tamminen
Hi, On 16.4.2019 11.38, Juan A. Suarez Romero wrote: On Mon, 2019-04-15 at 18:57 +0300, Eero Tamminen wrote: On 15.4.2019 17.15, Juan A. Suarez Romero wrote: Here is the tentative release plan for 19.1.0. As many of you are well aware, it's time to the next branch point. The calendar is

Re: [Mesa-dev] [PATCH 1/3] llvmpipe: add lp_fence_timedwait() helper

2019-04-16 Thread Gustaw Smolarczyk
wt., 16 kwi 2019 o 12:11 Emil Velikov napisał(a): > > On Thu, 11 Apr 2019 at 17:55, Gustaw Smolarczyk wrote: > > > > czw., 11 kwi 2019 o 18:06 Emil Velikov > > napisał(a): > > > > > > The function is analogous to lp_fence_wait() while taking at timeout > > > (ns) parameter, as needed for EGL

Re: [Mesa-dev] [PATCH 1/3] llvmpipe: add lp_fence_timedwait() helper

2019-04-16 Thread Emil Velikov
On Thu, 11 Apr 2019 at 17:55, Gustaw Smolarczyk wrote: > > czw., 11 kwi 2019 o 18:06 Emil Velikov napisał(a): > > > > The function is analogous to lp_fence_wait() while taking at timeout > > (ns) parameter, as needed for EGL fence/sync. > > > > Cc: Roland Scheidegger > > Signed-off-by: Emil

Re: [Mesa-dev] [PATCH] winsys/amdgpu: don't set GTT with GDS & OA placements on APUs

2019-04-16 Thread Michel Dänzer
On 2019-04-15 7:21 p.m., Marek Olšák wrote: > From: Marek Olšák > > --- > src/gallium/winsys/amdgpu/drm/amdgpu_bo.c | 20 +++- > 1 file changed, 11 insertions(+), 9 deletions(-) > > diff --git a/src/gallium/winsys/amdgpu/drm/amdgpu_bo.c >

Re: [Mesa-dev] Mesa 19.1.0 release plan

2019-04-16 Thread Juan A. Suarez Romero
On Mon, 2019-04-15 at 18:57 +0300, Eero Tamminen wrote: > Hi, > > On 15.4.2019 17.15, Juan A. Suarez Romero wrote: > > Here is the tentative release plan for 19.1.0. > > > > As many of you are well aware, it's time to the next branch point. > > The calendar is already updated, so these are the

[Mesa-dev] [PATCH 1/3] ac/nir: use new LLVM 8 intrinsics for SSBO atomics except cmpswap

2019-04-16 Thread Samuel Pitoiset
Use the raw version (ie. IDXEN=0) because vindex is unused. Use the old intrinsic for compare because the new one hangs the GPU for some reasons. Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_nir_to_llvm.c | 31 ++- 1 file changed, 18 insertions(+), 13

[Mesa-dev] [PATCH 2/3] ac/nir: add 64-bit SSBO atomic operations support

2019-04-16 Thread Samuel Pitoiset
Except compare which is still buggy. Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_nir_to_llvm.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index de2a9ed8f67..26ad30387a9 100644 ---

[Mesa-dev] [PATCH 3/3] radv: add VK_KHR_shader_atomic_int64 but disable it for now

2019-04-16 Thread Samuel Pitoiset
No support for 64-bit compare atomic operations. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_device.c | 10 ++ src/amd/vulkan/radv_extensions.py | 1 + src/amd/vulkan/radv_shader.c | 1 + 3 files changed, 12 insertions(+) diff --git a/src/amd/vulkan/radv_device.c

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Erik Faye-Lund
On Tue, 2019-04-16 at 01:49 +, Alyssa Rosenzweig wrote: > This (fairly large) patch continues work surrounding the panfrost_job > abstraction to improve job lifetime management. In particular, we add > infrastructure to track which BOs are used by a particular job > (currently limited to the

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Boris Brezillon
On Tue, 16 Apr 2019 01:49:21 + Alyssa Rosenzweig wrote: > @@ -745,6 +747,8 @@ panfrost_emit_vertex_data(struct panfrost_context *ctx) > unsigned invocation_count = > MALI_NEGATIVE(ctx->payload_tiler.prefix.invocation_count); > > for (int i = 0; i <

Re: [Mesa-dev] [crucible PATCH] add a command line option for selecting the Vulkan device

2019-04-16 Thread Samuel Pitoiset
ping On 4/5/19 12:27 PM, Samuel Pitoiset wrote: In a multi-GPU scenario. Signed-off-by: Samuel Pitoiset --- doc/crucible-run.1.txt | 4 include/framework/runner/runner.h | 2 ++ include/framework/test/test.h | 1 + misc/crucible-completion.bash | 1 +

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Boris Brezillon
On Tue, 16 Apr 2019 09:31:46 +0200 Boris Brezillon wrote: > On Tue, 16 Apr 2019 01:49:21 + > Alyssa Rosenzweig wrote: > > > @@ -1793,22 +1799,9 @@ panfrost_set_vertex_buffers( > > const struct pipe_vertex_buffer *buffers) > > { > > struct panfrost_context *ctx =

Re: [Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

2019-04-16 Thread Boris Brezillon
On Tue, 16 Apr 2019 01:49:21 + Alyssa Rosenzweig wrote: > @@ -1793,22 +1799,9 @@ panfrost_set_vertex_buffers( > const struct pipe_vertex_buffer *buffers) > { > struct panfrost_context *ctx = pan_context(pctx); > -assert(num_buffers <= PIPE_MAX_ATTRIBS); > - > -

Re: [Mesa-dev] [PATCH v2 1/3] ac: add support for more types with struct/raw LLVM intrinsics

2019-04-16 Thread Samuel Pitoiset
On 4/15/19 11:07 PM, Marek Olšák wrote: On Mon, Apr 15, 2019 at 12:40 PM Samuel Pitoiset mailto:samuel.pitoi...@gmail.com>> wrote: LLVM 9+ now supports 8-bit and 16-bit types. v2: - rebase on master (without the vec3 change) Signed-off-by: Samuel Pitoiset