On Thu, Jul 12, 2018 at 7:20 PM Karol Herbst wrote:
> On Fri, Jul 13, 2018 at 4:04 AM, Jason Ekstrand
> wrote:
> > On Thu, Jul 12, 2018 at 6:48 PM Karol Herbst wrote:
> >>
> >> There are no fixed sized array arguments in C, those are simply pointers
> >> to unsized arrays and as the size is pas
On Fri, Jul 13, 2018 at 4:04 AM, Jason Ekstrand wrote:
> On Thu, Jul 12, 2018 at 6:48 PM Karol Herbst wrote:
>>
>> There are no fixed sized array arguments in C, those are simply pointers
>> to unsized arrays and as the size is passed in anyway, just rely on that.
>>
>> where possible calls are r
On Thu, Jul 12, 2018 at 6:48 PM Karol Herbst wrote:
> There are no fixed sized array arguments in C, those are simply pointers
> to unsized arrays and as the size is passed in anyway, just rely on that.
>
> where possible calls are replaced by nir_channel and nir_channels.
>
> Signed-off-by: Karo
There are no fixed sized array arguments in C, those are simply pointers
to unsized arrays and as the size is passed in anyway, just rely on that.
where possible calls are replaced by nir_channel and nir_channels.
Signed-off-by: Karol Herbst
---
src/amd/vulkan/radv_meta_blit2d.c | 9 +++-
https://bugs.freedesktop.org/show_bug.cgi?id=107211
Jason Ekstrand changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Eric, I can't test this patch because it only affects your driver.
On Thu, Jul 12, 2018 at 6:23 PM Jason Ekstrand wrote:
> A while ago, we added a bunch of format conversion helpers; we should
> use them instead of hand-rolling sRGB conversions.
> ---
> src/compiler/nir/nir_lower_tex.c | 21 +++
A while ago, we added a bunch of format conversion helpers; we should
use them instead of hand-rolling sRGB conversions.
---
src/compiler/nir/nir_lower_tex.c | 21 +++--
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/src/compiler/nir/nir_lower_tex.c b/src/compiler/n
Caio Marcelo de Oliveira Filho writes:
> And the corresponding test case.
Reviewed-by: Eric Anholt
signature.asc
Description: PGP signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-
On Thu, Jul 12, 2018 at 12:54:54PM -0700, Jason Ekstrand wrote:
> On Thu, Jul 12, 2018 at 10:28 AM Caio Marcelo de Oliveira Filho <
> caio.olive...@intel.com> wrote:
>
> > > > Question: earlier in the code we call
> > > >
> > > >populate_wm_prog_key(pipeline, info, &key);
> > > >
> > > > which
Signed-off-by: David Riley
---
src/egl/drivers/dri2/platform_surfaceless.c | 28 +++-
1 file changed, 23 insertions(+), 5 deletions(-)
diff --git a/src/egl/drivers/dri2/platform_surfaceless.c
b/src/egl/drivers/dri2/platform_surfaceless.c
index a0348a5..f5fe711 100644
--
Allow platform_surfaceless to use swrast even if DRM is not available.
To be used to allow a fuzzer for virgl to be run on a jailed VM without
hardware GL or DRM support.
Signed-off-by: David Riley
---
src/egl/drivers/dri2/platform_surfaceless.c | 20
1 file changed, 20 inse
This fixes a nasty hang in Batman: Arkham City which apparently calls
vkCmdClearColorImage on a linear RGB image.
cc: mesa-sta...@lists.freedesktop.org
---
src/intel/blorp/blorp_blit.c | 2 +-
src/intel/blorp/blorp_clear.c | 98 +++
src/intel/blorp/blorp_priv.h
In this case, the surface faking will give us a R8_UNORM surface and we
need to do an sRGB conversion in the shader.
cc: mesa-sta...@lists.freedesktop.org
---
src/intel/blorp/blorp_blit.c | 4
1 file changed, 4 insertions(+)
diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_
https://bugs.freedesktop.org/show_bug.cgi?id=107211
Caio Marcelo de Oliveira Filho changed:
What|Removed |Added
Assignee|mesa-dev@lists.freedesktop. |ja...@jlekstrand.net
https://bugs.freedesktop.org/show_bug.cgi?id=107211
Bug ID: 107211
Summary: Write access request: Mesa
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: me
https://bugs.freedesktop.org/show_bug.cgi?id=107156
--- Comment #8 from Timothy Arceri ---
(In reply to Samuel Pitoiset from comment #7)
> Really nice, thanks! Closing.
I don't think that's right. I don't think the bug was even in the 18.1 release
to begin with going by the dates given in the in
On Thu, Jul 12, 2018 at 7:07 AM, Michel Dänzer wrote:
> On 2018-07-12 12:12 PM, Timothy Arceri wrote:
>>
>>
>> On 12/07/18 19:00, Michel Dänzer wrote:
>>> On 2018-07-12 07:26 AM, Marek Olšák wrote:
From: Marek Olšák
TODO: requires latest libdrm for amdgpu_bo_handle_type_kms_noimpor
On Thu, Jul 12, 2018 at 2:24 AM, Timothy Arceri wrote:
> Two suggestions below.
>
>
> On 12/07/18 15:26, Marek Olšák wrote:
>>
>> From: Marek Olšák
>>
>> This decreases sizeof(struct amdgpu_cs_buffer) from 24 to 16 bytes.
>> ---
>> src/gallium/drivers/radeon/radeon_winsys.h| 39 ++--
And the corresponding test case.
---
src/util/hash_table.c | 9
src/util/hash_table.h | 2 +
src/util/tests/hash_table/.gitignore | 1 +
src/util/tests/hash_table/Makefile.am | 1 +
src/util/tests/hash_table/meson.build | 3 +-
src/util/tests/hash_ta
https://bugs.freedesktop.org/show_bug.cgi?id=106644
--- Comment #35 from erhar...@mailbox.org ---
Created attachment 140612
--> https://bugs.freedesktop.org/attachment.cgi?id=140612&action=edit
output from lp_test_* (ppc64)
Here's the ouptut from my other G5's ppc64 BE setup.
I will certainly
On Thu, Jul 12, 2018 at 06:35:06PM +0100, Chris Wilson wrote:
> Quoting Nanley Chery (2018-07-12 18:28:16)
> > Retile miptrees to a linear tiling less often. Retiling can cause issues
> > with imported BOs.
> >
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106738
> > Suggested-by: Chr
On Thu, Jul 12, 2018 at 10:29 AM Caio Marcelo de Oliveira Filho <
caio.olive...@intel.com> wrote:
> On Sat, Jul 07, 2018 at 09:35:52AM -0700, Jason Ekstrand wrote:
> > On Thu, Jul 5, 2018 at 6:34 PM Caio Marcelo de Oliveira Filho <
> > caio.olive...@intel.com> wrote:
> >
> > > On Wed, Jun 27, 2018
On Thu, Jul 12, 2018 at 10:28 AM Caio Marcelo de Oliveira Filho <
caio.olive...@intel.com> wrote:
> > > Question: earlier in the code we call
> > >
> > >populate_wm_prog_key(pipeline, info, &key);
> > >
> > > which does
> > >
> > >key->nr_color_regions = pipeline->subpass->color_count;
> >
Quoting Samuel Pitoiset (2018-07-11 02:55:55)
> A ZPASS_DONE or PIXEL_STAT_DUMP_EVENT (of the DB occlusion
> counters) must immediately precede every timestamp event to
> prevent a GPU hang on GFX9.
>
> Signed-off-by: Samuel Pitoiset
> Cc: 18.1
> ---
> src/amd/vulkan/radv_cmd_buffer.c | 15
Reviewed-by: Dylan Baker
Quoting Eric Anholt (2018-07-12 11:44:45)
> These are not unit tests, as they rely on the host's XVMC and some user
> configuration. Switch them over to being general installed tools, to fix
> unit testing.
>
> Fixes: 22a817af8a89 ("meson: build gallium xvmc state track
Quoting Danylo Piliaiev (2018-07-12 06:09:57)
> Make xlease automatically enabled only if xcb-randr >= 1.13,
> check its version if manually enabled.
>
> Enable VK_EXT_display_control only when libdrm >= 2.4.89
>
> Check for DRM_EVENT_CONTEXT_VERSION >= 4 to use sequence_handler.
>
> Add support
Roland Scheidegger writes:
> Am 12.07.2018 um 00:05 schrieb Eric Anholt:
>> For V3D, the HW will interpolate slightly differently along the shared
>> edge of the trifan. The conformance tests manage to catch this in the
>> nearest_consistency_* group. To get interpolation to match, we need the
---
src/intel/tools/intel_dump_gpu.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/intel/tools/intel_dump_gpu.c b/src/intel/tools/intel_dump_gpu.c
index 1201fa35ae0c..766ba662d910 100644
--- a/src/intel/tools/intel_dump_gpu.c
+++ b/src/intel/tools/intel_dump_gpu.c
@@ -728,6 +728,8 @@ a
These are not unit tests, as they rely on the host's XVMC and some user
configuration. Switch them over to being general installed tools, to fix
unit testing.
Fixes: 22a817af8a89 ("meson: build gallium xvmc state tracker")
---
meson.build | 2 +-
meson_options.tx
Quoting Nanley Chery (2018-07-12 18:28:15)
> Drop an if statement whose predicate never evaluates to true. row_pitch
> belongs to a surface with non-linear tiling. According to
> isl_calc_tiled_min_row_pitch, the pitch is a multiple of the tile width.
> By looking at isl_tiling_get_info, we see tha
Quoting Nanley Chery (2018-07-12 18:28:16)
> Retile miptrees to a linear tiling less often. Retiling can cause issues
> with imported BOs.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106738
> Suggested-by: Chris Wilson
> Cc:
Reviewed-by: Chris Wilson
-Chris
__
Quoting Nanley Chery (2018-07-12 18:28:14)
> We'd like to reuse this helper.
>
> Cc:
Reviewed-by: Chris Wilson
-Chris
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
On Sat, Jul 07, 2018 at 09:35:52AM -0700, Jason Ekstrand wrote:
> On Thu, Jul 5, 2018 at 6:34 PM Caio Marcelo de Oliveira Filho <
> caio.olive...@intel.com> wrote:
>
> > On Wed, Jun 27, 2018 at 07:00:56PM -0700, Jason Ekstrand wrote:
> > > The back-end compiler emits the number of color writes spe
We'd like to reuse this helper.
Cc:
---
src/mesa/drivers/dri/i965/intel_blit.c| 12 ++--
src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 10 ++
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/intel_blit.c
b/src/mesa/drivers/dri/
Drop an if statement whose predicate never evaluates to true. row_pitch
belongs to a surface with non-linear tiling. According to
isl_calc_tiled_min_row_pitch, the pitch is a multiple of the tile width.
By looking at isl_tiling_get_info, we see that non-linear tilings have
widths greater than or eq
Retile miptrees to a linear tiling less often. Retiling can cause issues
with imported BOs.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106738
Suggested-by: Chris Wilson
Cc:
---
src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 12 ++--
1 file changed, 6 insertions(+), 6 deleti
> > Question: earlier in the code we call
> >
> >populate_wm_prog_key(pipeline, info, &key);
> >
> > which does
> >
> >key->nr_color_regions = pipeline->subpass->color_count;
> >
> >key->replicate_alpha = key->nr_color_regions > 1 &&
> > info->pMultisampleState
Eric Anholt writes:
> Harish Krupo writes:
>
>> Hi Eric,
>>
>> Eric Anholt writes:
>>
>>> Harish Krupo writes:
>>>
The intension of the KHR_partial_update was not to send the damage back
to the platform but to send the damage to the driver to ensure that the
following rendering
Reviewed-by: Caio Marcelo de Oliveira Filho
On Wed, Jul 11, 2018 at 10:49:49PM -0700, Jason Ekstrand wrote:
> Gcc 8 warns "cast to pointer from integer of different size" in 32-bit
> builds.
> ---
> src/util/rb_tree.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/
https://bugs.freedesktop.org/show_bug.cgi?id=107022
--- Comment #14 from Samuel Pitoiset ---
See https://bugs.freedesktop.org/show_bug.cgi?id=107156#c5
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.__
On Wed, Jun 27, 2018 at 6:08 PM Chad Versace
wrote:
> On Tue 26 Jun 2018, Jason Ekstrand wrote:
> > This lets us move the glBlitFramebuffer nonsense into the GL driver and
> > make the usage of BLORP mutch more explicit and obvious as to what it's
> > doing.
> > ---
> > src/intel/blorp/blorp.h
On Wed, Jun 27, 2018 at 5:55 PM Chad Versace
wrote:
> On Tue 26 Jun 2018, Jason Ekstrand wrote:
> > At the moment, this is entirely internal but we'll expose it to clients
> > of the BLORP API in the next commit.
> > ---
> > src/intel/blorp/blorp.h | 8 ++
> > src/intel/blorp/blorp_blit.c
On Thu, Jul 12, 2018 at 5:26 PM, Jason Ekstrand wrote:
> On Thu, Jul 12, 2018 at 2:30 AM Bas Nieuwenhuizen
> wrote:
>>
>> On Thu, Jul 12, 2018 at 1:03 AM, Jason Ekstrand
>> wrote:
>> > While we're at it, add some extensions we missed along the way like the
>> > VK_KHR_maintenanceN extensions.
>>
https://bugs.freedesktop.org/show_bug.cgi?id=107022
--- Comment #13 from zefkerri...@gmail.com ---
(In reply to Samuel Pitoiset from comment #12)
> Bisecting the issue can help.
And what do we need to do for this?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You a
https://bugs.freedesktop.org/show_bug.cgi?id=107022
--- Comment #12 from Samuel Pitoiset ---
Bisecting the issue can help.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailin
On Thu, Jul 12, 2018 at 2:30 AM Bas Nieuwenhuizen
wrote:
> On Thu, Jul 12, 2018 at 1:03 AM, Jason Ekstrand
> wrote:
> > While we're at it, add some extensions we missed along the way like the
> > VK_KHR_maintenanceN extensions.
> > ---
> > docs/features.txt | 39 +---
Am Donnerstag, den 12.07.2018, 16:33 +0200 schrieb Michel Dänzer:
> > From: Michel Dänzer
>
> It's optional, only implemented by the etnaviv driver so far.
>
> Fixes: 501d0edeca32 "st/mesa: call resource_changed when binding a
> EGLImage to a texture"
> Fixes: a37cf630b4d1 "
https://bugs.freedesktop.org/show_bug.cgi?id=107022
--- Comment #11 from zefkerri...@gmail.com ---
(In reply to Samuel Pitoiset from comment #10)
> Definitely not enough of caffeine today. Apparently, the issue is
> SI-specific which means I can't do anything because I don't have the
> hardware. I
On Wed, Jul 11, 2018 at 4:11 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> ---
> include/pci_ids/radeonsi_pci_ids.h | 7 +++
> src/amd/addrlib/amdgpu_asic_addr.h | 2 ++
> src/amd/addrlib/gfx9/gfx9addrlib.cpp| 3 ++-
> src/amd/addrlib/gfx9/gfx9addrlib.h
https://bugs.freedesktop.org/show_bug.cgi?id=107022
--- Comment #10 from Samuel Pitoiset ---
Definitely not enough of caffeine today. Apparently, the issue is SI-specific
which means I can't do anything because I don't have the hardware. It works
fine on Polaris/Vega.
--
You are receiving this
From: Michel Dänzer
It's optional, only implemented by the etnaviv driver so far.
Fixes: 501d0edeca32 "st/mesa: call resource_changed when binding a
EGLImage to a texture"
Fixes: a37cf630b4d1 "gallium: add pipe_screen::resource_changed callback
wrappers"
Not really a fan of this one, we can literally have thousands of
entries which seems largish when considering the stacks for heavily
threaded stuff are often much smaller.
On Thu, Jul 12, 2018 at 4:26 PM, Samuel Pitoiset
wrote:
> Signed-off-by: Samuel Pitoiset
> ---
> src/amd/vulkan/winsys/amdg
https://bugs.freedesktop.org/show_bug.cgi?id=107022
--- Comment #9 from zefkerri...@gmail.com ---
(In reply to Samuel Pitoiset from comment #8)
> Yeah sorry, I took the decision too quickly... Can you upload the savegame
> where you recorded the video please?
I already did this before I created t
Signed-off-by: Samuel Pitoiset
---
src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c | 16 +++-
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c
b/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c
index c94c0f339f..e7ad9d7f6b 100644
Signed-off-by: Samuel Pitoiset
---
src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c
b/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c
index 5824a29b9e..c94c0f339f 100644
--- a/src
https://bugs.freedesktop.org/show_bug.cgi?id=107022
--- Comment #8 from Samuel Pitoiset ---
Yeah sorry, I took the decision too quickly... Can you upload the savegame
where you recorded the video please?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the ass
https://bugs.freedesktop.org/show_bug.cgi?id=107022
zefkerri...@gmail.com changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXE
Make xlease automatically enabled only if xcb-randr >= 1.13,
check its version if manually enabled.
Enable VK_EXT_display_control only when libdrm >= 2.4.89
Check for DRM_EVENT_CONTEXT_VERSION >= 4 to use sequence_handler.
Add support for 'protect' attribute to anv_entrypoints_gen.
Bugzilla: ht
https://bugs.freedesktop.org/show_bug.cgi?id=107022
Samuel Pitoiset changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=107156
Samuel Pitoiset changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEEDINFO
SNB doesn't have a definition of 3DSTATE_CONSTANT_BODY, thats
why we got segmentation fault when used INTEL_DEBUG=bat.
Fixed by adding of 3DSTATE_CONSTANT_BODY into 3DSTATE_CONSTANT
of VS, GS and PS structures.
v2: added definition of 3DSTATE_CONSTANT_BODY to the gen6.xml
Fixes: 169d8e011ae (inte
https://bugs.freedesktop.org/show_bug.cgi?id=107022
--- Comment #5 from ximik ---
After installing a stable driver version, this bug is gone. maybe you help too
mesa 18.1.3-1 archlinux
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._
https://bugs.freedesktop.org/show_bug.cgi?id=107156
--- Comment #6 from ximik ---
after installing a stable version of this bug disappeared.
mesa 18.1.3-1
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
El 12/07/18 a las 03:23, Caio Marcelo de Oliveira Filho escribió:
> On Wed, Jul 11, 2018 at 06:03:05PM +0200, Jose Maria Casanova Crespo wrote:
>> At 232ed8980217dd65ab0925df28156f565b94b2e5 "i965/fs: Register allocator
>> shoudn't use grf127 for sends dest" we didn't take into account the case
>>
This time all of the patches can be reviewed independently.
Karol Herbst (5):
nir/spirv: print id for unsupported builtins
nir: add builtin builder
nir: fix printing of vec16 type
nir: prepare for bumping up max components to 16
nir/spirv: handle functions with scalar and vector params
Signed-off-by: Karol Herbst
---
src/compiler/spirv/vtn_variables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/spirv/vtn_variables.c
b/src/compiler/spirv/vtn_variables.c
index c86416495b6..67b4d59b9fe 100644
--- a/src/compiler/spirv/vtn_variables.c
+++ b/src/
Fixes: 2f181c8c183cc8b4d0450789bb20c2be48d32db3
"glsl_types: vec8/vec16 support"
Signed-off-by: Karol Herbst
---
src/compiler/nir/nir_print.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/compiler/nir/nir_print.c b/src/compiler/nir/nir_print.c
index 18860db0058..4fa12d2d207 1006
Signed-off-by: Karol Herbst
---
src/compiler/spirv/vtn_cfg.c | 25 ++---
1 file changed, 18 insertions(+), 7 deletions(-)
diff --git a/src/compiler/spirv/vtn_cfg.c b/src/compiler/spirv/vtn_cfg.c
index ed1ab5d1c2c..2b01ede6f81 100644
--- a/src/compiler/spirv/vtn_cfg.c
+++ b/sr
OpenCL knows vector of size 8 and 16.
Signed-off-by: Karol Herbst
---
src/compiler/nir/nir.c| 14
src/compiler/nir/nir.h| 34 ++-
src/compiler/nir/nir_builder.h| 18 ++
src/compiler/nir/nir_lower_alu
also move some of the GLSL builtins over we will need for implementing
some OpenCL builtins
Signed-off-by: Karol Herbst
---
src/compiler/Makefile.sources | 2 +
src/compiler/nir/meson.build | 2 +
src/compiler/nir/nir_builtin_builder.c | 67 ++
src/compil
From: Rob Clark
Signed-off-by: Karol Herbst
---
src/compiler/nir/nir.c | 2 ++
src/compiler/nir/nir_intrinsics.py | 1 +
src/compiler/shader_enums.c| 1 +
src/compiler/shader_enums.h| 1 +
src/compiler/spirv/vtn_variables.c | 4
5 files changed, 9 insertions(+)
On 2018-07-12 12:12 PM, Timothy Arceri wrote:
>
>
> On 12/07/18 19:00, Michel Dänzer wrote:
>> On 2018-07-12 07:26 AM, Marek Olšák wrote:
>>> From: Marek Olšák
>>>
>>> TODO: requires latest libdrm for amdgpu_bo_handle_type_kms_noimport
>>> ---
>>> src/gallium/winsys/amdgpu/drm/amdgpu_bo.c | 6
When requesting a texture of the internal format GL_RGB32F Gallium will
try to allocate a renderable texture and returns RGBA32F or RGBX32F, but
when one requests GL_RGB32I or GL_RGB32UI the according 3-component
texture will be returned. This leads to problems later, when one wants
to use glCopyIm
On 12/07/18 19:00, Michel Dänzer wrote:
On 2018-07-12 07:26 AM, Marek Olšák wrote:
From: Marek Olšák
TODO: requires latest libdrm for amdgpu_bo_handle_type_kms_noimport
---
src/gallium/winsys/amdgpu/drm/amdgpu_bo.c | 6 +++
src/gallium/winsys/amdgpu/drm/amdgpu_bo.h | 2 +
src/gallium/w
Reviewed-by: Bas Nieuwenhuizen
On Thu, Jul 12, 2018 at 1:03 AM, Jason Ekstrand wrote:
> ---
> docs/features.txt | 18 +-
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/docs/features.txt b/docs/features.txt
> index 81fe8d0e751..0705ff9974b 100644
> --- a/docs/
On Thu, Jul 12, 2018 at 1:03 AM, Jason Ekstrand wrote:
> ---
> docs/features.txt | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/docs/features.txt b/docs/features.txt
> index 61ca4d2da65..a70e1d1cc68 100644
> --- a/docs/features.txt
> +++ b/docs/features.txt
> @@ -381,16 +381,21 @@
https://bugs.freedesktop.org/show_bug.cgi?id=107116
LoneVVolf changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
On Thu, Jul 12, 2018 at 1:03 AM, Jason Ekstrand wrote:
> While we're at it, add some extensions we missed along the way like the
> VK_KHR_maintenanceN extensions.
> ---
> docs/features.txt | 39 +--
> 1 file changed, 25 insertions(+), 14 deletions(-)
>
> diff -
On 2018-07-12 07:26 AM, Marek Olšák wrote:
> From: Marek Olšák
>
> TODO: requires latest libdrm for amdgpu_bo_handle_type_kms_noimport
> ---
> src/gallium/winsys/amdgpu/drm/amdgpu_bo.c | 6 +++
> src/gallium/winsys/amdgpu/drm/amdgpu_bo.h | 2 +
> src/gallium/winsys/amdgpu/drm/amdgpu_cs.c | 54
Reviewed-by: Bas Nieuwenhuizen
for the series.
On Tue, Jul 10, 2018 at 4:13 PM, Samuel Pitoiset
wrote:
> Now that 'set' can't be NULL because the meta operations no
> longer bind a NULL descriptor, the logic can be simplified
> a little bit.
>
> Signed-off-by: Samuel Pitoiset
> ---
> src/amd/
With Timothy suggestions applied, patches 1-8 are:
Reviewed-by: Samuel Pitoiset
On 07/12/2018 07:26 AM, Marek Olšák wrote:
From: Marek Olšák
---
src/gallium/winsys/amdgpu/drm/amdgpu_cs.c | 17 -
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/src/gallium/wins
On 07/12/2018 08:21 AM, Timothy Arceri wrote:
On 12/07/18 15:26, Marek Olšák wrote:
From: Marek Olšák
TODO: requires latest libdrm for amdgpu_bo_handle_type_kms_noimport
Forgot to bump this?
libdrm doesn't seem to contain the required function. I guess Marek has
some local patches and
https://bugs.freedesktop.org/show_bug.cgi?id=107169
--- Comment #4 from Denis ---
>GPU: Ati Radeon HD3000
oh... my bad, yesterday I was sure that I saw here Intel HD3000 :( And I had
exactly that GPU... Do you have any intel card to check the issue (whether it
actual or not on it?)
--
You are r
On 07/11/2018 06:52 PM, Dylan Baker wrote:
Quoting Samuel Pitoiset (2018-07-09 09:02:58)
This might fix some synchronization issues. I don't know if
that will affect performance but it's required for correctness.
v3: - wait for CP DMA in CmdPipelineBarrier()
- clear the busy value when C
On 11.07.18 20:43, Dylan Baker wrote:
Quoting Danylo Piliaiev (2018-07-11 04:26:03)
diff --git a/meson.build b/meson.build
index 7d12af3d51..2683060827 100644
--- a/meson.build
+++ b/meson.build
@@ -1088,6 +1088,8 @@ _drm_freedreno_ver = '2.4.92'
_drm_intel_ver = '2.4.75'
_drm_ver = '2.4.7
85 matches
Mail list logo