blob: 83645268ac88ba4b8b87addfd455a7d517b06e67 [file] [log] [blame]
# GENERATED FILE - DO NOT EDIT.
# Generated by mesa_build.py
#
# Copyright 2022 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# mesa_autogen.gni: ANGLE build information for Mesa.
angle_mesa_outputs = [
"src/egl/libEGL.so.1.0.0",
"src/gallium/targets/dri/libgallium_dri.so",
"src/gbm/libgbm.so.1.0.0",
"src/glx/libGL.so.1.2.0",
"src/mapi/es1api/libGLESv1_CM.so.1.1.0",
"src/mapi/es2api/libGLESv2.so.2.0.0",
"src/mapi/shared-glapi/libglapi.so.0.0.0",
]
angle_mesa_sources = [
"src/c11/impl/threads_posix.c",
"src/c11/impl/time.c",
"src/compiler/glsl/ast_array_index.cpp",
"src/compiler/glsl/ast_expr.cpp",
"src/compiler/glsl/ast_function.cpp",
"src/compiler/glsl/ast_to_hir.cpp",
"src/compiler/glsl/ast_type.cpp",
"src/compiler/glsl/builtin_functions.cpp",
"src/compiler/glsl/builtin_types.cpp",
"src/compiler/glsl/builtin_variables.cpp",
"src/compiler/glsl/float64.glsl",
"src/compiler/glsl/generate_ir.cpp",
"src/compiler/glsl/gl_nir_link_atomics.c",
"src/compiler/glsl/gl_nir_link_uniform_blocks.c",
"src/compiler/glsl/gl_nir_link_uniform_initializers.c",
"src/compiler/glsl/gl_nir_link_uniforms.c",
"src/compiler/glsl/gl_nir_link_varyings.c",
"src/compiler/glsl/gl_nir_link_xfb.c",
"src/compiler/glsl/gl_nir_linker.c",
"src/compiler/glsl/gl_nir_lower_atomics.c",
"src/compiler/glsl/gl_nir_lower_buffers.c",
"src/compiler/glsl/gl_nir_lower_images.c",
"src/compiler/glsl/gl_nir_lower_packed_varyings.c",
"src/compiler/glsl/gl_nir_lower_samplers.c",
"src/compiler/glsl/gl_nir_lower_samplers_as_deref.c",
"src/compiler/glsl/gl_nir_lower_xfb_varying.c",
"src/compiler/glsl/gl_nir_opt_dead_builtin_varyings.c",
"src/compiler/glsl/glcpp/glcpp-lex.l",
"src/compiler/glsl/glcpp/glcpp-parse.y",
"src/compiler/glsl/glcpp/glcpp.c",
"src/compiler/glsl/glcpp/pp.c",
"src/compiler/glsl/glcpp/pp_standalone_scaffolding.c",
"src/compiler/glsl/glsl_lexer.ll",
"src/compiler/glsl/glsl_parser.yy",
"src/compiler/glsl/glsl_parser_extras.cpp",
"src/compiler/glsl/glsl_symbol_table.cpp",
"src/compiler/glsl/glsl_to_nir.cpp",
"src/compiler/glsl/hir_field_selection.cpp",
"src/compiler/glsl/ir.cpp",
"src/compiler/glsl/ir_array_refcount.cpp",
"src/compiler/glsl/ir_basic_block.cpp",
"src/compiler/glsl/ir_builder.cpp",
"src/compiler/glsl/ir_builder_print_visitor.cpp",
"src/compiler/glsl/ir_clone.cpp",
"src/compiler/glsl/ir_constant_expression.cpp",
"src/compiler/glsl/ir_equals.cpp",
"src/compiler/glsl/ir_expression_flattening.cpp",
"src/compiler/glsl/ir_expression_operation.py",
"src/compiler/glsl/ir_function.cpp",
"src/compiler/glsl/ir_function_can_inline.cpp",
"src/compiler/glsl/ir_function_detect_recursion.cpp",
"src/compiler/glsl/ir_hierarchical_visitor.cpp",
"src/compiler/glsl/ir_hv_accept.cpp",
"src/compiler/glsl/ir_print_visitor.cpp",
"src/compiler/glsl/ir_reader.cpp",
"src/compiler/glsl/ir_rvalue_visitor.cpp",
"src/compiler/glsl/ir_set_program_inouts.cpp",
"src/compiler/glsl/ir_validate.cpp",
"src/compiler/glsl/ir_variable_refcount.cpp",
"src/compiler/glsl/link_functions.cpp",
"src/compiler/glsl/link_interface_blocks.cpp",
"src/compiler/glsl/link_uniform_block_active_visitor.cpp",
"src/compiler/glsl/link_uniform_blocks.cpp",
"src/compiler/glsl/link_uniforms.cpp",
"src/compiler/glsl/link_varyings.cpp",
"src/compiler/glsl/linker.cpp",
"src/compiler/glsl/linker_util.cpp",
"src/compiler/glsl/lower_blend_equation_advanced.cpp",
"src/compiler/glsl/lower_builtins.cpp",
"src/compiler/glsl/lower_discard.cpp",
"src/compiler/glsl/lower_discard_flow.cpp",
"src/compiler/glsl/lower_distance.cpp",
"src/compiler/glsl/lower_instructions.cpp",
"src/compiler/glsl/lower_int64.cpp",
"src/compiler/glsl/lower_jumps.cpp",
"src/compiler/glsl/lower_mat_op_to_vec.cpp",
"src/compiler/glsl/lower_named_interface_blocks.cpp",
"src/compiler/glsl/lower_output_reads.cpp",
"src/compiler/glsl/lower_packing_builtins.cpp",
"src/compiler/glsl/lower_precision.cpp",
"src/compiler/glsl/lower_subroutine.cpp",
"src/compiler/glsl/lower_tess_level.cpp",
"src/compiler/glsl/lower_vec_index_to_cond_assign.cpp",
"src/compiler/glsl/lower_vec_index_to_swizzle.cpp",
"src/compiler/glsl/lower_vector_derefs.cpp",
"src/compiler/glsl/lower_vector_insert.cpp",
"src/compiler/glsl/main.cpp",
"src/compiler/glsl/opt_algebraic.cpp",
"src/compiler/glsl/opt_array_splitting.cpp",
"src/compiler/glsl/opt_constant_folding.cpp",
"src/compiler/glsl/opt_constant_propagation.cpp",
"src/compiler/glsl/opt_constant_variable.cpp",
"src/compiler/glsl/opt_copy_propagation_elements.cpp",
"src/compiler/glsl/opt_dead_builtin_variables.cpp",
"src/compiler/glsl/opt_dead_code.cpp",
"src/compiler/glsl/opt_dead_code_local.cpp",
"src/compiler/glsl/opt_dead_functions.cpp",
"src/compiler/glsl/opt_flatten_nested_if_blocks.cpp",
"src/compiler/glsl/opt_flip_matrices.cpp",
"src/compiler/glsl/opt_function_inlining.cpp",
"src/compiler/glsl/opt_if_simplification.cpp",
"src/compiler/glsl/opt_minmax.cpp",
"src/compiler/glsl/opt_rebalance_tree.cpp",
"src/compiler/glsl/opt_structure_splitting.cpp",
"src/compiler/glsl/opt_tree_grafting.cpp",
"src/compiler/glsl/propagate_invariance.cpp",
"src/compiler/glsl/s_expression.cpp",
"src/compiler/glsl/serialize.cpp",
"src/compiler/glsl/shader_cache.cpp",
"src/compiler/glsl/standalone.cpp",
"src/compiler/glsl/standalone_scaffolding.cpp",
"src/compiler/glsl/string_to_uint_map.cpp",
"src/compiler/glsl/test.cpp",
"src/compiler/glsl/test_optpass.cpp",
"src/compiler/glsl_types.cpp",
"src/compiler/nir/nir.c",
"src/compiler/nir/nir_builder.c",
"src/compiler/nir/nir_builder_opcodes_h.py",
"src/compiler/nir/nir_builtin_builder.c",
"src/compiler/nir/nir_clone.c",
"src/compiler/nir/nir_constant_expressions.py",
"src/compiler/nir/nir_control_flow.c",
"src/compiler/nir/nir_convert_ycbcr.c",
"src/compiler/nir/nir_deref.c",
"src/compiler/nir/nir_divergence_analysis.c",
"src/compiler/nir/nir_dominance.c",
"src/compiler/nir/nir_from_ssa.c",
"src/compiler/nir/nir_gather_info.c",
"src/compiler/nir/nir_gather_ssa_types.c",
"src/compiler/nir/nir_gather_xfb_info.c",
"src/compiler/nir/nir_group_loads.c",
"src/compiler/nir/nir_gs_count_vertices.c",
"src/compiler/nir/nir_inline_functions.c",
"src/compiler/nir/nir_inline_uniforms.c",
"src/compiler/nir/nir_instr_set.c",
"src/compiler/nir/nir_intrinsics_c.py",
"src/compiler/nir/nir_intrinsics_h.py",
"src/compiler/nir/nir_intrinsics_indices_h.py",
"src/compiler/nir/nir_linking_helpers.c",
"src/compiler/nir/nir_liveness.c",
"src/compiler/nir/nir_loop_analyze.c",
"src/compiler/nir/nir_lower_alpha_test.c",
"src/compiler/nir/nir_lower_alu.c",
"src/compiler/nir/nir_lower_alu_width.c",
"src/compiler/nir/nir_lower_amul.c",
"src/compiler/nir/nir_lower_array_deref_of_vec.c",
"src/compiler/nir/nir_lower_atomics_to_ssbo.c",
"src/compiler/nir/nir_lower_bit_size.c",
"src/compiler/nir/nir_lower_bitmap.c",
"src/compiler/nir/nir_lower_blend.c",
"src/compiler/nir/nir_lower_bool_to_bitsize.c",
"src/compiler/nir/nir_lower_bool_to_float.c",
"src/compiler/nir/nir_lower_bool_to_int32.c",
"src/compiler/nir/nir_lower_cl_images.c",
"src/compiler/nir/nir_lower_clamp_color_outputs.c",
"src/compiler/nir/nir_lower_clip.c",
"src/compiler/nir/nir_lower_clip_cull_distance_arrays.c",
"src/compiler/nir/nir_lower_clip_disable.c",
"src/compiler/nir/nir_lower_clip_halfz.c",
"src/compiler/nir/nir_lower_const_arrays_to_uniforms.c",
"src/compiler/nir/nir_lower_convert_alu_types.c",
"src/compiler/nir/nir_lower_discard_if.c",
"src/compiler/nir/nir_lower_discard_or_demote.c",
"src/compiler/nir/nir_lower_double_ops.c",
"src/compiler/nir/nir_lower_drawpixels.c",
"src/compiler/nir/nir_lower_fb_read.c",
"src/compiler/nir/nir_lower_flatshade.c",
"src/compiler/nir/nir_lower_flrp.c",
"src/compiler/nir/nir_lower_fp16_conv.c",
"src/compiler/nir/nir_lower_fragcolor.c",
"src/compiler/nir/nir_lower_fragcoord_wtrans.c",
"src/compiler/nir/nir_lower_frexp.c",
"src/compiler/nir/nir_lower_global_vars_to_local.c",
"src/compiler/nir/nir_lower_goto_ifs.c",
"src/compiler/nir/nir_lower_gs_intrinsics.c",
"src/compiler/nir/nir_lower_idiv.c",
"src/compiler/nir/nir_lower_image.c",
"src/compiler/nir/nir_lower_indirect_derefs.c",
"src/compiler/nir/nir_lower_input_attachments.c",
"src/compiler/nir/nir_lower_int64.c",
"src/compiler/nir/nir_lower_int_to_float.c",
"src/compiler/nir/nir_lower_interpolation.c",
"src/compiler/nir/nir_lower_io.c",
"src/compiler/nir/nir_lower_io_arrays_to_elements.c",
"src/compiler/nir/nir_lower_io_to_scalar.c",
"src/compiler/nir/nir_lower_io_to_temporaries.c",
"src/compiler/nir/nir_lower_io_to_vector.c",
"src/compiler/nir/nir_lower_is_helper_invocation.c",
"src/compiler/nir/nir_lower_load_const_to_scalar.c",
"src/compiler/nir/nir_lower_locals_to_regs.c",
"src/compiler/nir/nir_lower_mediump.c",
"src/compiler/nir/nir_lower_memcpy.c",
"src/compiler/nir/nir_lower_memory_model.c",
"src/compiler/nir/nir_lower_multiview.c",
"src/compiler/nir/nir_lower_non_uniform_access.c",
"src/compiler/nir/nir_lower_packing.c",
"src/compiler/nir/nir_lower_passthrough_edgeflags.c",
"src/compiler/nir/nir_lower_patch_vertices.c",
"src/compiler/nir/nir_lower_phis_to_scalar.c",
"src/compiler/nir/nir_lower_pntc_ytransform.c",
"src/compiler/nir/nir_lower_point_size.c",
"src/compiler/nir/nir_lower_point_size_mov.c",
"src/compiler/nir/nir_lower_point_smooth.c",
"src/compiler/nir/nir_lower_poly_line_smooth.c",
"src/compiler/nir/nir_lower_printf.c",
"src/compiler/nir/nir_lower_readonly_images_to_tex.c",
"src/compiler/nir/nir_lower_regs_to_ssa.c",
"src/compiler/nir/nir_lower_returns.c",
"src/compiler/nir/nir_lower_samplers.c",
"src/compiler/nir/nir_lower_scratch.c",
"src/compiler/nir/nir_lower_shader_calls.c",
"src/compiler/nir/nir_lower_single_sampled.c",
"src/compiler/nir/nir_lower_ssbo.c",
"src/compiler/nir/nir_lower_subgroups.c",
"src/compiler/nir/nir_lower_system_values.c",
"src/compiler/nir/nir_lower_sysvals_to_varyings.c",
"src/compiler/nir/nir_lower_task_shader.c",
"src/compiler/nir/nir_lower_tex.c",
"src/compiler/nir/nir_lower_tex_shadow.c",
"src/compiler/nir/nir_lower_texcoord_replace.c",
"src/compiler/nir/nir_lower_to_source_mods.c",
"src/compiler/nir/nir_lower_two_sided_color.c",
"src/compiler/nir/nir_lower_ubo_vec4.c",
"src/compiler/nir/nir_lower_undef_to_zero.c",
"src/compiler/nir/nir_lower_uniforms_to_ubo.c",
"src/compiler/nir/nir_lower_var_copies.c",
"src/compiler/nir/nir_lower_variable_initializers.c",
"src/compiler/nir/nir_lower_vars_to_ssa.c",
"src/compiler/nir/nir_lower_vec3_to_vec4.c",
"src/compiler/nir/nir_lower_vec_to_movs.c",
"src/compiler/nir/nir_lower_viewport_transform.c",
"src/compiler/nir/nir_lower_wpos_center.c",
"src/compiler/nir/nir_lower_wpos_ytransform.c",
"src/compiler/nir/nir_lower_wrmasks.c",
"src/compiler/nir/nir_metadata.c",
"src/compiler/nir/nir_move_vec_src_uses_to_dest.c",
"src/compiler/nir/nir_normalize_cubemap_coords.c",
"src/compiler/nir/nir_opcodes_c.py",
"src/compiler/nir/nir_opcodes_h.py",
"src/compiler/nir/nir_opt_access.c",
"src/compiler/nir/nir_opt_algebraic.py",
"src/compiler/nir/nir_opt_barriers.c",
"src/compiler/nir/nir_opt_combine_stores.c",
"src/compiler/nir/nir_opt_comparison_pre.c",
"src/compiler/nir/nir_opt_conditional_discard.c",
"src/compiler/nir/nir_opt_constant_folding.c",
"src/compiler/nir/nir_opt_copy_prop_vars.c",
"src/compiler/nir/nir_opt_copy_propagate.c",
"src/compiler/nir/nir_opt_cse.c",
"src/compiler/nir/nir_opt_dce.c",
"src/compiler/nir/nir_opt_dead_cf.c",
"src/compiler/nir/nir_opt_dead_write_vars.c",
"src/compiler/nir/nir_opt_find_array_copies.c",
"src/compiler/nir/nir_opt_fragdepth.c",
"src/compiler/nir/nir_opt_gcm.c",
"src/compiler/nir/nir_opt_idiv_const.c",
"src/compiler/nir/nir_opt_if.c",
"src/compiler/nir/nir_opt_intrinsics.c",
"src/compiler/nir/nir_opt_large_constants.c",
"src/compiler/nir/nir_opt_load_store_vectorize.c",
"src/compiler/nir/nir_opt_loop_unroll.c",
"src/compiler/nir/nir_opt_memcpy.c",
"src/compiler/nir/nir_opt_move.c",
"src/compiler/nir/nir_opt_move_discards_to_top.c",
"src/compiler/nir/nir_opt_non_uniform_access.c",
"src/compiler/nir/nir_opt_offsets.c",
"src/compiler/nir/nir_opt_peephole_select.c",
"src/compiler/nir/nir_opt_phi_precision.c",
"src/compiler/nir/nir_opt_preamble.c",
"src/compiler/nir/nir_opt_ray_queries.c",
"src/compiler/nir/nir_opt_rematerialize_compares.c",
"src/compiler/nir/nir_opt_remove_phis.c",
"src/compiler/nir/nir_opt_shrink_stores.c",
"src/compiler/nir/nir_opt_shrink_vectors.c",
"src/compiler/nir/nir_opt_sink.c",
"src/compiler/nir/nir_opt_trivial_continues.c",
"src/compiler/nir/nir_opt_undef.c",
"src/compiler/nir/nir_opt_uniform_atomics.c",
"src/compiler/nir/nir_opt_vectorize.c",
"src/compiler/nir/nir_phi_builder.c",
"src/compiler/nir/nir_print.c",
"src/compiler/nir/nir_propagate_invariant.c",
"src/compiler/nir/nir_range_analysis.c",
"src/compiler/nir/nir_remove_dead_variables.c",
"src/compiler/nir/nir_repair_ssa.c",
"src/compiler/nir/nir_scale_fdiv.c",
"src/compiler/nir/nir_schedule.c",
"src/compiler/nir/nir_search.c",
"src/compiler/nir/nir_serialize.c",
"src/compiler/nir/nir_split_64bit_vec3_and_vec4.c",
"src/compiler/nir/nir_split_per_member_structs.c",
"src/compiler/nir/nir_split_var_copies.c",
"src/compiler/nir/nir_split_vars.c",
"src/compiler/nir/nir_sweep.c",
"src/compiler/nir/nir_to_lcssa.c",
"src/compiler/nir/nir_validate.c",
"src/compiler/nir/nir_worklist.c",
"src/compiler/nir_types.cpp",
"src/compiler/shader_enums.c",
"src/compiler/spirv/gl_spirv.c",
"src/compiler/spirv/nir_load_libclc.c",
"src/compiler/spirv/nir_lower_libclc.c",
"src/compiler/spirv/spir-v.xml",
"src/compiler/spirv/spirv.core.grammar.json",
"src/compiler/spirv/spirv2nir.c",
"src/compiler/spirv/spirv_info_c.py",
"src/compiler/spirv/spirv_to_nir.c",
"src/compiler/spirv/vtn_alu.c",
"src/compiler/spirv/vtn_amd.c",
"src/compiler/spirv/vtn_cfg.c",
"src/compiler/spirv/vtn_gather_types_c.py",
"src/compiler/spirv/vtn_generator_ids_h.py",
"src/compiler/spirv/vtn_glsl450.c",
"src/compiler/spirv/vtn_opencl.c",
"src/compiler/spirv/vtn_subgroup.c",
"src/compiler/spirv/vtn_variables.c",
"src/egl/generate/egl.xml",
"src/egl/generate/egl_other.xml",
"src/egl/generate/gen_egl_dispatch.py",
"src/egl/main/egl.def.in",
"src/gallium/auxiliary/cso_cache/cso_cache.c",
"src/gallium/auxiliary/cso_cache/cso_context.c",
"src/gallium/auxiliary/cso_cache/cso_hash.c",
"src/gallium/auxiliary/draw/draw_context.c",
"src/gallium/auxiliary/draw/draw_fs.c",
"src/gallium/auxiliary/draw/draw_gs.c",
"src/gallium/auxiliary/draw/draw_pipe.c",
"src/gallium/auxiliary/draw/draw_pipe_aaline.c",
"src/gallium/auxiliary/draw/draw_pipe_aapoint.c",
"src/gallium/auxiliary/draw/draw_pipe_clip.c",
"src/gallium/auxiliary/draw/draw_pipe_cull.c",
"src/gallium/auxiliary/draw/draw_pipe_flatshade.c",
"src/gallium/auxiliary/draw/draw_pipe_offset.c",
"src/gallium/auxiliary/draw/draw_pipe_pstipple.c",
"src/gallium/auxiliary/draw/draw_pipe_stipple.c",
"src/gallium/auxiliary/draw/draw_pipe_twoside.c",
"src/gallium/auxiliary/draw/draw_pipe_unfilled.c",
"src/gallium/auxiliary/draw/draw_pipe_user_cull.c",
"src/gallium/auxiliary/draw/draw_pipe_util.c",
"src/gallium/auxiliary/draw/draw_pipe_validate.c",
"src/gallium/auxiliary/draw/draw_pipe_vbuf.c",
"src/gallium/auxiliary/draw/draw_pipe_wide_line.c",
"src/gallium/auxiliary/draw/draw_pipe_wide_point.c",
"src/gallium/auxiliary/draw/draw_prim_assembler.c",
"src/gallium/auxiliary/draw/draw_pt.c",
"src/gallium/auxiliary/draw/draw_pt_emit.c",
"src/gallium/auxiliary/draw/draw_pt_fetch.c",
"src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c",
"src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c",
"src/gallium/auxiliary/draw/draw_pt_post_vs.c",
"src/gallium/auxiliary/draw/draw_pt_so_emit.c",
"src/gallium/auxiliary/draw/draw_pt_util.c",
"src/gallium/auxiliary/draw/draw_pt_vsplit.c",
"src/gallium/auxiliary/draw/draw_tess.c",
"src/gallium/auxiliary/draw/draw_vertex.c",
"src/gallium/auxiliary/draw/draw_vs.c",
"src/gallium/auxiliary/draw/draw_vs_exec.c",
"src/gallium/auxiliary/draw/draw_vs_variant.c",
"src/gallium/auxiliary/driver_ddebug/dd_context.c",
"src/gallium/auxiliary/driver_ddebug/dd_draw.c",
"src/gallium/auxiliary/driver_ddebug/dd_screen.c",
"src/gallium/auxiliary/driver_noop/noop_pipe.c",
"src/gallium/auxiliary/driver_noop/noop_state.c",
"src/gallium/auxiliary/driver_rbug/rbug_context.c",
"src/gallium/auxiliary/driver_rbug/rbug_core.c",
"src/gallium/auxiliary/driver_rbug/rbug_objects.c",
"src/gallium/auxiliary/driver_rbug/rbug_screen.c",
"src/gallium/auxiliary/driver_trace/tr_context.c",
"src/gallium/auxiliary/driver_trace/tr_dump.c",
"src/gallium/auxiliary/driver_trace/tr_dump_state.c",
"src/gallium/auxiliary/driver_trace/tr_screen.c",
"src/gallium/auxiliary/driver_trace/tr_texture.c",
"src/gallium/auxiliary/hud/font.c",
"src/gallium/auxiliary/hud/hud_context.c",
"src/gallium/auxiliary/hud/hud_cpu.c",
"src/gallium/auxiliary/hud/hud_cpufreq.c",
"src/gallium/auxiliary/hud/hud_diskstat.c",
"src/gallium/auxiliary/hud/hud_driver_query.c",
"src/gallium/auxiliary/hud/hud_fps.c",
"src/gallium/auxiliary/hud/hud_nic.c",
"src/gallium/auxiliary/hud/hud_sensors_temp.c",
"src/gallium/auxiliary/nir/nir_draw_helpers.c",
"src/gallium/auxiliary/nir/nir_helpers.c",
"src/gallium/auxiliary/nir/nir_to_tgsi.c",
"src/gallium/auxiliary/nir/tgsi_to_nir.c",
"src/gallium/auxiliary/os/os_process.c",
"src/gallium/auxiliary/pipe-loader/pipe_loader.c",
"src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c",
"src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c",
"src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c",
"src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c",
"src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c",
"src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c",
"src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c",
"src/gallium/auxiliary/pipebuffer/pb_cache.c",
"src/gallium/auxiliary/pipebuffer/pb_slab.c",
"src/gallium/auxiliary/pipebuffer/pb_validate.c",
"src/gallium/auxiliary/postprocess/pp_celshade.c",
"src/gallium/auxiliary/postprocess/pp_colors.c",
"src/gallium/auxiliary/postprocess/pp_init.c",
"src/gallium/auxiliary/postprocess/pp_mlaa.c",
"src/gallium/auxiliary/postprocess/pp_program.c",
"src/gallium/auxiliary/postprocess/pp_run.c",
"src/gallium/auxiliary/rbug/rbug_connection.c",
"src/gallium/auxiliary/rbug/rbug_context.c",
"src/gallium/auxiliary/rbug/rbug_core.c",
"src/gallium/auxiliary/rbug/rbug_demarshal.c",
"src/gallium/auxiliary/rbug/rbug_shader.c",
"src/gallium/auxiliary/rbug/rbug_texture.c",
"src/gallium/auxiliary/renderonly/renderonly.c",
"src/gallium/auxiliary/rtasm/rtasm_execmem.c",
"src/gallium/auxiliary/rtasm/rtasm_x86sse.c",
"src/gallium/auxiliary/tgsi/tgsi_aa_point.c",
"src/gallium/auxiliary/tgsi/tgsi_build.c",
"src/gallium/auxiliary/tgsi/tgsi_dump.c",
"src/gallium/auxiliary/tgsi/tgsi_dynamic_indexing.c",
"src/gallium/auxiliary/tgsi/tgsi_exec.c",
"src/gallium/auxiliary/tgsi/tgsi_from_mesa.c",
"src/gallium/auxiliary/tgsi/tgsi_info.c",
"src/gallium/auxiliary/tgsi/tgsi_iterate.c",
"src/gallium/auxiliary/tgsi/tgsi_lowering.c",
"src/gallium/auxiliary/tgsi/tgsi_parse.c",
"src/gallium/auxiliary/tgsi/tgsi_point_sprite.c",
"src/gallium/auxiliary/tgsi/tgsi_sanity.c",
"src/gallium/auxiliary/tgsi/tgsi_scan.c",
"src/gallium/auxiliary/tgsi/tgsi_strings.c",
"src/gallium/auxiliary/tgsi/tgsi_text.c",
"src/gallium/auxiliary/tgsi/tgsi_transform.c",
"src/gallium/auxiliary/tgsi/tgsi_two_side.c",
"src/gallium/auxiliary/tgsi/tgsi_ureg.c",
"src/gallium/auxiliary/tgsi/tgsi_util.c",
"src/gallium/auxiliary/tgsi/tgsi_vpos.c",
"src/gallium/auxiliary/translate/translate.c",
"src/gallium/auxiliary/translate/translate_cache.c",
"src/gallium/auxiliary/translate/translate_generic.c",
"src/gallium/auxiliary/translate/translate_sse.c",
"src/gallium/auxiliary/util/u_async_debug.c",
"src/gallium/auxiliary/util/u_bitmask.c",
"src/gallium/auxiliary/util/u_blitter.c",
"src/gallium/auxiliary/util/u_cache.c",
"src/gallium/auxiliary/util/u_compute.c",
"src/gallium/auxiliary/util/u_debug_flush.c",
"src/gallium/auxiliary/util/u_debug_image.c",
"src/gallium/auxiliary/util/u_draw.c",
"src/gallium/auxiliary/util/u_draw_quad.c",
"src/gallium/auxiliary/util/u_driconf.c",
"src/gallium/auxiliary/util/u_dump_defines.c",
"src/gallium/auxiliary/util/u_dump_state.c",
"src/gallium/auxiliary/util/u_framebuffer.c",
"src/gallium/auxiliary/util/u_gen_mipmap.c",
"src/gallium/auxiliary/util/u_handle_table.c",
"src/gallium/auxiliary/util/u_helpers.c",
"src/gallium/auxiliary/util/u_index_modify.c",
"src/gallium/auxiliary/util/u_linear.c",
"src/gallium/auxiliary/util/u_live_shader_cache.c",
"src/gallium/auxiliary/util/u_log.c",
"src/gallium/auxiliary/util/u_network.c",
"src/gallium/auxiliary/util/u_prim.c",
"src/gallium/auxiliary/util/u_prim_restart.c",
"src/gallium/auxiliary/util/u_pstipple.c",
"src/gallium/auxiliary/util/u_resource.c",
"src/gallium/auxiliary/util/u_sampler.c",
"src/gallium/auxiliary/util/u_screen.c",
"src/gallium/auxiliary/util/u_simple_shaders.c",
"src/gallium/auxiliary/util/u_split_draw.c",
"src/gallium/auxiliary/util/u_suballoc.c",
"src/gallium/auxiliary/util/u_surface.c",
"src/gallium/auxiliary/util/u_tests.c",
"src/gallium/auxiliary/util/u_texture.c",
"src/gallium/auxiliary/util/u_threaded_context.c",
"src/gallium/auxiliary/util/u_tile.c",
"src/gallium/auxiliary/util/u_trace_gallium.c",
"src/gallium/auxiliary/util/u_tracepoints.py",
"src/gallium/auxiliary/util/u_transfer.c",
"src/gallium/auxiliary/util/u_transfer_helper.c",
"src/gallium/auxiliary/util/u_upload_mgr.c",
"src/gallium/auxiliary/util/u_vbuf.c",
"src/gallium/auxiliary/util/u_vertex_state_cache.c",
"src/gallium/auxiliary/vl/vl_bicubic_filter.c",
"src/gallium/auxiliary/vl/vl_codec.c",
"src/gallium/auxiliary/vl/vl_compositor.c",
"src/gallium/auxiliary/vl/vl_compositor_cs.c",
"src/gallium/auxiliary/vl/vl_compositor_gfx.c",
"src/gallium/auxiliary/vl/vl_csc.c",
"src/gallium/auxiliary/vl/vl_decoder.c",
"src/gallium/auxiliary/vl/vl_deint_filter.c",
"src/gallium/auxiliary/vl/vl_idct.c",
"src/gallium/auxiliary/vl/vl_matrix_filter.c",
"src/gallium/auxiliary/vl/vl_mc.c",
"src/gallium/auxiliary/vl/vl_median_filter.c",
"src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c",
"src/gallium/auxiliary/vl/vl_mpeg12_decoder.c",
"src/gallium/auxiliary/vl/vl_stubs.c",
"src/gallium/auxiliary/vl/vl_vertex_buffers.c",
"src/gallium/auxiliary/vl/vl_video_buffer.c",
"src/gallium/auxiliary/vl/vl_winsys_dri.c",
"src/gallium/auxiliary/vl/vl_winsys_dri3.c",
"src/gallium/auxiliary/vl/vl_winsys_dri_vgem.c",
"src/gallium/auxiliary/vl/vl_winsys_drm.c",
"src/gallium/auxiliary/vl/vl_zscan.c",
"src/gallium/drivers/zink/nir_to_spirv/nir_to_spirv.c",
"src/gallium/drivers/zink/nir_to_spirv/spirv_builder.c",
"src/gallium/drivers/zink/nir_to_spirv/zink_nir_algebraic.py",
"src/gallium/drivers/zink/zink_batch.c",
"src/gallium/drivers/zink/zink_blit.c",
"src/gallium/drivers/zink/zink_bo.c",
"src/gallium/drivers/zink/zink_clear.c",
"src/gallium/drivers/zink/zink_compiler.c",
"src/gallium/drivers/zink/zink_context.c",
"src/gallium/drivers/zink/zink_descriptors.c",
"src/gallium/drivers/zink/zink_device_info.py",
"src/gallium/drivers/zink/zink_draw.cpp",
"src/gallium/drivers/zink/zink_fence.c",
"src/gallium/drivers/zink/zink_format.c",
"src/gallium/drivers/zink/zink_framebuffer.c",
"src/gallium/drivers/zink/zink_instance.py",
"src/gallium/drivers/zink/zink_kopper.c",
"src/gallium/drivers/zink/zink_lower_cubemap_to_array.c",
"src/gallium/drivers/zink/zink_pipeline.c",
"src/gallium/drivers/zink/zink_program.c",
"src/gallium/drivers/zink/zink_query.c",
"src/gallium/drivers/zink/zink_render_pass.c",
"src/gallium/drivers/zink/zink_resource.c",
"src/gallium/drivers/zink/zink_screen.c",
"src/gallium/drivers/zink/zink_state.c",
"src/gallium/drivers/zink/zink_surface.c",
"src/gallium/frontends/dri/dri2.c",
"src/gallium/frontends/dri/dri_context.c",
"src/gallium/frontends/dri/dri_drawable.c",
"src/gallium/frontends/dri/dri_helpers.c",
"src/gallium/frontends/dri/dri_query_renderer.c",
"src/gallium/frontends/dri/dri_screen.c",
"src/gallium/frontends/dri/dri_util.c",
"src/gallium/frontends/dri/drisw.c",
"src/gallium/frontends/dri/kopper.c",
"src/gallium/include/pipe/p_defines.h",
"src/gallium/winsys/sw/dri/dri_sw_winsys.c",
"src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c",
"src/gallium/winsys/sw/null/null_sw_winsys.c",
"src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c",
"src/glx/apple/apple_cgl.c",
"src/glx/apple/apple_glapi.c",
"src/glx/apple/apple_glx.c",
"src/glx/apple/apple_glx_context.c",
"src/glx/apple/apple_glx_drawable.c",
"src/glx/apple/apple_glx_log.c",
"src/glx/apple/apple_glx_pbuffer.c",
"src/glx/apple/apple_glx_pixmap.c",
"src/glx/apple/apple_glx_surface.c",
"src/glx/apple/apple_visual.c",
"src/glx/apple/apple_xgl_api_read.c",
"src/glx/apple/apple_xgl_api_stereo.c",
"src/glx/apple/apple_xgl_api_viewport.c",
"src/glx/apple/appledri.c",
"src/glx/apple/glx_empty.c",
"src/glx/clientattrib.c",
"src/glx/clientinfo.c",
"src/glx/compsize.c",
"src/glx/create_context.c",
"src/glx/dri2.c",
"src/glx/dri2_glx.c",
"src/glx/dri3_glx.c",
"src/glx/dri_common.c",
"src/glx/dri_common_interop.c",
"src/glx/dri_common_query_renderer.c",
"src/glx/drisw_glx.c",
"src/glx/eval.c",
"src/glx/glx_error.c",
"src/glx/glx_pbuffer.c",
"src/glx/glx_query.c",
"src/glx/glxcmds.c",
"src/glx/glxconfig.c",
"src/glx/glxcurrent.c",
"src/glx/glxext.c",
"src/glx/glxextensions.c",
"src/glx/glxhash.c",
"src/glx/indirect_glx.c",
"src/glx/indirect_texture_compression.c",
"src/glx/indirect_transpose_matrix.c",
"src/glx/indirect_vertex_array.c",
"src/glx/indirect_vertex_program.c",
"src/glx/indirect_window_pos.c",
"src/glx/pixel.c",
"src/glx/pixelstore.c",
"src/glx/query_renderer.c",
"src/glx/render2.c",
"src/glx/renderpix.c",
"src/glx/single2.c",
"src/glx/singlepix.c",
"src/glx/vertarr.c",
"src/glx/xfont.c",
"src/gtest/src/gtest-all.cc",
"src/gtest/src/gtest_main.cc",
"src/loader/loader.c",
"src/loader/loader_dri3_helper.c",
"src/loader/loader_dri_helper.c",
"src/mapi/entry.c",
"src/mapi/es1api/gles1.def.in",
"src/mapi/es2api/gles2.def.in",
"src/mapi/glapi/gen/api_beginend_init_h.py",
"src/mapi/glapi/gen/api_exec_decl_h.py",
"src/mapi/glapi/gen/api_exec_init.py",
"src/mapi/glapi/gen/api_hw_select_init_h.py",
"src/mapi/glapi/gen/api_save_h.py",
"src/mapi/glapi/gen/api_save_init_h.py",
"src/mapi/glapi/gen/glX_proto_send.py",
"src/mapi/glapi/gen/glX_proto_size.py",
"src/mapi/glapi/gen/gl_API.xml",
"src/mapi/glapi/gen/gl_SPARC_asm.py",
"src/mapi/glapi/gen/gl_and_es_API.xml",
"src/mapi/glapi/gen/gl_apitemp.py",
"src/mapi/glapi/gen/gl_enums.py",
"src/mapi/glapi/gen/gl_gentable.py",
"src/mapi/glapi/gen/gl_marshal.py",
"src/mapi/glapi/gen/gl_marshal_h.py",
"src/mapi/glapi/gen/gl_procs.py",
"src/mapi/glapi/gen/gl_table.py",
"src/mapi/glapi/gen/gl_x86-64_asm.py",
"src/mapi/glapi/gen/gl_x86_asm.py",
"src/mapi/glapi/gen/remap_helper.py",
"src/mapi/glapi/registry/gl.xml",
"src/mapi/mapi_abi.py",
"src/mapi/new/gen_gldispatch_mapi.py",
"src/mesa/main/accum.c",
"src/mesa/main/api_arrayelt.c",
"src/mesa/main/arbprogram.c",
"src/mesa/main/arrayobj.c",
"src/mesa/main/atifragshader.c",
"src/mesa/main/attrib.c",
"src/mesa/main/barrier.c",
"src/mesa/main/bbox.c",
"src/mesa/main/blend.c",
"src/mesa/main/blit.c",
"src/mesa/main/bufferobj.c",
"src/mesa/main/buffers.c",
"src/mesa/main/clear.c",
"src/mesa/main/clip.c",
"src/mesa/main/compute.c",
"src/mesa/main/condrender.c",
"src/mesa/main/conservativeraster.c",
"src/mesa/main/context.c",
"src/mesa/main/copyimage.c",
"src/mesa/main/cpuinfo.c",
"src/mesa/main/debug.c",
"src/mesa/main/debug_output.c",
"src/mesa/main/depth.c",
"src/mesa/main/dlist.c",
"src/mesa/main/draw.c",
"src/mesa/main/draw_validate.c",
"src/mesa/main/drawpix.c",
"src/mesa/main/drawtex.c",
"src/mesa/main/enable.c",
"src/mesa/main/errors.c",
"src/mesa/main/es1_conversion.c",
"src/mesa/main/eval.c",
"src/mesa/main/extensions.c",
"src/mesa/main/extensions_table.c",
"src/mesa/main/externalobjects.c",
"src/mesa/main/fbobject.c",
"src/mesa/main/feedback.c",
"src/mesa/main/ff_fragment_shader.cpp",
"src/mesa/main/ffvertex_prog.c",
"src/mesa/main/fog.c",
"src/mesa/main/format_fallback.py",
"src/mesa/main/format_info.py",
"src/mesa/main/format_utils.c",
"src/mesa/main/formatquery.c",
"src/mesa/main/formats.c",
"src/mesa/main/formats.csv",
"src/mesa/main/framebuffer.c",
"src/mesa/main/genmipmap.c",
"src/mesa/main/get.c",
"src/mesa/main/get_hash_generator.py",
"src/mesa/main/getstring.c",
"src/mesa/main/glformats.c",
"src/mesa/main/glspirv.c",
"src/mesa/main/glthread.c",
"src/mesa/main/glthread_bufferobj.c",
"src/mesa/main/glthread_draw.c",
"src/mesa/main/glthread_get.c",
"src/mesa/main/glthread_list.c",
"src/mesa/main/glthread_shaderobj.c",
"src/mesa/main/glthread_varray.c",
"src/mesa/main/hash.c",
"src/mesa/main/hint.c",
"src/mesa/main/image.c",
"src/mesa/main/light.c",
"src/mesa/main/lines.c",
"src/mesa/main/matrix.c",
"src/mesa/main/mipmap.c",
"src/mesa/main/multisample.c",
"src/mesa/main/objectlabel.c",
"src/mesa/main/pack.c",
"src/mesa/main/pbo.c",
"src/mesa/main/performance_monitor.c",
"src/mesa/main/performance_query.c",
"src/mesa/main/pipelineobj.c",
"src/mesa/main/pixel.c",
"src/mesa/main/pixelstore.c",
"src/mesa/main/pixeltransfer.c",
"src/mesa/main/points.c",
"src/mesa/main/polygon.c",
"src/mesa/main/program_binary.c",
"src/mesa/main/program_resource.c",
"src/mesa/main/querymatrix.c",
"src/mesa/main/queryobj.c",
"src/mesa/main/rastpos.c",
"src/mesa/main/readpix.c",
"src/mesa/main/remap.c",
"src/mesa/main/renderbuffer.c",
"src/mesa/main/robustness.c",
"src/mesa/main/samplerobj.c",
"src/mesa/main/scissor.c",
"src/mesa/main/shader_query.cpp",
"src/mesa/main/shaderapi.c",
"src/mesa/main/shaderimage.c",
"src/mesa/main/shaderobj.c",
"src/mesa/main/shared.c",
"src/mesa/main/spirv_extensions.c",
"src/mesa/main/sse_minmax.c",
"src/mesa/main/state.c",
"src/mesa/main/stencil.c",
"src/mesa/main/syncobj.c",
"src/mesa/main/texcompress.c",
"src/mesa/main/texcompress_astc.cpp",
"src/mesa/main/texcompress_bptc.c",
"src/mesa/main/texcompress_cpal.c",
"src/mesa/main/texcompress_etc.c",
"src/mesa/main/texcompress_fxt1.c",
"src/mesa/main/texcompress_rgtc.c",
"src/mesa/main/texcompress_s3tc.c",
"src/mesa/main/texenv.c",
"src/mesa/main/texgen.c",
"src/mesa/main/texgetimage.c",
"src/mesa/main/teximage.c",
"src/mesa/main/texobj.c",
"src/mesa/main/texparam.c",
"src/mesa/main/texstate.c",
"src/mesa/main/texstorage.c",
"src/mesa/main/texstore.c",
"src/mesa/main/texturebindless.c",
"src/mesa/main/textureview.c",
"src/mesa/main/transformfeedback.c",
"src/mesa/main/uniform_query.cpp",
"src/mesa/main/uniforms.c",
"src/mesa/main/varray.c",
"src/mesa/main/vdpau.c",
"src/mesa/main/version.c",
"src/mesa/main/viewport.c",
"src/mesa/math/m_debug_clip.c",
"src/mesa/math/m_debug_norm.c",
"src/mesa/math/m_debug_xform.c",
"src/mesa/math/m_eval.c",
"src/mesa/math/m_matrix.c",
"src/mesa/math/m_vector.c",
"src/mesa/program/arbprogparse.c",
"src/mesa/program/dummy_errors.c",
"src/mesa/program/link_program.cpp",
"src/mesa/program/prog_cache.c",
"src/mesa/program/prog_instruction.c",
"src/mesa/program/prog_parameter.c",
"src/mesa/program/prog_parameter_layout.c",
"src/mesa/program/prog_print.c",
"src/mesa/program/prog_statevars.c",
"src/mesa/program/prog_to_nir.c",
"src/mesa/program/program.c",
"src/mesa/program/program_lexer.l",
"src/mesa/program/program_parse.y",
"src/mesa/program/program_parse_extra.c",
"src/mesa/program/programopt.c",
"src/mesa/program/symbol_table.c",
"src/mesa/state_tracker/st_atifs_to_nir.c",
"src/mesa/state_tracker/st_atom.c",
"src/mesa/state_tracker/st_atom_array.cpp",
"src/mesa/state_tracker/st_atom_atomicbuf.c",
"src/mesa/state_tracker/st_atom_blend.c",
"src/mesa/state_tracker/st_atom_clip.c",
"src/mesa/state_tracker/st_atom_constbuf.c",
"src/mesa/state_tracker/st_atom_depth.c",
"src/mesa/state_tracker/st_atom_framebuffer.c",
"src/mesa/state_tracker/st_atom_image.c",
"src/mesa/state_tracker/st_atom_msaa.c",
"src/mesa/state_tracker/st_atom_pixeltransfer.c",
"src/mesa/state_tracker/st_atom_rasterizer.c",
"src/mesa/state_tracker/st_atom_sampler.c",
"src/mesa/state_tracker/st_atom_scissor.c",
"src/mesa/state_tracker/st_atom_shader.c",
"src/mesa/state_tracker/st_atom_stipple.c",
"src/mesa/state_tracker/st_atom_storagebuf.c",
"src/mesa/state_tracker/st_atom_tess.c",
"src/mesa/state_tracker/st_atom_texture.c",
"src/mesa/state_tracker/st_atom_viewport.c",
"src/mesa/state_tracker/st_cb_bitmap.c",
"src/mesa/state_tracker/st_cb_clear.c",
"src/mesa/state_tracker/st_cb_copyimage.c",
"src/mesa/state_tracker/st_cb_drawpixels.c",
"src/mesa/state_tracker/st_cb_drawtex.c",
"src/mesa/state_tracker/st_cb_eglimage.c",
"src/mesa/state_tracker/st_cb_feedback.c",
"src/mesa/state_tracker/st_cb_flush.c",
"src/mesa/state_tracker/st_cb_rasterpos.c",
"src/mesa/state_tracker/st_cb_readpixels.c",
"src/mesa/state_tracker/st_cb_texture.c",
"src/mesa/state_tracker/st_context.c",
"src/mesa/state_tracker/st_copytex.c",
"src/mesa/state_tracker/st_debug.c",
"src/mesa/state_tracker/st_draw.c",
"src/mesa/state_tracker/st_draw_feedback.c",
"src/mesa/state_tracker/st_draw_hw_select.c",
"src/mesa/state_tracker/st_extensions.c",
"src/mesa/state_tracker/st_format.c",
"src/mesa/state_tracker/st_gen_mipmap.c",
"src/mesa/state_tracker/st_glsl_to_ir.cpp",
"src/mesa/state_tracker/st_glsl_to_nir.cpp",
"src/mesa/state_tracker/st_manager.c",
"src/mesa/state_tracker/st_nir_builtins.c",
"src/mesa/state_tracker/st_nir_lower_builtin.c",
"src/mesa/state_tracker/st_nir_lower_tex_src_plane.c",
"src/mesa/state_tracker/st_pbo.c",
"src/mesa/state_tracker/st_pbo_compute.c",
"src/mesa/state_tracker/st_program.c",
"src/mesa/state_tracker/st_sampler_view.c",
"src/mesa/state_tracker/st_scissor.c",
"src/mesa/state_tracker/st_shader_cache.c",
"src/mesa/state_tracker/st_texture.c",
"src/mesa/state_tracker/st_vdpau.c",
"src/mesa/vbo/vbo_context.c",
"src/mesa/vbo/vbo_exec.c",
"src/mesa/vbo/vbo_exec_api.c",
"src/mesa/vbo/vbo_exec_draw.c",
"src/mesa/vbo/vbo_exec_eval.c",
"src/mesa/vbo/vbo_minmax_index.c",
"src/mesa/vbo/vbo_noop.c",
"src/mesa/vbo/vbo_save.c",
"src/mesa/vbo/vbo_save_api.c",
"src/mesa/vbo/vbo_save_draw.c",
"src/mesa/vbo/vbo_save_loopback.c",
"src/mesa/x86/common_x86.c",
"src/util/00-mesa-defaults.conf",
"src/util/anon_file.c",
"src/util/bitscan.c",
"src/util/blob.c",
"src/util/build_id.c",
"src/util/compress.c",
"src/util/crc32.c",
"src/util/dag.c",
"src/util/debug.c",
"src/util/disk_cache.c",
"src/util/disk_cache_os.c",
"src/util/double.c",
"src/util/driconf_static.py",
"src/util/fast_idiv_by_const.c",
"src/util/format/u_format.c",
"src/util/format/u_format.csv",
"src/util/format/u_format_bptc.c",
"src/util/format/u_format_etc.c",
"src/util/format/u_format_fxt1.c",
"src/util/format/u_format_latc.c",
"src/util/format/u_format_other.c",
"src/util/format/u_format_rgtc.c",
"src/util/format/u_format_s3tc.c",
"src/util/format/u_format_table.py",
"src/util/format/u_format_tests.c",
"src/util/format/u_format_unpack_neon.c",
"src/util/format/u_format_yuv.c",
"src/util/format/u_format_zs.c",
"src/util/format_srgb.py",
"src/util/fossilize_db.c",
"src/util/half_float.c",
"src/util/hash_table.c",
"src/util/indices/u_indices_gen.py",
"src/util/indices/u_primconvert.c",
"src/util/indices/u_unfilled_gen.py",
"src/util/log.c",
"src/util/memstream.c",
"src/util/mesa-sha1.c",
"src/util/mesa_cache_db.c",
"src/util/os_file.c",
"src/util/os_memory_fd.c",
"src/util/os_misc.c",
"src/util/os_socket.c",
"src/util/os_time.c",
"src/util/perf/u_trace.c",
"src/util/ralloc.c",
"src/util/rand_xor.c",
"src/util/rb_tree.c",
"src/util/register_allocate.c",
"src/util/rgtc.c",
"src/util/set.c",
"src/util/sha1/sha1.c",
"src/util/simple_mtx.c",
"src/util/slab.c",
"src/util/softfloat.c",
"src/util/sparse_array.c",
"src/util/streaming-load-memcpy.c",
"src/util/string_buffer.c",
"src/util/strtod.c",
"src/util/u_atomic.c",
"src/util/u_call_once.c",
"src/util/u_cpu_detect.c",
"src/util/u_debug.c",
"src/util/u_debug_describe.c",
"src/util/u_debug_memory.c",
"src/util/u_debug_refcnt.c",
"src/util/u_debug_stack.c",
"src/util/u_debug_symbol.c",
"src/util/u_dl.c",
"src/util/u_hash_table.c",
"src/util/u_idalloc.c",
"src/util/u_math.c",
"src/util/u_mm.c",
"src/util/u_printf.c",
"src/util/u_process.c",
"src/util/u_qsort.cpp",
"src/util/u_queue.c",
"src/util/u_vector.c",
"src/util/u_worklist.c",
"src/util/vma.c",
"src/util/xmlconfig.c",
"src/util/xxd.py",
"src/vulkan/registry/vk.xml",
"src/vulkan/runtime/vk_buffer.c",
"src/vulkan/runtime/vk_cmd_copy.c",
"src/vulkan/runtime/vk_cmd_enqueue.c",
"src/vulkan/runtime/vk_command_buffer.c",
"src/vulkan/runtime/vk_command_pool.c",
"src/vulkan/runtime/vk_debug_report.c",
"src/vulkan/runtime/vk_debug_utils.c",
"src/vulkan/runtime/vk_deferred_operation.c",
"src/vulkan/runtime/vk_descriptor_set_layout.c",
"src/vulkan/runtime/vk_descriptor_update_template.c",
"src/vulkan/runtime/vk_descriptors.c",
"src/vulkan/runtime/vk_device.c",
"src/vulkan/runtime/vk_drm_syncobj.c",
"src/vulkan/runtime/vk_fence.c",
"src/vulkan/runtime/vk_framebuffer.c",
"src/vulkan/runtime/vk_graphics_state.c",
"src/vulkan/runtime/vk_image.c",
"src/vulkan/runtime/vk_instance.c",
"src/vulkan/runtime/vk_log.c",
"src/vulkan/runtime/vk_nir.c",
"src/vulkan/runtime/vk_object.c",
"src/vulkan/runtime/vk_physical_device.c",
"src/vulkan/runtime/vk_physical_device_features.py",
"src/vulkan/runtime/vk_pipeline.c",
"src/vulkan/runtime/vk_pipeline_cache.c",
"src/vulkan/runtime/vk_pipeline_layout.c",
"src/vulkan/runtime/vk_queue.c",
"src/vulkan/runtime/vk_render_pass.c",
"src/vulkan/runtime/vk_sampler.c",
"src/vulkan/runtime/vk_semaphore.c",
"src/vulkan/runtime/vk_shader_module.c",
"src/vulkan/runtime/vk_standard_sample_locations.c",
"src/vulkan/runtime/vk_sync.c",
"src/vulkan/runtime/vk_sync_binary.c",
"src/vulkan/runtime/vk_sync_dummy.c",
"src/vulkan/runtime/vk_sync_timeline.c",
"src/vulkan/runtime/vk_synchronization2.c",
"src/vulkan/util/gen_enum_to_str.py",
"src/vulkan/util/vk_alloc.c",
"src/vulkan/util/vk_cmd_queue_gen.py",
"src/vulkan/util/vk_dispatch_table_gen.py",
"src/vulkan/util/vk_dispatch_trampolines_gen.py",
"src/vulkan/util/vk_entrypoints_gen.py",
"src/vulkan/util/vk_extensions_gen.py",
"src/vulkan/util/vk_format.c",
"src/vulkan/util/vk_util.c",
"src/vulkan/vulkan_api.def.in",
"src/vulkan/wsi/wsi_common.c",
"src/vulkan/wsi/wsi_common_display.c",
"src/vulkan/wsi/wsi_common_drm.c",
"src/vulkan/wsi/wsi_common_x11.c",
]
angle_libdrm_outputs = [ "libdrm.so.2.4.0" ]
angle_libdrm_sources = [
"include/drm/drm_fourcc.h",
"xf86drm.c",
"xf86drmHash.c",
"xf86drmMode.c",
"xf86drmRandom.c",
"xf86drmSL.c",
]