On Thu, 2019-01-10 at 13:18 -0600, Jason Ekstrand wrote:
> Topi just asked me on IRC what I thought about handling 16-bit
> booleans on Intel hardware in the light of the 1-bit boolean stuff.
> The current state of the driver is that we use
> nir_lower_bool_to_int32 pass to produce NIR that looks
Reviewed-by: Dave Airlie
On Thu, 27 Dec 2018 at 11:59, Ilia Mirkin wrote:
>
> Make sure that the next line starts with spaces so that bullets are
> maintained throughout, add `` around a few more special tokens, and fix
> SAMPLE_COUNT_TEXTURE -> SAMPLE_COUNT.
>
> Signed-off-by: Ilia Mirkin
> --
https://bugs.freedesktop.org/show_bug.cgi?id=106595
--- Comment #23 from Timothy Arceri ---
(In reply to zefkerrigan from comment #21)
> Created attachment 143054 [details]
> After your fix now with absolutely any graphics settings, the image looks
> like this
>
> Thank you! Yes, now I see some
Am 10.01.19 um 04:51 schrieb Tomasz Figa:
> Hi Roland,
>
> On Thu, Jan 10, 2019 at 1:36 AM Roland Scheidegger wrote:
>>
>> Sorry but I had to revert this, as we've seen lots of assertion failures
>> (src/gallium/drivers/llvmpipe/lp_fence.c:120: lp_fence_wait: Assertion
>> `f->issued' failed.). Fo
Yes, reverting the commit should be enough.
Marek
On Thu, Jan 10, 2019, 5:02 PM Tom Butler Thanks Marek, what would need to happen to get this enabled again? Will
> simply reverting the commit that took it out work? If so is there any
> chance of getting this put back officially or would I have
On Fri, Dec 21, 2018 at 9:41 AM Matt Turner wrote:
> On Fri, Dec 21, 2018 at 1:36 AM Stuart Young wrote:
> > Yes, but at the moment we have no consensus and a deadlock on the issue.
>
> Consensus need not be unanimous. We have consensus.
>
> Signed-off-by: Gert Wollny
> Reviewed-by: Matt Turner
From: Nicolai Hähnle
Only on LLVM 8.0+, which supports the new intrinsic.
---
src/amd/common/ac_llvm_build.c | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/amd/common/ac_llvm_build.c b/src/amd/common/ac_llvm_build.c
index 4d7f15901e3..6aa96ee86d4 100644
--- a/
From: Nicolai Hähnle
llvm.SI.load.const is deprecated.
---
src/amd/common/ac_llvm_build.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/amd/common/ac_llvm_build.c b/src/amd/common/ac_llvm_build.c
index 76047148a6a..4d7f15901e3 100644
--- a/src/amd/common/ac
Topi just asked me on IRC what I thought about handling 16-bit booleans on
Intel hardware in the light of the 1-bit boolean stuff. The current state
of the driver is that we use nir_lower_bool_to_int32 pass to produce NIR
that looks basically identical to the NIR we were getting in the back-end
be
Pushed.
On Thu, Jan 10, 2019 at 10:35 AM Jason Ekstrand
wrote:
> Reviewed-by: Jason Ekstrand
>
> On Thu, Jan 10, 2019 at 5:57 AM Erik Faye-Lund <
> erik.faye-l...@collabora.com> wrote:
>
>> Reviewed-by: Erik Faye-Lund
>>
>> On Thu, 2019-01-10 at 11:23 +, Rhys Perry wrote:
>> > Fixes: 393b5
Reviewed-by: Jason Ekstrand
On Thu, Jan 10, 2019 at 5:57 AM Erik Faye-Lund
wrote:
> Reviewed-by: Erik Faye-Lund
>
> On Thu, 2019-01-10 at 11:23 +, Rhys Perry wrote:
> > Fixes: 393b59e0772e7bf0426bdf61c740752c4e09dde1
> > ('nir: Rework nir_lower_constant_initializers() to handle
> > fun
https://bugs.freedesktop.org/show_bug.cgi?id=109140
Michel Dänzer changed:
What|Removed |Added
Resolution|NOTABUG |NOTOURBUG
--
You are receiving this ma
https://bugs.freedesktop.org/show_bug.cgi?id=109140
Marek Olšák changed:
What|Removed |Added
Resolution|--- |NOTABUG
Status|NEW
I can review this tomorrow if nobody else beats me to it today.
Iago
On Thu, 2019-01-10 at 09:23 -0600, Jason Ekstrand wrote:
> Anyone?
>
> On Mon, Jan 7, 2019 at 9:39 AM Jason Ekstrand
> wrote:
> > ---
> >
> > src/intel/vulkan/anv_device.c | 28 ++
> >
> > src/intel/vulkan/anv_exten
Anyone?
On Mon, Jan 7, 2019 at 9:39 AM Jason Ekstrand wrote:
> ---
> src/intel/vulkan/anv_device.c | 28 ++
> src/intel/vulkan/anv_extensions.py | 1 +
> src/intel/vulkan/anv_pass.c| 37 +++-
> src/intel/vulkan/anv_private.h | 3 +
> src/intel/vulkan/genX_cmd_buff
On Thu, Jan 10, 2019 at 1:06 PM Karol Herbst wrote:
>
> On Thu, Jan 10, 2019 at 2:33 AM Ian Romanick wrote:
> >
> > On 1/8/19 9:57 PM, Kenneth Graunke wrote:
> > > On Tuesday, December 4, 2018 10:26:43 AM PST Karol Herbst wrote:
> > >> the naming is a bit confusing no matter how you look at it. W
On Thu, Jan 10, 2019 at 2:33 AM Ian Romanick wrote:
>
> On 1/8/19 9:57 PM, Kenneth Graunke wrote:
> > On Tuesday, December 4, 2018 10:26:43 AM PST Karol Herbst wrote:
> >> the naming is a bit confusing no matter how you look at it. Within SPIR-V
> >> "global" memory is memory accessible from all t
Reviewed-by: Erik Faye-Lund
On Thu, 2019-01-10 at 11:23 +, Rhys Perry wrote:
> Fixes: 393b59e0772e7bf0426bdf61c740752c4e09dde1
> ('nir: Rework nir_lower_constant_initializers() to handle
> functions')
> ---
> src/compiler/nir/nir_lower_constant_initializers.c | 4 ++--
> 1 file changed,
Wrote the same patch and it fixes issues for me;
Reviewed-by: Tapani Pälli
On 1/10/19 1:23 PM, Rhys Perry wrote:
Fixes: 393b59e0772e7bf0426bdf61c740752c4e09dde1
('nir: Rework nir_lower_constant_initializers() to handle functions')
---
src/compiler/nir/nir_lower_constant_initializers.c |
Fixes: 393b59e0772e7bf0426bdf61c740752c4e09dde1
('nir: Rework nir_lower_constant_initializers() to handle functions')
---
src/compiler/nir/nir_lower_constant_initializers.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/compiler/nir/nir_lower_constant_initializers.
https://bugs.freedesktop.org/show_bug.cgi?id=106595
--- Comment #22 from zefkerri...@gmail.com ---
Probably it deserves the opening of a separate report bug, but there are some
similar graphics distortions when using MMSA Alfa-test with WineD3D (RadeonSI).
--
You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=106595
zefkerri...@gmail.com changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Assignee|mesa
22 matches
Mail list logo