Re: [Mesa-dev] [PATCH] Allow setting GL_TEXTURE_COMPARE_MODE on a sampler object without ARB_shadow support (v2).

2015-07-30 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Thanks for the quick feedback! I'll resend the patch with the requested fixes shortly. Stefan Am 2015-07-30 um 15:30 schrieb Brian Paul: > Can you try to shorten the subject line to 75 chars or less? It > should also start with "mesa:". Perhap

Re: [Mesa-dev] [PATCH] Allow setting GL_TEXTURE_COMPARE_MODE on a sampler object without ARB_shadow support (v2).

2015-07-30 Thread Brian Paul
Can you try to shorten the subject line to 75 chars or less? It should also start with "mesa:". Perhaps: "mesa: disable texture compare mode error checking for Wine" On 07/30/2015 07:04 AM, Stefan Dösinger wrote: Version 2: Return GL_FALSE if ARB_shadow is unsupported instead of pretending

[Mesa-dev] [PATCH] Allow setting GL_TEXTURE_COMPARE_MODE on a sampler object without ARB_shadow support (v2).

2015-07-30 Thread Stefan Dösinger
Version 2: Return GL_FALSE if ARB_shadow is unsupported instead of pretending to store the value as suggested by Brian Paul. This fixes a GL error warning on r200 in Wine. The GL_ARB_sampler_objects extension does not specify a dependency on GL_ARB_shadow or GL_ARB_depth_texture for this value.