Re: [Mesa-dev] [PATCH 3/6] mesa: Add support for GL_NV_fill_rectangle

2017-03-23 Thread Brian Paul
On 03/23/2017 09:27 AM, Lyude wrote: Since we don't have the bits required to support this in OpenGLES yet, this only enables support for OpenGL 4.3. Signed-off-by: Lyude --- src/mesa/main/api_validate.c | 13 + src/mesa/main/extensions_table.h | 1 + src/mesa/main/mtypes.h

Re: [Mesa-dev] [PATCH 3/6] mesa: Add support for GL_NV_fill_rectangle

2017-03-23 Thread Samuel Pitoiset
On 03/23/2017 04:27 PM, Lyude wrote: Since we don't have the bits required to support this in OpenGLES yet, this only enables support for OpenGL 4.3. Signed-off-by: Lyude --- src/mesa/main/api_validate.c | 13 + src/mesa/main/extensions_table.h | 1 + src/mesa/main/mtypes.h

Re: [Mesa-dev] [PATCH 3/6] mesa: Add support for GL_NV_fill_rectangle

2017-03-23 Thread Ilia Mirkin
On Thu, Mar 23, 2017 at 11:27 AM, Lyude wrote: > Since we don't have the bits required to support this in OpenGLES yet, > this only enables support for OpenGL 4.3. I think the reference to GL 4.3 isn't quite right. Probably meant to say "Desktop OpenGL". Also, one usually writes it as "OpenGL ES"

[Mesa-dev] [PATCH 3/6] mesa: Add support for GL_NV_fill_rectangle

2017-03-23 Thread Lyude
Since we don't have the bits required to support this in OpenGLES yet, this only enables support for OpenGL 4.3. Signed-off-by: Lyude --- src/mesa/main/api_validate.c | 13 + src/mesa/main/extensions_table.h | 1 + src/mesa/main/mtypes.h | 1 + src/mesa/main/polygon.c