Re: [Mesa-dev] [PATCH] glsl: add support for gl_InstanceID

2011-03-14 Thread Jakob Bornecrantz
On Tue, Mar 15, 2011 at 1:00 AM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/14/2011 04:01 PM, Jakob Bornecrantz wrote: >> On Mon, Mar 14, 2011 at 11:46 PM, Ian Romanick wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> On 03/10/2011 03:30 PM

Re: [Mesa-dev] [PATCH] glsl: add support for gl_InstanceID

2011-03-14 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/14/2011 04:01 PM, Jakob Bornecrantz wrote: > On Mon, Mar 14, 2011 at 11:46 PM, Ian Romanick wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 03/10/2011 03:30 PM, Marcin Slusarz wrote: >>> ...by copying support for gl_InstanceI

Re: [Mesa-dev] [PATCH] glsl: add support for gl_InstanceID

2011-03-14 Thread Jakob Bornecrantz
On Mon, Mar 14, 2011 at 11:46 PM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/10/2011 03:30 PM, Marcin Slusarz wrote: >> ...by copying support for gl_InstanceIDARB, but without "#extension" check, >> because EXT_draw_instanced spec does not say anything about it

Re: [Mesa-dev] [PATCH] glsl: add support for gl_InstanceID

2011-03-14 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/10/2011 03:30 PM, Marcin Slusarz wrote: > ...by copying support for gl_InstanceIDARB, but without "#extension" check, > because EXT_draw_instanced spec does not say anything about it (as opposed > to ARB_draw_instanced / gl_InstanceIDARB) and NVI

[Mesa-dev] [PATCH] glsl: add support for gl_InstanceID

2011-03-10 Thread Marcin Slusarz
...by copying support for gl_InstanceIDARB, but without "#extension" check, because EXT_draw_instanced spec does not say anything about it (as opposed to ARB_draw_instanced / gl_InstanceIDARB) and NVIDIA driver already allow it --- I'm not sure this is correct. With this patch applied (+ merged fl