Re: [Mesa-dev] [PATCH] Fix for dispatch table entries and es2-compatibility mode

2013-03-13 Thread Ian Romanick
Please don't reply off list. Subscribe to the list and participate. We can't make decisions that affect everyone behind closed doors. On 03/13/2013 02:32 AM, Zawistowski, Bartosz L wrote: Hi Ian, Thank you for quick feedback. This fix is aimed at separating EXT and ARB framebuffer_object ext

Re: [Mesa-dev] [PATCH] Fix for dispatch table entries and es2-compatibility mode

2013-03-12 Thread Ian Romanick
On 03/12/2013 07:13 AM, Bartosz Zawistowski wrote: This fix splits several entries in dispatch table mechanism as in es2 compatibility mode EXT calls should be different than ARB ones. EXT equivalents wraps non-EXT calls so that DRI drivers are not affected by changes in frontend. This will com