[Mesa-dev] [PATCH 1/7] mesa: Remove ARB_multitexture extension enable flag
Brian Paul
brianp at vmware.com
Mon Sep 26 12:55:17 PDT 2011
On 09/26/2011 01:37 PM, Ian Romanick wrote:
> From: Ian Romanick<ian.d.romanick at intel.com>
>
> All drivers remaining in Mesa support this extension. This extension
> is either required or optional features in desktop OpenGL, OpenGL ES
> 1.x, and OpenGL ES 2.x. The existing support is already partially
> broken in Mesa (e.g., querying GL_CLIENT_ACTIVE_TEXTURE in OpenGL ES
> 2.x). This patch does not change the situation in any way.
>
> This extension was previously not supported on i810, mga (G200), or
> tdfx (Voodoo Banshee).
>
> Signed-off-by: Ian Romanick<ian.d.romanick at intel.com>
I only skimmed these, but they look OK to me.
Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the mesa-dev
mailing list