Re: [Mesa-dev] [PATCH] i965: Allow creation of OpenGL 3.1 contexts

2012-08-25 Thread Eric Anholt
Ian Romanick writes: > From: Ian Romanick > > v2: Fix API_OPENGL_CORE handling when TEXTURE_FLOAT_ENABLED is not > defined. Based on review feedback from Eric Anholt. Reviewed-by: Eric Anholt pgpbKYTmbJpsp.pgp Description: PGP signature ___ mesa-d

[Mesa-dev] [PATCH] i965: Allow creation of OpenGL 3.1 contexts

2012-08-24 Thread Ian Romanick
From: Ian Romanick v2: Fix API_OPENGL_CORE handling when TEXTURE_FLOAT_ENABLED is not defined. Based on review feedback from Eric Anholt. Signed-off-by: Ian Romanick --- src/mesa/drivers/dri/i965/brw_context.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff