https://bugs.freedesktop.org/show_bug.cgi?id=84355
Priority: medium Bug ID: 84355 Assignee: mesa-dev@lists.freedesktop.org Summary: texture2DProjLod and textureCubeLod are not supported when using GLES. Severity: normal Classification: Unclassified OS: All Reporter: kondapallykalyancontrib...@gmail.com Hardware: Other Status: NEW Version: 10.2 Component: Mesa core Product: Mesa Created attachment 106901 --> https://bugs.freedesktop.org/attachment.cgi?id=106901&action=edit patch. 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. The following WebGL conformance tests fail when running Chromium Web Browser with Wayland(https://github.com/01org/ozone-wayland) Test case: https://www.khronos.org/registry/webgl/sdk/tests/conformance/glsl/samplers/glsl-function-texture2dprojlod.html Attached is a patch which fixes this.. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev