V2: Works on Ivy Bridge now too, so this can be 6+. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Paul Berry <stereotype441@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net>tags/mesa-9.2-rc1
@@ -107,6 +107,7 @@ intelInitExtensions(struct gl_context *ctx) | |||
ctx->Extensions.ARB_texture_cube_map_array = true; | |||
ctx->Extensions.OES_depth_texture_cube_map = true; | |||
ctx->Extensions.ARB_shading_language_packing = true; | |||
ctx->Extensions.ARB_texture_multisample = true; | |||
} | |||
if (intel->gen >= 5) |