https://bugs.freedesktop.org/show_bug.cgi?id=107369
--- Comment #9 from infini...@pwned.gg ---
I guess a third possibility is that stack protectors are actually relevant for
GPUs but Clang/LLVM is not generating correct code for those in this case.
--
You are receiving this mail because:
You are
https://bugs.freedesktop.org/show_bug.cgi?id=107369
--- Comment #8 from infini...@pwned.gg ---
For background, this is the CFLAGS that Debian passes when compiling all C
programs. From the GCC man page:
-fstack-protector
Emit extra code to check for buffer overflows, such as stack smashing
Because this was setting image to true we would end up calling
si_load_image_desc() when we sould be calling
si_load_sampler_desc().
This fixes an assert() in Deus Ex: MD
---
src/amd/common/ac_nir_to_llvm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/amd/common/ac_ni
Looks like a mistake from when the deref stuff landed.
Fixes: 506a07e4e3a4 ("ac/nir: Add deref support to image intrinsics.")
Cc: Bas Nieuwenhuizen
---
src/amd/common/ac_nir_to_llvm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/c
On Thu, Jul 26, 2018 at 8:29 PM Timothy Arceri
wrote:
> Any reason there are no shader-db results to go with the commits that
> turn on the opts?
>
Because I haven't gotten any yet. I know they help with GL because they
affect piglit tests but I haven't had a chance to run shader-db yet; I've
b
From: Dave Airlie
The code sizes return here get passed to the cache shader insert function,
which then memcpy from the code ptr, and causes all sorts of valgrind
errors like:
==6755== Invalid read of size 8
==6755==at 0x4C32FEE: memcpy@GLIBC_2.2.5 (vg_replace_strmem.c:1021)
==6755==by 0x
From: Dave Airlie
If we have tracing enabled we could do all the tracing emits
and overflow the precalculated cdw_max.
---
src/amd/vulkan/radv_cmd_buffer.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/amd/vulkan/radv_cmd_buffer.c b/src/amd/vulkan/radv_cmd_buffer.c
From: Marek Olšák
---
.../drivers/radeonsi/si_shader_tgsi_mem.c | 21 +--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_shader_tgsi_mem.c
b/src/gallium/drivers/radeonsi/si_shader_tgsi_mem.c
index 427fead09d0..f5729acb8df 10064
From: Marek Olšák
a needle in the haystack?
Cc: 18.1
---
src/amd/common/ac_surface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/common/ac_surface.c b/src/amd/common/ac_surface.c
index afdae1971e9..2f4f0f8884f 100644
--- a/src/amd/common/ac_surface.c
+++ b/src/a
From: Marek Olšák
---
src/gallium/drivers/radeonsi/si_compute.c | 8
src/gallium/drivers/radeonsi/si_compute.h | 3 +--
src/gallium/drivers/radeonsi/si_shader.c | 3 ++-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_compute.c
b/src/gall
Any reason there are no shader-db results to go with the commits that
turn on the opts?
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
On 26/07/18 14:04, Timothy Arceri wrote:
On 23/07/18 18:02, Timothy Arceri wrote:
Since we know what side of the branch we ended up on we can just
replace the use with a constant.
All the spill changes in shader-db are from Dolphin uber shaders,
despite some small regressions the change is clea
On Fri, Jul 27, 2018 at 6:52 AM Chad Versace wrote:
>
> On Wed 25 Jul 2018, Tomasz Figa wrote:
> > Hi Chad,
> >
> > On Wed, Jul 25, 2018 at 10:11 AM Chad Versace
> > wrote:
> > >
> > > Problem 1: u_debug_stack_android.cpp transitively included
> > > "pipe/p_compiler.h", but src/gallium/include w
Chema Casanova writes:
> El 26/07/18 a las 20:02, Francisco Jerez escribió:
>> Chema Casanova writes:
>>
>>> El 20/07/18 a las 22:10, Francisco Jerez escribió:
Chema Casanova writes:
> El 20/07/18 a las 00:34, Francisco Jerez escribió:
>> Chema Casanova writes:
>>
>>
https://bugs.freedesktop.org/show_bug.cgi?id=107391
mirh changed:
What|Removed |Added
CC||m...@protonmail.ch
--
You are receiving this ma
https://bugs.freedesktop.org/show_bug.cgi?id=107351
--- Comment #12 from Bas Nieuwenhuizen ---
Note that *pCreateInfo and *gralloc_info are structs, not integers so printing
them this way is not very useful, since you are missing most of the data (also
gralloc_info is a pointer, printing that is
Hi,
A few comments and questions. I still haven't finished reading
emit_split_copies(), though.
On Thu, Jul 26, 2018 at 09:00:03AM -0700, Jason Ekstrand wrote:
> This pass looks for array variables where at least one level of the
> array is never indirected and splits it into multiple smaller va
This fixes the problem I was seeing where intel_run and run produced
different results. Thanks!
Tested-by: Ian Romanick
On 07/26/2018 04:13 PM, Kenneth Graunke wrote:
> Modern kernels support I915_PARAM_HAS_CONTEXT_ISOLATION, which allows
> us to whack certain context registers with impunity.
El 26/07/18 a las 20:02, Francisco Jerez escribió:
> Chema Casanova writes:
>
>> El 20/07/18 a las 22:10, Francisco Jerez escribió:
>>> Chema Casanova writes:
>>>
El 20/07/18 a las 00:34, Francisco Jerez escribió:
> Chema Casanova writes:
>
>> El 14/07/18 a las 00:14, Francisco
From: Sumit Semwal
This is a forward port of a patch from the AOSP/master tree:
https://android.googlesource.com/platform/external/mesa3d/+/bd30b663f55f8af73a0be4446349c5a2d4c641b0%5E%21/
Since https://android-review.googlesource.com/c/718518 added
timespec_get() to bionic, mesa3d doesn't build
On Thu, Jul 26, 2018 at 7:30 AM Emil Velikov
wrote:
> Hi David,
>
> Hi Emil,
Thanks for the comments.
> On 18 July 2018 at 01:12, David Riley wrote:
> > 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 w
https://bugs.freedesktop.org/show_bug.cgi?id=107351
--- Comment #11 from Mauro Rossi ---
Hi Bas,
thanks for your instructions
I've tracked the line crashing in the radv_image.c file in master branch
utente@utente-MS-7576:~/oreo-x86_hwc1$ addr2line -Cfe
out/target/product/x86_64/symbols/system/
Modern kernels support I915_PARAM_HAS_CONTEXT_ISOLATION, which allows
us to whack certain context registers with impunity. One of those is
INSTPM/CS_DEBUG_MODE2, which controls whether Constant Buffer 0 is
relative to dynamic state base address, or a general GPU address.
If it's relative (the defa
https://bugs.freedesktop.org/show_bug.cgi?id=107391
Bug ID: 107391
Summary: feature request: enforceable vsync and anisotropic
filtering via environment variables
Product: Mesa
Version: unspecified
Hardware: x86-64 (AMD64)
On Wed 25 Jul 2018, Tomasz Figa wrote:
> Hi Chad,
>
> On Wed, Jul 25, 2018 at 10:11 AM Chad Versace
> wrote:
> >
> > Problem 1: u_debug_stack_android.cpp transitively included
> > "pipe/p_compiler.h", but src/gallium/include was missing from the C++
> > include path.
> >
> > Problem 2: Add -std=
https://bugs.freedesktop.org/show_bug.cgi?id=107385
--- Comment #8 from monkeyinastripedsh...@gmail.com ---
Created attachment 140844
--> https://bugs.freedesktop.org/attachment.cgi?id=140844&action=edit
Xorg log
Unfortunately no, `1:18.0.1+git1807251933.fed411~oibaf~b` does not solve the
probl
On Thu, 2018-07-26 at 10:51 -0700, Francisco Jerez wrote:
> Jan Vesely writes:
>
> > It's OK to pass them in memory, which is what kernel invocation needs.
> > Fixes AMDGCN regressions since llvm r337535 ("Reapply "AMDGPU: Fix handling
> > of alignment padding in DAG argument lowering"):
> >
Since we're always going top-down through the
program there should be no need to "walk backwards",
so this approach should be enough to get the whole chain
of assignments in one pass. Neat.
Reviewed-by: Thomas Helland
2018-07-25 3:03 GMT+02:00 Caio Marcelo de Oliveira Filho
:
> When creating a ne
FYI, after further consideration, I've started reworking this pass to also
be able to shorten arrays even if it can't split them. Probably best to
wait on review for v2.
On July 26, 2018 09:00:57 Jason Ekstrand wrote:
This pass looks for array variables where at least one level of the
array
This is:
Reviewed-by: Thomas Helland
2018-07-25 3:03 GMT+02:00 Caio Marcelo de Oliveira Filho
:
> Now that the elements version handles both cases, remove the
> non-elements version.
>
> Reviewed-by: Eric Anholt
> ---
> src/compiler/Makefile.sources | 1 -
> src/compiler/glsl/glsl
https://bugs.freedesktop.org/show_bug.cgi?id=107385
--- Comment #7 from monkeyinastripedsh...@gmail.com ---
>xserver-xorg-video-radeon:amd64 (1:18.0.1-1,
>1:18.0.1+git1807201017.64bd00~oibaf~b)
The update is downloading right now and I'll let you know as soon as I've
tested it.
--
You are rece
2018-07-25 3:03 GMT+02:00 Caio Marcelo de Oliveira Filho
:
> Keep information in acp_entry whether the entry is full or not, and
> use the ACP in more nodes when visiting the instructions:
>
> - add_copy: write whole variables to the ACP state (regardless the
> type).
>
> - visit(ir_dereference_v
On Thu, Jul 26, 2018 at 12:09 PM, Rob Herring wrote:
> Resending from correct email...
>
> On Thu, Jul 26, 2018 at 12:28 PM John Stultz wrote:
>>
>> From: Sumit Semwal
>>
>> This is a forward port of a patch from the AOSP/master tree:
>> https://android.googlesource.com/platform/external/mesa3d/
Resending from correct email...
On Thu, Jul 26, 2018 at 12:28 PM John Stultz wrote:
>
> From: Sumit Semwal
>
> This is a forward port of a patch from the AOSP/master tree:
> https://android.googlesource.com/platform/external/mesa3d/+/bd30b663f55f8af73a0be4446349c5a2d4c641b0%5E%21/
>
> Since http
On Thu, Jul 26, 2018 at 7:22 AM Emil Velikov
wrote:
> Hi David,
>
> On 18 July 2018 at 01:12, David Riley wrote:
>
> Commit message here should explain why this is needed. Is the current
> kms_swrast usage failing/crashing somewhere, etc.
>
The change wasn't needed for kms_swrast, just for swra
2018-07-26 18:00 GMT+02:00 Jason Ekstrand :
> ---
> src/compiler/Makefile.sources | 1 +
> src/compiler/nir/meson.build | 1 +
> src/compiler/nir/nir.h| 1 +
> src/compiler/nir/nir_split_vars.c | 271 ++
> 4 files changed, 274 insertions(+)
>
FYI, I'd like to include this in Mesa 18.2, which means I'll push this
on Monday July 30 if there is no review.
Marek
On Mon, Jul 23, 2018 at 7:52 PM, Marek Olšák wrote:
> Hi,
>
> This series enables ASTC texture compression for all Gallium drivers
> that don't support it in hardware. The works
From: Dan Willemsen
This is a partial cherry-pick from AOSP's mesa3d tree:
https://android.googlesource.com/platform/external/mesa3d/+/a88dcf769eb00a4ffc7183a0396d881a28b5a29b%5E%21/
"We're deprecating make implicit rules, preferring static pattern
rules, or just regular rules."
Without this
From: Dan Willemsen
This is a forward port of a patch from the AOSP/master tree:
https://android.googlesource.com/platform/external/mesa3d/+/bd633f11de0c6ac1ed333a28344c74fd9898df9e%5E%21/
Which replaces HOST_OUT_release with HOST_OUT
As per Dan's explanation, the current code was incorrect to
From: Sumit Semwal
This is a forward port of a patch from the AOSP/master tree:
https://android.googlesource.com/platform/external/mesa3d/+/bd30b663f55f8af73a0be4446349c5a2d4c641b0%5E%21/
Since https://android-review.googlesource.com/c/718518 added
timespec_get() to bionic, mesa3d doesn't build
Chema Casanova writes:
> El 20/07/18 a las 22:10, Francisco Jerez escribió:
>> Chema Casanova writes:
>>
>>> El 20/07/18 a las 00:34, Francisco Jerez escribió:
Chema Casanova writes:
> El 14/07/18 a las 00:14, Francisco Jerez escribió:
>> Jose Maria Casanova Crespo writes:
>
Jan Vesely writes:
> It's OK to pass them in memory, which is what kernel invocation needs.
> Fixes AMDGCN regressions since llvm r337535 ("Reapply "AMDGPU: Fix handling
> of alignment padding in DAG argument lowering"):
> scalar-arithmetic-char
> scalar-arithmetic-uchar
> scal
Jan Vesely writes:
> Trigger waiter condition variable.
> Passes 'events' CTS on carrizo and turks.
> v2: reduce to 0
>
> Signed-off-by: Jan Vesely
Reviewed-by: Francisco Jerez
> ---
> src/gallium/state_trackers/clover/core/event.cpp | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
On Thu, Jul 26, 2018 at 09:00:02AM -0700, Jason Ekstrand wrote:
> ---
> src/compiler/Makefile.sources | 1 +
> src/compiler/nir/meson.build | 1 +
> src/compiler/nir/nir.h| 1 +
> src/compiler/nir/nir_split_vars.c | 271 ++
> 4 files changed,
Olivier Fourdan writes:
> get_supported_modifiers() and pixmap_from_buffers() requests both
> expect a window as drawable, passing a pixmap will fail as the Xserver
> will fail to match the given drawable to a window.
>
> That leads to dri3_alloc_render_buffer() to return NULL and breaks
> render
On Thu, Jul 26, 2018 at 9:38 AM Caio Marcelo de Oliveira Filho <
caio.olive...@intel.com> wrote:
> This patch as-is is
>
> Reviewed-by: Caio Marcelo de Oliveira Filho
>
> but consider the question below.
>
> On Thu, Jul 26, 2018 at 08:59:58AM -0700, Jason Ekstrand wrote:
> > Fixes: d800b7daa5440
On Thu, Jul 26, 2018 at 6:46 AM, Emil Velikov wrote:
> On 25 July 2018 at 20:52, John Stultz wrote:
>> On Wed, Jul 25, 2018 at 5:42 AM, Emil Velikov
>> wrote:
>>> On 25 July 2018 at 00:21, John Stultz wrote:
From: Yong Yao
This is a forward port of a patch from the AOSP/master
https://bugs.freedesktop.org/show_bug.cgi?id=107369
--- Comment #7 from Gian-Carlo Pascutto ---
Nice debugging.
Is this LLVM miscompiling the library, or LLVM trying to do stack protection on
AMD GCN code?
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA
On Wed, Jul 25, 2018 at 1:52 PM John Stultz wrote:
>
> On Wed, Jul 25, 2018 at 5:42 AM, Emil Velikov
> wrote:
> > On 25 July 2018 at 00:21, John Stultz wrote:
> >> From: Yong Yao
> >>
> >> This is a forward port of a patch from the AOSP/master branch:
> >> https://android.googlesource.com/plat
https://bugs.freedesktop.org/show_bug.cgi?id=107369
--- Comment #6 from Aaron Watry ---
Passing "-fstack-protector-strong" into clang_bc_flags is what's breaking
libclc for debian.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug._
This patch is:
Reviewed-by: Thomas Helland
2018-07-26 18:00 GMT+02:00 Jason Ekstrand :
> ---
> src/compiler/nir_types.cpp | 15 +++
> src/compiler/nir_types.h | 2 ++
> 2 files changed, 17 insertions(+)
>
> diff --git a/src/compiler/nir_types.cpp b/src/compiler/nir_types.cpp
> ind
This is already fixed in master it seems
2018-07-26 17:59 GMT+02:00 Jason Ekstrand :
> In 1beef89ad85c47fb6, we made a bunch of changes to NIR to allow for
> more than four components. This assert was added to trigger if we ever
> saw a vec16 input variable. However, it didn't take into account
This is:
Reviewed-by: Thomas Helland
2018-07-26 18:00 GMT+02:00 Jason Ekstrand :
> We weren't returning at the end of the nir_isntr_type_deref case in
> nir_instrs_equal and it was falling through to the default of false.
> While we're at it, make the default unreachable because all statements
> i
This patch is
Reviewed-by: Caio Marcelo de Oliveira Filho
On Thu, Jul 26, 2018 at 09:00:00AM -0700, Jason Ekstrand wrote:
> We weren't returning at the end of the nir_isntr_type_deref case in
> nir_instrs_equal and it was falling through to the default of false.
> While we're at it, make the d
This patch as-is is
Reviewed-by: Caio Marcelo de Oliveira Filho
but consider the question below.
On Thu, Jul 26, 2018 at 08:59:58AM -0700, Jason Ekstrand wrote:
> Fixes: d800b7daa5440 "nir: Add a helper for figuring out what..."
> ---
> src/compiler/nir/nir.c | 3 +++
> 1 file changed, 3 inser
https://bugs.freedesktop.org/show_bug.cgi?id=107369
--- Comment #5 from Aaron Watry ---
I reverted llvm to the 6.0.0 version packaged in the padoka ppa (from my 7.0svn
build) and libclc to the package manager's version and managed to reproduce the
failure.
Failing versions:
libclc: 0.2.0+git20
https://bugs.freedesktop.org/show_bug.cgi?id=106156
Andrés Gómez García changed:
What|Removed |Added
CC||mario.klei...@tuebingen.mpg
On Thu, Jul 26, 2018 at 5:55 PM, Emil Velikov wrote:
> On 26 July 2018 at 16:25, Bas Nieuwenhuizen wrote:
>> On Thu, Jul 26, 2018 at 5:15 PM, Bas Nieuwenhuizen
>> wrote:
>>> On Thu, Jul 26, 2018 at 5:01 PM, Emil Velikov
>>> wrote:
Hi Bas,
Pardon for joining so late.
On
https://bugs.freedesktop.org/show_bug.cgi?id=107388
Michel Dänzer changed:
What|Removed |Added
Assignee|mesa-dev@lists.freedesktop. |intel-3d-bugs@lists.freedes
This is:
Reviewed-by: Thomas Helland
26. jul. 2018 18.04 skrev "Jason Ekstrand" :
They're all just querying things about the list and not mutating
anything.
---
src/util/list.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/util/list.h b/src/util/list.h
index 6ed
https://bugs.freedesktop.org/show_bug.cgi?id=107388
Bug ID: 107388
Summary: GTK Apps severely glitching after updating from 18.1.3
to 18.1.4
Product: Mesa
Version: 18.0
Hardware: x86-64 (AMD64)
OS: Linux (Al
On Thu, Jul 26, 2018 at 2:26 AM Eric Engestrom
wrote:
> On Thursday, 2018-07-26 02:03:58 -0700, Jason Ekstrand wrote:
> > On Thu, Jul 26, 2018 at 1:50 AM Eric Engestrom >
> > wrote:
> >
> > > On Wednesday, 2018-07-25 14:00:29 -0700, Dylan Baker wrote:
> > > > Quoting Eric Engestrom (2018-07-25 1
Reviewed-by: Jason Ekstrand
On Tue, Jul 24, 2018 at 6:28 AM Alejandro Piñeiro
wrote:
> From: Neil Roberts
>
> Whenever a non-zero stream is written to it now sets uses_streams to
> true. This reflects the code in validate_geometry_shader_emissions for
> GLSL.
>
> v2: set uses_streams at gather
---
src/compiler/nir_types.cpp | 15 +++
src/compiler/nir_types.h | 2 ++
2 files changed, 17 insertions(+)
diff --git a/src/compiler/nir_types.cpp b/src/compiler/nir_types.cpp
index 3a3864414f3..c6f30368c95 100644
--- a/src/compiler/nir_types.cpp
+++ b/src/compiler/nir_types.cpp
@
We have to be a bit careful with this one because we want it to run in
the optimization loop but only in the first brw_nir_optimize call.
Later calls assume that we've lowered away copy_deref instructions and
we don't want to introduce any more.
---
src/intel/compiler/brw_nir.c | 16 +-
This peephole optimization looks for a series of load/store_deref or
copy_deref instructions that copy an array from one variable to another
and turns it into a copy_deref that copies the entire array. The
pattern it looks for is extremely specific but it's good enough to pick
up on the input arra
---
src/intel/compiler/brw_nir.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c
index 96ad77c3906..506051d6419 100644
--- a/src/intel/compiler/brw_nir.c
+++ b/src/intel/compiler/brw_nir.c
@@ -542,6 +542,7 @@ brw_nir_optimize(nir_shad
---
src/intel/compiler/brw_nir.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c
index 5990427b731..96ad77c3906 100644
--- a/src/intel/compiler/brw_nir.c
+++ b/src/intel/compiler/brw_nir.c
@@ -541,6 +541,7 @@ brw_nir_optimize(nir_sh
---
src/compiler/Makefile.sources | 1 +
src/compiler/nir/meson.build | 1 +
src/compiler/nir/nir.h| 1 +
src/compiler/nir/nir_split_vars.c | 271 ++
4 files changed, 274 insertions(+)
create mode 100644 src/compiler/nir/nir_split_vars.c
dif
This pass looks for variables with vector or array-of-vector types and
narrows the type to only the components used.
---
src/compiler/nir/nir.h| 1 +
src/compiler/nir/nir_split_vars.c | 530 +-
2 files changed, 523 insertions(+), 8 deletions(-)
diff --git
They're all just querying things about the list and not mutating
anything.
---
src/util/list.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/util/list.h b/src/util/list.h
index 6edb7501109..09d1b4cae64 100644
--- a/src/util/list.h
+++ b/src/util/list.h
@@ -72,7 +7
Fixes: d800b7daa5440 "nir: Add a helper for figuring out what..."
---
src/compiler/nir/nir.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/compiler/nir/nir.c b/src/compiler/nir/nir.c
index bc7f05b3e86..a849664134f 100644
--- a/src/compiler/nir/nir.c
+++ b/src/compiler/nir/nir.c
@@ -14
This series adds some optimizations on variables to try and help shaders
with indirects where we can't just throw the variables away and use SSA.
The particular motivation of this series is the tessellation control
shaders in Batman: Arkham City as translated by DXVK. When DXVK
translates a tessel
This pass looks for array variables where at least one level of the
array is never indirected and splits it into multiple smaller variables.
---
src/compiler/nir/nir.h| 1 +
src/compiler/nir/nir_split_vars.c | 525 ++
2 files changed, 526 insertions(+)
di
We weren't returning at the end of the nir_isntr_type_deref case in
nir_instrs_equal and it was falling through to the default of false.
While we're at it, make the default unreachable because all statements
in the switch now have their own returns. Had we done that before, we
would have caught th
In 1beef89ad85c47fb6, we made a bunch of changes to NIR to allow for
more than four components. This assert was added to trigger if we ever
saw a vec16 input variable. However, it didn't take into account the
fact that we can get matrices as input/output variables and they break
this assumption w
On 26 July 2018 at 16:32, Mauro Rossi wrote:
> Hello there,
> Il giorno gio 26 lug 2018 alle ore 17:09 Mauro Rossi
> ha scritto:
>>
>> Hi Emil,
>>
>> Il giorno gio 26 lug 2018 alle ore 16:48 Emil Velikov
>> ha scritto:
>> >
>> > On 22 July 2018 at 09:14, Mauro Rossi wrote:
>> > > radv implement
On 26 July 2018 at 16:25, Bas Nieuwenhuizen wrote:
> On Thu, Jul 26, 2018 at 5:15 PM, Bas Nieuwenhuizen
> wrote:
>> On Thu, Jul 26, 2018 at 5:01 PM, Emil Velikov
>> wrote:
>>> Hi Bas,
>>>
>>> Pardon for joining so late.
>>>
>>> On 18 July 2018 at 13:01, Bas Nieuwenhuizen
>>> wrote:
radv
Hello there,
Il giorno gio 26 lug 2018 alle ore 17:09 Mauro Rossi
ha scritto:
>
> Hi Emil,
>
> Il giorno gio 26 lug 2018 alle ore 16:48 Emil Velikov
> ha scritto:
> >
> > On 22 July 2018 at 09:14, Mauro Rossi wrote:
> > > radv implements the Android Vulkan HAL interface, this patch adds
> > > An
On Thu, Jul 26, 2018 at 5:15 PM, Bas Nieuwenhuizen
wrote:
> On Thu, Jul 26, 2018 at 5:01 PM, Emil Velikov
> wrote:
>> Hi Bas,
>>
>> Pardon for joining so late.
>>
>> On 18 July 2018 at 13:01, Bas Nieuwenhuizen wrote:
>>> radv always needs it, so just check the header instead. Also
>>> do not de
On Thu, Jul 26, 2018 at 5:01 PM, Emil Velikov wrote:
> Hi Bas,
>
> Pardon for joining so late.
>
> On 18 July 2018 at 13:01, Bas Nieuwenhuizen wrote:
>> radv always needs it, so just check the header instead. Also
>> do not declare the function if the variable is not set, so we
>> get a nice comp
https://bugs.freedesktop.org/show_bug.cgi?id=107385
--- Comment #6 from Michel Dänzer ---
Specifically, I'm interested in the versions of the xserver-xorg-video-radeon
package.
BTW, there's a new version 1:18.0.1+git1807251933.fed411~oibaf~x of that
package, can you try if that helps for this is
Hi Vadym,
Ken and Ian explained a bit the situation on this one to me, and it
looks like neither of them are really against this patch. So unless
someone else raise any concern, I'll ack and push the patch later today.
Thanks for fixing this.
Rafael
On Thu, Jul 26, 2018 at 04:04:29PM +0300, Vad
Hi Emil,
Il giorno gio 26 lug 2018 alle ore 16:48 Emil Velikov
ha scritto:
>
> On 22 July 2018 at 09:14, Mauro Rossi wrote:
> > radv implements the Android Vulkan HAL interface, this patch adds
> > Android.mk building rules by porting of radv automake rules.
> > vendor HAL module is installed as
https://bugs.freedesktop.org/show_bug.cgi?id=107385
--- Comment #5 from Michel Dänzer ---
(In reply to monkeyinastripedshirt from comment #4)
> 18.2~git1807210730.e1febb~oibaf~b possibly? I updated to that on sunday.
What was the previous version? /var/log/apt/history.log lists both on the
Upgra
Hi Bas,
Pardon for joining so late.
On 18 July 2018 at 13:01, Bas Nieuwenhuizen wrote:
> radv always needs it, so just check the header instead. Also
> do not declare the function if the variable is not set, so we
> get a nice compile error instead of failing to open a device
> at runtime.
>
AFA
https://bugs.freedesktop.org/show_bug.cgi?id=107385
--- Comment #4 from monkeyinastripedsh...@gmail.com ---
>Can you look up in /var/log/apt/history.log which packages were updated, and
>what the old and new package versions are?
18.2~git1807210730.e1febb~oibaf~b possibly? I updated to that on s
https://bugs.freedesktop.org/show_bug.cgi?id=107385
--- Comment #3 from monkeyinastripedsh...@gmail.com ---
Created attachment 140838
--> https://bugs.freedesktop.org/attachment.cgi?id=140838&action=edit
dmsg log
--
You are receiving this mail because:
You are the assignee for the bug.
You are
On 22 July 2018 at 09:14, Mauro Rossi wrote:
> radv implements the Android Vulkan HAL interface, this patch adds
> Android.mk building rules by porting of radv automake rules.
> vendor HAL module is installed as /vendor/lib/hw/vulkan.radv.so
>
> Signed-off-by: Mauro Rossi
> ---
> src/amd/vulkan/
Hello Andreas,
the improved color depth 30 rendering support for nouveau is imho
ready for merging since about a month:
https://patchwork.freedesktop.org/project/mesa/patches/?submitter=14956&state=&q=&archive=&delegate=
The patch series submitted at 2018-06-13, and the single patch
"loader_dri3
On 22 July 2018 at 09:14, Mauro Rossi wrote:
> Android build system will try to compile vk_format_table.c
> as a shipped source, but at compile time it will be missing,
> we move it to generated source, where it belongs
>
> Signed-off-by: Mauro Rossi
Please add
Fixes: f4e499ec791 ("radv: add ini
Hi David,
On 18 July 2018 at 01:12, David Riley wrote:
> 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/pla
https://bugs.freedesktop.org/show_bug.cgi?id=107369
--- Comment #4 from Aaron Watry ---
My original theory (before I tested 6.0.1 myself) was that the spectre
mitigation changes that went into 6.0.1 broke something about compilation of CL
kernels, but that doesn't seem to have been the case (I di
To avoid serializing, this has the user constant buffer always be 65536
bytes and enabled unless it's required that something else is used for
constant buffer 0.
Fixes artifacts with at least XCOM: Enemy Within, 0 A.D. and Unigine
Valley, Heaven and Superposition.
v2: changed uniform_buffer_bound
https://bugs.freedesktop.org/show_bug.cgi?id=107224
--- Comment #6 from network...@rkmail.ru ---
(In reply to Alex Smith from comment #5)
> Could you go into "~/.local/share/feral-interactive/Deus Ex Mankind
> Divided/preferences", find this line:
>
> 6
>
> change 6 to 1, and see if that fixes t
Hi David,
On 18 July 2018 at 01:12, David Riley wrote:
Commit message here should explain why this is needed. Is the current
kms_swrast usage failing/crashing somewhere, etc.
> Signed-off-by: David Riley
> ---
> src/egl/drivers/dri2/platform_surfaceless.c | 28 +
> 1 file
https://bugs.freedesktop.org/show_bug.cgi?id=107385
--- Comment #2 from Michel Dänzer ---
(In reply to monkeyinastripedshirt from comment #0)
> This seemed to appear a few days ago after updating the obiaf ppa on Ubuntu
> 18.
Can you look up in /var/log/apt/history.log which packages were update
On 25 July 2018 at 20:52, John Stultz wrote:
> On Wed, Jul 25, 2018 at 5:42 AM, Emil Velikov
> wrote:
>> On 25 July 2018 at 00:21, John Stultz wrote:
>>> From: Yong Yao
>>>
>>> This is a forward port of a patch from the AOSP/master branch:
>>> https://android.googlesource.com/platform/external
ping
On Tue, Jul 3, 2018 at 5:09 PM, Vadim Shovkoplias <
vadim.shovkopl...@gmail.com> wrote:
> Hi mesa devs,
>
> Can anyone please review this ?
> This patch fixes following bugs:
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104388
> Bugzilla: https://bugs.freedesktop.org/show_bug.c
https://bugs.freedesktop.org/show_bug.cgi?id=107224
--- Comment #5 from Alex Smith ---
Could you go into "~/.local/share/feral-interactive/Deus Ex Mankind
Divided/preferences", find this line:
6
change 6 to 1, and see if that fixes the problem?
--
You are receiving this mail because:
You are
1 - 100 of 118 matches
Mail list logo