Re: [Mesa-dev] [PATCH] Add support for OES_standard_derivatives in GLSL ES

2012-08-01 Thread Kenneth Graunke
On 08/01/2012 10:02 AM, Tomeu Vizoso wrote: > On Mon, Jul 23, 2012 at 4:30 PM, Tomeu Vizoso wrote: >> On Mon, Jul 16, 2012 at 8:45 PM, Tomeu Vizoso wrote: >>> Previously, we advertised the extension but the builtin functions >>> were enabled only for GLSL and not for ES. >>> >>> Bugzilla: https:/

Re: [Mesa-dev] [PATCH] Add support for OES_standard_derivatives in GLSL ES

2012-08-01 Thread Tomeu Vizoso
On Mon, Jul 23, 2012 at 4:30 PM, Tomeu Vizoso wrote: > On Mon, Jul 16, 2012 at 8:45 PM, Tomeu Vizoso wrote: >> Previously, we advertised the extension but the builtin functions >> were enabled only for GLSL and not for ES. >> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=52003 >> >> S

Re: [Mesa-dev] [PATCH] Add support for OES_standard_derivatives in GLSL ES

2012-07-23 Thread Tomeu Vizoso
On Mon, Jul 16, 2012 at 8:45 PM, Tomeu Vizoso wrote: > Previously, we advertised the extension but the builtin functions > were enabled only for GLSL and not for ES. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=52003 > > Signed-off-by: Tomeu Vizoso > Reviewed-by: Ian Romanick Hell

[Mesa-dev] [PATCH] Add support for OES_standard_derivatives in GLSL ES

2012-07-16 Thread Tomeu Vizoso
Previously, we advertised the extension but the builtin functions were enabled only for GLSL and not for ES. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=52003 Signed-off-by: Tomeu Vizoso Reviewed-by: Ian Romanick --- .../profiles/OES_standard_derivatives.frag | 20