mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 14:58:10 +02:00
It's used by the symbols check test, so let's feed the same file into python to define public GL functions because the lists are identical. Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34002>
151 lines
5.6 KiB
Meson
151 lines
5.6 KiB
Meson
# Copyright © 2017 Intel Corporation
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
glapi_xml_py_deps = files(
|
|
# This is the list of all xml and py files that python scripts use indirectly.
|
|
# The purpose of this list is to trigger rebuilds when these files are changed.
|
|
#
|
|
# XML files are first (python files are at the end)
|
|
'glapi/gen/gl_API.dtd',
|
|
'glapi/gen/es_EXT.xml',
|
|
'glapi/gen/gl_API.xml',
|
|
'glapi/gen/gl_and_es_API.xml',
|
|
'glapi/gen/gl_and_glX_API.xml',
|
|
'glapi/gen/glX_API.xml',
|
|
'glapi/gen/ARB_base_instance.xml',
|
|
'glapi/gen/ARB_blend_func_extended.xml',
|
|
'glapi/gen/ARB_bindless_texture.xml',
|
|
'glapi/gen/ARB_clear_buffer_object.xml',
|
|
'glapi/gen/ARB_clear_texture.xml',
|
|
'glapi/gen/ARB_clip_control.xml',
|
|
'glapi/gen/ARB_color_buffer_float.xml',
|
|
'glapi/gen/ARB_compressed_texture_pixel_storage.xml',
|
|
'glapi/gen/ARB_compute_shader.xml',
|
|
'glapi/gen/ARB_compute_variable_group_size.xml',
|
|
'glapi/gen/ARB_copy_buffer.xml',
|
|
'glapi/gen/ARB_copy_image.xml',
|
|
'glapi/gen/ARB_debug_output.xml',
|
|
'glapi/gen/ARB_depth_buffer_float.xml',
|
|
'glapi/gen/ARB_depth_clamp.xml',
|
|
'glapi/gen/ARB_direct_state_access.xml',
|
|
'glapi/gen/ARB_draw_buffers.xml',
|
|
'glapi/gen/ARB_draw_buffers_blend.xml',
|
|
'glapi/gen/ARB_draw_elements_base_vertex.xml',
|
|
'glapi/gen/ARB_draw_indirect.xml',
|
|
'glapi/gen/ARB_draw_instanced.xml',
|
|
'glapi/gen/ARB_ES2_compatibility.xml',
|
|
'glapi/gen/ARB_ES3_compatibility.xml',
|
|
'glapi/gen/ARB_framebuffer_no_attachments.xml',
|
|
'glapi/gen/ARB_framebuffer_object.xml',
|
|
'glapi/gen/ARB_get_program_binary.xml',
|
|
'glapi/gen/ARB_get_texture_sub_image.xml',
|
|
'glapi/gen/ARB_gl_spirv.xml',
|
|
'glapi/gen/ARB_gpu_shader_fp64.xml',
|
|
'glapi/gen/ARB_gpu_shader_int64.xml',
|
|
'glapi/gen/ARB_gpu_shader5.xml',
|
|
'glapi/gen/ARB_indirect_parameters.xml',
|
|
'glapi/gen/ARB_instanced_arrays.xml',
|
|
'glapi/gen/ARB_internalformat_query.xml',
|
|
'glapi/gen/ARB_internalformat_query2.xml',
|
|
'glapi/gen/ARB_invalidate_subdata.xml',
|
|
'glapi/gen/ARB_map_buffer_range.xml',
|
|
'glapi/gen/ARB_multi_bind.xml',
|
|
'glapi/gen/ARB_pipeline_statistics_query.xml',
|
|
'glapi/gen/ARB_program_interface_query.xml',
|
|
'glapi/gen/ARB_robustness.xml',
|
|
'glapi/gen/ARB_sample_shading.xml',
|
|
'glapi/gen/ARB_sampler_objects.xml',
|
|
'glapi/gen/ARB_seamless_cube_map.xml',
|
|
'glapi/gen/ARB_separate_shader_objects.xml',
|
|
'glapi/gen/ARB_shader_atomic_counters.xml',
|
|
'glapi/gen/ARB_shader_image_load_store.xml',
|
|
'glapi/gen/ARB_shader_subroutine.xml',
|
|
'glapi/gen/ARB_shader_storage_buffer_object.xml',
|
|
'glapi/gen/ARB_sparse_buffer.xml',
|
|
'glapi/gen/ARB_sparse_texture.xml',
|
|
'glapi/gen/ARB_spirv_extensions.xml',
|
|
'glapi/gen/ARB_sync.xml',
|
|
'glapi/gen/ARB_tessellation_shader.xml',
|
|
'glapi/gen/ARB_texture_barrier.xml',
|
|
'glapi/gen/ARB_texture_buffer_object.xml',
|
|
'glapi/gen/ARB_texture_buffer_range.xml',
|
|
'glapi/gen/ARB_texture_compression_rgtc.xml',
|
|
'glapi/gen/ARB_texture_cube_map_array.xml',
|
|
'glapi/gen/ARB_texture_float.xml',
|
|
'glapi/gen/ARB_texture_gather.xml',
|
|
'glapi/gen/ARB_texture_multisample.xml',
|
|
'glapi/gen/ARB_texture_rgb10_a2ui.xml',
|
|
'glapi/gen/ARB_texture_rg.xml',
|
|
'glapi/gen/ARB_texture_storage_multisample.xml',
|
|
'glapi/gen/ARB_texture_storage.xml',
|
|
'glapi/gen/ARB_texture_view.xml',
|
|
'glapi/gen/ARB_uniform_buffer_object.xml',
|
|
'glapi/gen/ARB_vertex_array_object.xml',
|
|
'glapi/gen/ARB_vertex_attrib_64bit.xml',
|
|
'glapi/gen/ARB_vertex_attrib_binding.xml',
|
|
'glapi/gen/ARB_viewport_array.xml',
|
|
'glapi/gen/AMD_depth_clamp_separate.xml',
|
|
'glapi/gen/AMD_draw_buffers_blend.xml',
|
|
'glapi/gen/AMD_gpu_shader_int64.xml',
|
|
'glapi/gen/AMD_performance_monitor.xml',
|
|
'glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml',
|
|
'glapi/gen/EXT_direct_state_access.xml',
|
|
'glapi/gen/EXT_draw_buffers2.xml',
|
|
'glapi/gen/EXT_external_objects.xml',
|
|
'glapi/gen/EXT_external_objects_fd.xml',
|
|
'glapi/gen/EXT_external_objects_win32.xml',
|
|
'glapi/gen/EXT_framebuffer_object.xml',
|
|
'glapi/gen/EXT_gpu_shader4.xml',
|
|
'glapi/gen/EXT_multisampled_render_to_texture.xml',
|
|
'glapi/gen/EXT_packed_depth_stencil.xml',
|
|
'glapi/gen/EXT_provoking_vertex.xml',
|
|
'glapi/gen/EXT_separate_shader_objects.xml',
|
|
'glapi/gen/EXT_shader_image_load_store.xml',
|
|
'glapi/gen/EXT_texture_array.xml',
|
|
'glapi/gen/EXT_texture_integer.xml',
|
|
'glapi/gen/EXT_texture_storage.xml',
|
|
'glapi/gen/EXT_texture_storage_compression.xml',
|
|
'glapi/gen/EXT_transform_feedback.xml',
|
|
'glapi/gen/EXT_vertex_attrib_64bit.xml',
|
|
'glapi/gen/EXT_window_rectangles.xml',
|
|
'glapi/gen/GREMEDY_string_marker.xml',
|
|
'glapi/gen/INTEL_performance_query.xml',
|
|
'glapi/gen/KHR_debug.xml',
|
|
'glapi/gen/KHR_context_flush_control.xml',
|
|
'glapi/gen/KHR_robustness.xml',
|
|
'glapi/gen/KHR_robustness_es.xml',
|
|
'glapi/gen/KHR_shader_subgroup.xml',
|
|
'glapi/gen/KHR_texture_compression_astc.xml',
|
|
'glapi/gen/NV_alpha_to_coverage_dither_control.xml',
|
|
'glapi/gen/NV_copy_image.xml',
|
|
'glapi/gen/NV_conditional_render.xml',
|
|
'glapi/gen/NV_primitive_restart.xml',
|
|
'glapi/gen/NV_texture_barrier.xml',
|
|
'glapi/gen/NV_vdpau_interop.xml',
|
|
'glapi/gen/NV_viewport_swizzle.xml',
|
|
'glapi/gen/OES_EGL_image.xml',
|
|
'glapi/gen/OES_fixed_point.xml',
|
|
'glapi/gen/OES_single_precision.xml',
|
|
'glapi/gen/OES_texture_compression_astc.xml',
|
|
'glapi/gen/OVR_multiview.xml',
|
|
'glapi/gen/GL3x.xml',
|
|
'glapi/gen/GL4x.xml',
|
|
'glapi/registry/gl.xml',
|
|
|
|
# Python files
|
|
'glapi/gen/apiexec.py',
|
|
'glapi/gen/gl_XML.py',
|
|
'glapi/gen/glX_XML.py',
|
|
'glapi/gen/glX_proto_common.py',
|
|
'glapi/gen/license.py',
|
|
'glapi/gen/marshal_XML.py',
|
|
'glapi/gen/static_data.py',
|
|
'glapi/gen/typeexpr.py',
|
|
'new/genCommon.py',
|
|
|
|
# Symbols
|
|
'../glx/libgl-symbols.txt',
|
|
)
|
|
|
|
subdir('glapi')
|
|
subdir('shared-glapi')
|