Re: [Mesa-dev] [PATCH] Allow texture2DProjLod and textureCubeLod with Gles.

2014-09-26 Thread Matt Turner
On Fri, Sep 26, 2014 at 7:44 PM, Kalyan Kondapally wrote: > According to GLES (i.e. 1.0 and above) spec textureCubeLod and > texture2DProjLod are built in functions. We seem to disable support > for these functions with GLES. This patch enables the support. > > Signed-off-by: Kalyan Kondapally >

[Mesa-dev] [PATCH] Allow texture2DProjLod and textureCubeLod with Gles.

2014-09-26 Thread Kalyan Kondapally
According to GLES (i.e. 1.0 and above) spec textureCubeLod and texture2DProjLod are built in functions. We seem to disable support for these functions with GLES. This patch enables the support. Signed-off-by: Kalyan Kondapally Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84355 --- src/