mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 10:20:33 +01:00
i965: Enable ARB_vertex_attrib_64bit for gen8+
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
d6281a9d95
commit
59b5441fd9
1 changed files with 1 additions and 0 deletions
|
|
@ -378,6 +378,7 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
ctx->Extensions.ARB_stencil_texturing = true;
|
||||
ctx->Extensions.ARB_texture_stencil8 = true;
|
||||
ctx->Extensions.ARB_gpu_shader_fp64 = true;
|
||||
ctx->Extensions.ARB_vertex_attrib_64bit = true;
|
||||
}
|
||||
|
||||
if (brw->gen >= 9) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue