[Mesa-stable] [Mesa-dev] [PATCH] i965/gs: Check newly-generated GS-out VUE map against correct stage
Chris Forbes
chrisf at ijw.co.nz
Sat Feb 28 00:48:39 PST 2015
Thanks Matt -- yes, for 10.5 as well.
I'll also note that this fixes:
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88885
On Sat, Feb 28, 2015 at 8:48 PM, Matt Turner <mattst88 at gmail.com> wrote:
> On Fri, Feb 27, 2015 at 11:03 PM, Chris Forbes <chrisf at ijw.co.nz> wrote:
>> Previously, we compared our new GS-out VUE map to the existing *VS*-out
>> VUE map, which is bogus.
>>
>> This would mostly manifest as redundant dirty flagging where the GS is
>> in use but the VS and GS output layouts differ; but there is a scary
>> case where we would fail to flag a GS-out layout change if it happened
>> to match the VS-out layout.
>>
>> Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
>> Cc: "10.4" <mesa-stable at lists.freedesktop.org>
>
> Presumably 10.5 as well?
>
> Reviewed-by: Matt Turner <mattst88 at gmail.com>
More information about the mesa-stable
mailing list