[Mesa-dev] [PATCH] i965/fs: Gracefully handle TXS on multisampled textures with no LOD

Jason Ekstrand jason at jlekstrand.net
Sat Apr 1 21:23:59 UTC 2017


On Sat, Apr 1, 2017 at 7:16 AM, Grazvydas Ignotas <notasas at gmail.com> wrote:

> On Thu, Mar 30, 2017 at 1:22 AM, Jason Ekstrand <jason at jlekstrand.net>
> wrote:
>
>> This can happen for multisampled textures since they are never mipmapped
>> and textureSize(gsampler2DMS*) does not take an LOD parameter.  This
>> fixes a shader validation error in the new Sascha deferredmultisampling
>> demo.
>>
>> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100391
>> Cc: "13.0 17.0" <mesa-stable at lists.freedesktop.org>
>> ---
>>
>
> Tested-by: Grazvydas Ignotas <notasas at gmail.com>
>
>
I sent a new patch yesterday that fixes the same bug but doesn't cause GL
to start crashing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170401/56a0add6/attachment.html>


More information about the mesa-dev mailing list