Re: [Mesa-dev] [PATCH] intel: Disable ARB_framebuffer_object in ES contexts

2012-05-05 Thread Ian Romanick
On 05/03/2012 04:47 PM, Chad Versace wrote: This patch removes ARB_framebuffer_object from the GLES1 and GLES2 extension lists in intel_extensions_es.c. Fixes a crash in the Android browser on Ice Cream Sandwich. The Android browser crashed because it did the following, which is legal in GLES2

[Mesa-dev] [PATCH] intel: Disable ARB_framebuffer_object in ES contexts

2012-05-03 Thread Chad Versace
This patch removes ARB_framebuffer_object from the GLES1 and GLES2 extension lists in intel_extensions_es.c. Fixes a crash in the Android browser on Ice Cream Sandwich. The Android browser crashed because it did the following, which is legal in GLES2 but not in ARB_framebuffer_object. glGenFr