i965: enable ARB_texture_storage_multisample on Gen6+
This can be enabled everywhere that ARB_texture_multisample is supported -- ARB_texture_storage is supported on everything. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -108,6 +108,7 @@ intelInitExtensions(struct gl_context *ctx)
|
||||
ctx->Extensions.OES_depth_texture_cube_map = true;
|
||||
ctx->Extensions.ARB_shading_language_packing = true;
|
||||
ctx->Extensions.ARB_texture_multisample = true;
|
||||
ctx->Extensions.ARB_texture_storage_multisample = true;
|
||||
}
|
||||
|
||||
if (intel->gen >= 5) {
|
||||
|
||||
Reference in New Issue
Block a user