Am 31.10.2016 22:49, schrieb Dieter Nützel:
Am 31.10.2016 22:41, schrieb Dieter Nützel:
Am 31.10.2016 21:22, schrieb Marek Olšák:
Hi,
Hello Marek!
Can you try to replace:
if (!(surf_ws->flags & RADEON_SURF_IMPORTED)) {
with:
if (!(surf_ws->flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMAS
Am 31.10.2016 22:41, schrieb Dieter Nützel:
Am 31.10.2016 21:22, schrieb Marek Olšák:
Hi,
Hello Marek!
Can you try to replace:
if (!(surf_ws->flags & RADEON_SURF_IMPORTED)) {
with:
if (!(surf_ws->flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMASK))) {
?
Marek
I've tried 2 times to be s
Am 31.10.2016 21:22, schrieb Marek Olšák:
Hi,
Hello Marek!
Can you try to replace:
if (!(surf_ws->flags & RADEON_SURF_IMPORTED)) {
with:
if (!(surf_ws->flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMASK))) {
?
Marek
I've tried 2 times to be sure. No luck.
Any other idea?
I looked over t
On Mon, Oct 31, 2016 at 1:59 PM, Emil Velikov
wrote:
> On 31 October 2016 at 20:47, Jason Ekstrand wrote:
> > On Mon, Oct 31, 2016 at 8:34 AM, Emil Velikov
> > wrote:
> >>
> >> On 31 October 2016 at 15:11, Ilia Mirkin wrote:
> >> > Hi Emil,
> >> >
> >> > It appears that you missed cherry-picki
On 31 October 2016 at 20:47, Jason Ekstrand wrote:
> On Mon, Oct 31, 2016 at 8:34 AM, Emil Velikov
> wrote:
>>
>> On 31 October 2016 at 15:11, Ilia Mirkin wrote:
>> > Hi Emil,
>> >
>> > It appears that you missed cherry-picking one of Samuel's commits:
>> >
>> > commit 84e946380b2d5ddc62a107b667
On Mon, Oct 31, 2016 at 8:34 AM, Emil Velikov
wrote:
> On 31 October 2016 at 15:11, Ilia Mirkin wrote:
> > Hi Emil,
> >
> > It appears that you missed cherry-picking one of Samuel's commits:
> >
> > commit 84e946380b2d5ddc62a107b667be39abf1932704
> > Author: Samuel Pitoiset
> > Date: Wed Oct
Hi,
Can you try to replace:
if (!(surf_ws->flags & RADEON_SURF_IMPORTED)) {
with:
if (!(surf_ws->flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMASK))) {
?
Marek
On Mon, Oct 31, 2016 at 7:21 PM, Dieter Nützel wrote:
> Hello Emil,
>
> if this commit
>
> commit 81a95946dab730c1cfcf04ac1373cea5f
Am 31.10.2016 19:33, schrieb Emil Velikov:
On 31 October 2016 at 18:16, Dieter Nützel
wrote:
Hello Emil,
if this commit
commit 81a95946dab730c1cfcf04ac1373cea5f7908f65
Author: Marek Olšák
Date: Thu Oct 20 22:57:03 2016 +0200
gallium/radeon: fold radeon_winsys::surface_best into
radeo
Hello Emil,
if this commit
commit 81a95946dab730c1cfcf04ac1373cea5f7908f65
Author: Marek Olšák
Date: Thu Oct 20 22:57:03 2016 +0200
gallium/radeon: fold radeon_winsys::surface_best into radeon/winsys
Reviewed-by: Nicolai Hähnle
hits 13.0.0 then I've found an regression on r600g NI
On 31 October 2016 at 15:11, Ilia Mirkin wrote:
> Hi Emil,
>
> It appears that you missed cherry-picking one of Samuel's commits:
>
> commit 84e946380b2d5ddc62a107b667be39abf1932704
> Author: Samuel Pitoiset
> Date: Wed Oct 26 23:10:53 2016 +0200
>
> nvc0/ir: fix emission of IMAD with NEG m
Hi Emil,
It appears that you missed cherry-picking one of Samuel's commits:
commit 84e946380b2d5ddc62a107b667be39abf1932704
Author: Samuel Pitoiset
Date: Wed Oct 26 23:10:53 2016 +0200
nvc0/ir: fix emission of IMAD with NEG modifiers
The emitter tried to emit sub instead of subr when
The third release candidate for Mesa 13.0.0 is now available with the final
to be out in ~24 hours.
Maintainers, this is a polite reminder to test your respective drivers and/or
subsystem. If there are any severe issues with unmerged patches let me know and
we'll include them.
Axel Davy (3):
12 matches
Mail list logo