[Mesa-dev] [AppVeyor] mesa master #18 failed

2020-11-25 Thread AppVeyor



Build mesa 18 failed


Commit ff9ea469f6 by Caio Marcelo de Oliveira Filho on 11/24/2020 6:04 AM:

intel/disasm: Don't rely on FALLTHROUGHTs to print unsupported SFID


Configure your notification preferences

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [AppVeyor] mesa staging/20.2 #19 completed

2020-11-25 Thread AppVeyor


Build mesa 19 completed



Commit 10c2cddf56 by Krunal Patel on 11/19/2020 7:35 PM:

radeon/vce: Bitrate not updated when changing framerate


Configure your notification preferences

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [AppVeyor] mesa staging/20.3 #20 failed

2020-11-25 Thread AppVeyor



Build mesa 20 failed


Commit 0cbc19416a by Dylan Baker on 11/25/2020 6:15 PM:

.pick_status.json: Update to ff9ea469f6b319cb07ee1ebbb687fa19c9d48e1c


Configure your notification preferences

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [AppVeyor] mesa staging/20.3 #20 failed

2020-11-25 Thread Jose Fonseca
FYI, I've just recently re-connected Appveyor, after noticing that AppVeyor 
integration got broken for 6 months, and that Mesa MSVC builds got broken for 
two months.

I configured AppVeyor only build master, but it seems that it's not effective, 
unless one modifies appveyor.yml itself.

At any rate, notifications are setup to notify only when build changes state 
(pass <-> fail) so hopefully it won't spam the list, even on branches (such as 
20.3) where MSVC stays broken.

If that doesn't work I can always drop mesa-dev from the list.

Jose


From: mesa-dev  on behalf of AppVeyor 

Sent: Wednesday, November 25, 2020 18:28
To: mesa-dev@lists.freedesktop.org 
Subject: [Mesa-dev] [AppVeyor] mesa staging/20.3 #20 failed

Build mesa 20 
failed

Commit 0cbc19416a by Dylan Baker on 11/25/2020 
6:15 PM:
.pick_status.json: Update to ff9ea469f6b319cb07ee1ebbb687fa19c9d48e1c

Configure your notification 
preferences
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] frontends/va/postproc: Use the actual image height when blitting

2020-11-25 Thread Ilia Mirkin
Hi Thong,

In this change:

https://cgit.freedesktop.org/mesa/mesa/commit/?id=49465babdb35d88ed8a283e925d6cd346255d50c

You appear to change the height of the underlying resource while doing
a blit. This is never legal though -- the height of the resource is
effectively immutable (and subject to various constraints). I'm not
sure what issue you're having, but this is not the way to fix it.

Cheers,

  -ilia
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev