mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 20:10:14 +01:00
i965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4/5 also.
Tested on ILK and CTG (with the GL3isms taken out of the piglits). Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
8d8d0cb09e
commit
351e13c5ad
1 changed files with 1 additions and 1 deletions
|
|
@ -201,6 +201,7 @@ intelInitExtensions(struct gl_context *ctx)
|
||||||
ctx->Extensions.ARB_vertex_program = true;
|
ctx->Extensions.ARB_vertex_program = true;
|
||||||
ctx->Extensions.ARB_vertex_shader = true;
|
ctx->Extensions.ARB_vertex_shader = true;
|
||||||
ctx->Extensions.ARB_vertex_type_2_10_10_10_rev = true;
|
ctx->Extensions.ARB_vertex_type_2_10_10_10_rev = true;
|
||||||
|
ctx->Extensions.ARB_vertex_type_10f_11f_11f_rev = true;
|
||||||
ctx->Extensions.EXT_blend_color = true;
|
ctx->Extensions.EXT_blend_color = true;
|
||||||
ctx->Extensions.EXT_blend_equation_separate = true;
|
ctx->Extensions.EXT_blend_equation_separate = true;
|
||||||
ctx->Extensions.EXT_blend_func_separate = true;
|
ctx->Extensions.EXT_blend_func_separate = true;
|
||||||
|
|
@ -269,7 +270,6 @@ intelInitExtensions(struct gl_context *ctx)
|
||||||
ctx->Extensions.ARB_shading_language_packing = true;
|
ctx->Extensions.ARB_shading_language_packing = true;
|
||||||
ctx->Extensions.ARB_texture_multisample = true;
|
ctx->Extensions.ARB_texture_multisample = true;
|
||||||
ctx->Extensions.ARB_sample_shading = true;
|
ctx->Extensions.ARB_sample_shading = true;
|
||||||
ctx->Extensions.ARB_vertex_type_10f_11f_11f_rev = true;
|
|
||||||
ctx->Extensions.ARB_texture_gather = true;
|
ctx->Extensions.ARB_texture_gather = true;
|
||||||
|
|
||||||
/* Test if the kernel has the ioctl. */
|
/* Test if the kernel has the ioctl. */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue