Re: [Mesa-dev] OpenGL driver detection now implemented in Firefox/X11; some questions

2011-05-16 Thread Ferry Huberts
On 05/16/2011 03:52 PM, Benoit Jacob wrote: >> I don't see a bug filed related to dri2FlushFrontBuffer() but I see >> one for dri2InvalidateBuffers(). Don't know if they're related. You >> should file a bug for the issue you're having in dri2 with details on >> how to reproduce it. > > I just fi

Re: [Mesa-dev] OpenGL driver detection now implemented in Firefox/X11; some questions

2011-05-16 Thread Benoit Jacob
- Original Message - > So how does one go about testing WebGL in Firefox these days? The > environment variable to override the blacklist doesn't seem to be in > use > any longer? https://wiki.mozilla.org/index.php?title=Blocklisting/Blocked_Graphics_Drivers#On_X11 In Nightly (to become F

Re: [Mesa-dev] OpenGL driver detection now implemented in Firefox/X11; some questions

2011-05-16 Thread Benoit Jacob
> I don't see a bug filed related to dri2FlushFrontBuffer() but I see > one for dri2InvalidateBuffers(). Don't know if they're related. You > should file a bug for the issue you're having in dri2 with details on > how to reproduce it. I just filed https://bugs.freedesktop.org/show_bug.cgi?id=37253

Re: [Mesa-dev] OpenGL driver detection now implemented in Firefox/X11; some questions

2011-05-15 Thread Sven Arvidsson
So how does one go about testing WebGL in Firefox these days? The environment variable to override the blacklist doesn't seem to be in use any longer? -- Cheers, Sven Arvidsson http://www.whiz.se PGP Key ID 760BDD22 signature.asc Description: This is a digitally signed message part ___

Re: [Mesa-dev] OpenGL driver detection now implemented in Firefox/X11; some questions

2011-05-13 Thread Gonsolo
> We recently added the git commit ID to the version string (but only if > Mesa's built in a git repo). Would that help? Given that git commit IDs are not monotonically increasing, does one have to check _all_ commit IDs (between versions)? g ___ mesa-

Re: [Mesa-dev] OpenGL driver detection now implemented in Firefox/X11; some questions

2011-05-13 Thread Brian Paul
On Fri, May 6, 2011 at 6:29 AM, Benoit Jacob wrote: > Hi Mesa Developers, > > 2 parts in this email: news about Firefox, and then some questions. > > === News about Firefox === > > This is a follow-up to earlier threads [1, 2]. As of today, Firefox Nightly > [3], which will become Firefox 6, does

[Mesa-dev] OpenGL driver detection now implemented in Firefox/X11; some questions

2011-05-06 Thread Benoit Jacob
Hi Mesa Developers, 2 parts in this email: news about Firefox, and then some questions. === News about Firefox === This is a follow-up to earlier threads [1, 2]. As of today, Firefox Nightly [3], which will become Firefox 6, does safe OpenGL driver detection on X11, implementing [4, 5] Brian P