[Mesa-dev] [PATCH 3/4] mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Kenneth Graunke
kenneth at whitecape.org
Wed Jul 10 18:02:48 PDT 2013
On 07/09/2013 04:33 PM, Stéphane Marchesin wrote:
> On Fri, May 10, 2013 at 11:37 PM, Eric Anholt <eric at anholt.net> wrote:
>> We keep having to pass the attachments around with our gl_renderbuffers
>> because that's the only way to find what the gl_renderbuffer actually
>> refers to. This is a step toward removing that (though drivers still need
>> the Zoffset as well).
>
> Hi Eric,
>
> This change regresses WebGL in Chrome.
>
> Stéphane
Could you elaborate? I just tried some WebGL demos in Chrome 27 on
i965, and they're working fine...so clearly not everything is broken.
Do you mean it causes a regression in the WebGL conformance suite?
Which driver?
--Ken
More information about the mesa-dev
mailing list