mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-01 03:20:41 +00:00
i965: Sort some extension names
Trivial. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
This commit is contained in:
parent
b12606b693
commit
4246986dec
@ -399,8 +399,8 @@ intelInitExtensions(struct gl_context *ctx)
|
||||
}
|
||||
|
||||
if (brw->gen >= 8) {
|
||||
ctx->Extensions.ARB_shader_precision = true;
|
||||
ctx->Extensions.ARB_gpu_shader_fp64 = true;
|
||||
ctx->Extensions.ARB_shader_precision = true;
|
||||
ctx->Extensions.ARB_vertex_attrib_64bit = true;
|
||||
ctx->Extensions.ARB_ES3_2_compatibility = true;
|
||||
ctx->Extensions.OES_geometry_shader = true;
|
||||
@ -409,11 +409,11 @@ intelInitExtensions(struct gl_context *ctx)
|
||||
}
|
||||
|
||||
if (brw->gen >= 9) {
|
||||
ctx->Extensions.ANDROID_extension_pack_es31a = true;
|
||||
ctx->Extensions.ARB_shader_stencil_export = true;
|
||||
ctx->Extensions.KHR_blend_equation_advanced_coherent = true;
|
||||
ctx->Extensions.KHR_texture_compression_astc_ldr = true;
|
||||
ctx->Extensions.KHR_texture_compression_astc_sliced_3d = true;
|
||||
ctx->Extensions.ARB_shader_stencil_export = true;
|
||||
ctx->Extensions.ANDROID_extension_pack_es31a = true;
|
||||
ctx->Extensions.MESA_shader_framebuffer_fetch = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user