[Mesa-dev] [Bug 33188] WebGL Conformance Test Runner crash

2011-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33188 Ernst Sjöstrand ern...@gmail.com changed: What|Removed |Added CC||ern...@gmail.com --

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-19 Thread Brian Paul
It looks like a number of failures are happening because WebGL is assuming GL_ARB_ES2_compatibility support in the OpenGL driver when the extension isn't actually present. Mesa generates an error and the test fails. For example, WebGL is calling glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_VECTORS) and

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-19 Thread Benoit Jacob
- Original Message - It looks like a number of failures are happening because WebGL is assuming GL_ARB_ES2_compatibility support in the OpenGL driver when the extension isn't actually present. Mesa generates an error and the test fails. Thanks a lot! That also seems to explain

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-19 Thread Brian Paul
On Wed, Jan 19, 2011 at 10:18 AM, Benoit Jacob bja...@mozilla.com wrote: - Original Message - It looks like a number of failures are happening because WebGL is assuming GL_ARB_ES2_compatibility support in the OpenGL driver when the extension isn't actually present. Mesa generates an

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-19 Thread Benoit Jacob
- Original Message - On Wed, Jan 19, 2011 at 10:18 AM, Benoit Jacob bja...@mozilla.com wrote: - Original Message - It looks like a number of failures are happening because WebGL is assuming GL_ARB_ES2_compatibility support in the OpenGL driver when the extension isn't

Re: [Mesa-dev] [PATCH 1/1] st/mesa: Set samplers views' first_level.

2011-01-19 Thread Brian Paul
On Mon, Jan 17, 2011 at 7:13 PM, Brian Paul bri...@vmware.com wrote: On 01/17/2011 02:27 PM, Henri Verbeet wrote: On 14 January 2011 16:49, Brian Paulbri...@vmware.com  wrote: I applied your patch and now mipmap_limits no longer matches NVIDIA. The attached mipmap.mbox series should fix the

[Mesa-dev] [Bug 33217] openvg (OpenVG) fails to compile

2011-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33217 --- Comment #2 from Chia-I Wu olva...@gmail.com 2011-01-19 22:09:41 PST --- The 32-bit one worked because you did not specify egl in its --with-state-trackers. --enable-gallium-egl and --enable-openvg may be overridden by --with-state-trackers.

Re: [Mesa-dev] [PATCH] cosmetic: add machine generated files to .gitignore

2011-01-19 Thread Kenneth Graunke
On Monday, January 17, 2011 10:46:17 am twied wrote: Hi, I think .gitignore is missing some entries for machine generated files. This is just a minimal cosmetic issue and does not affect build process or runtime behaviour. Tim Applied. Thanks!