summaryrefslogtreecommitdiff
path: root/a420-qcom-95.js
blob: d407c021d065c018047c992e48697c0dedc3d678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
register("freedreno", "Adreno A4xx", [
    {
        "extensions": [
"GL_AMD_compressed_ATC_texture",
"GL_ANDROID_extension_pack_es31a",
"GL_EXT_color_buffer_float",
"GL_EXT_color_buffer_half_float",
"GL_EXT_copy_image",
"GL_EXT_debug_label",
"GL_EXT_debug_marker",
"GL_EXT_draw_buffers_indexed",
"GL_EXT_geometry_shader",
"GL_EXT_gpu_shader5",
"GL_EXT_multisampled_render_to_texture",
"GL_EXT_primitive_bounding_box",
"GL_EXT_robustness",
"GL_EXT_shader_io_blocks",
"GL_EXT_sRGB",
"GL_EXT_tessellation_shader",
"GL_EXT_texture_border_clamp",
"GL_EXT_texture_buffer",
"GL_EXT_texture_filter_anisotropic",
"GL_EXT_texture_format_BGRA8888",
"GL_EXT_texture_sRGB_decode",
"GL_EXT_texture_type_2_10_10_10_REV",
"GL_KHR_blend_equation_advanced",
"GL_KHR_blend_equation_advanced_coherent",
"GL_KHR_debug",
"GL_KHR_texture_compression_astc_ldr",
"GL_OES_compressed_ETC1_RGB8_texture",
"GL_OES_depth_texture",
"GL_OES_depth_texture_cube_map",
"GL_OES_depth24",
"GL_OES_EGL_image",
"GL_OES_EGL_image_external",
"GL_OES_EGL_sync",
"GL_OES_element_index_uint",
"GL_OES_framebuffer_object",
"GL_OES_get_program_binary",
"GL_OES_packed_depth_stencil",
"GL_OES_rgb8_rgba8",
"GL_OES_sample_shading",
"GL_OES_sample_variables",
"GL_OES_shader_image_atomic",
"GL_OES_shader_multisample_interpolation",
"GL_OES_standard_derivatives",
"GL_OES_texture_3D",
"GL_OES_texture_float",
"GL_OES_texture_float_linear",
"GL_OES_texture_half_float",
"GL_OES_texture_half_float_linear",
"GL_OES_texture_npot",
"GL_OES_texture_stencil8",
"GL_OES_texture_storage_multisample_2d_array",
"GL_OES_vertex_array_object",
"GL_OES_vertex_half_float",
"GL_QCOM_alpha_test",
"GL_QCOM_tiled_rendering",
        ],
        "gl": "ES 3.1", 
        "glsl": "ES 3.1", 
        "library": "Vendor", 
        "limits": {}, 
        "profile": "es"
      }
])