mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 23:10:30 +01:00
i965: enable ARB_texture_multisample on Gen6+
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>
This commit is contained in:
parent
26c8479474
commit
1d4dbeeaec
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue