X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fauxiliary%2FMakefile.sources;h=8b0c19e17318ec5f9b09fdf1d6cefdac7fd91f6f;hb=3ecd49611792e558ecc093cfb0776c5104b979fa;hp=586f05781d4fd7285ba970094019615072b53921;hpb=f29fd7897adc920ef816840a3f4fc25dcd65228b;p=mesa.git diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 586f05781d4..8b0c19e1731 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -57,11 +57,44 @@ C_SOURCES := \ draw/draw_vs_exec.c \ draw/draw_vs.h \ draw/draw_vs_variant.c \ + driver_ddebug/dd_context.c \ + driver_ddebug/dd_draw.c \ + driver_ddebug/dd_pipe.h \ + driver_ddebug/dd_public.h \ + driver_ddebug/dd_screen.c \ + driver_ddebug/dd_util.h \ + driver_noop/noop_pipe.c \ + driver_noop/noop_public.h \ + driver_noop/noop_state.c \ + driver_rbug/rbug_context.c \ + driver_rbug/rbug_context.h \ + driver_rbug/rbug_core.c \ + driver_rbug/rbug_objects.c \ + driver_rbug/rbug_objects.h \ + driver_rbug/rbug_public.h \ + driver_rbug/rbug_screen.c \ + driver_rbug/rbug_screen.h \ + driver_trace/tr_context.c \ + driver_trace/tr_context.h \ + driver_trace/tr_dump.c \ + driver_trace/tr_dump_defines.h \ + driver_trace/tr_dump.h \ + driver_trace/tr_dump_state.c \ + driver_trace/tr_dump_state.h \ + driver_trace/tr_public.h \ + driver_trace/tr_screen.c \ + driver_trace/tr_screen.h \ + driver_trace/tr_texture.c \ + driver_trace/tr_texture.h \ hud/font.c \ hud/font.h \ hud/hud_context.c \ hud/hud_context.h \ hud/hud_cpu.c \ + hud/hud_nic.c \ + hud/hud_cpufreq.c \ + hud/hud_diskstat.c \ + hud/hud_sensors_temp.c \ hud/hud_driver_query.c \ hud/hud_fps.c \ hud/hud_private.h \ @@ -69,32 +102,22 @@ C_SOURCES := \ indices/u_indices_priv.h \ indices/u_primconvert.c \ indices/u_primconvert.h \ - os/os_memory_aligned.h \ - os/os_memory_debug.h \ - os/os_memory_stdc.h \ - os/os_memory.h \ - os/os_misc.c \ - os/os_misc.h \ os/os_mman.h \ os/os_process.c \ os/os_process.h \ os/os_thread.h \ - os/os_time.c \ - os/os_time.h \ pipebuffer/pb_buffer_fenced.c \ pipebuffer/pb_buffer_fenced.h \ pipebuffer/pb_buffer.h \ - pipebuffer/pb_buffer_malloc.c \ - pipebuffer/pb_bufmgr_alt.c \ pipebuffer/pb_bufmgr_cache.c \ pipebuffer/pb_bufmgr_debug.c \ pipebuffer/pb_bufmgr.h \ pipebuffer/pb_bufmgr_mm.c \ - pipebuffer/pb_bufmgr_ondemand.c \ - pipebuffer/pb_bufmgr_pool.c \ pipebuffer/pb_bufmgr_slab.c \ pipebuffer/pb_cache.c \ pipebuffer/pb_cache.h \ + pipebuffer/pb_slab.c \ + pipebuffer/pb_slab.h \ pipebuffer/pb_validate.c \ pipebuffer/pb_validate.h \ postprocess/filters.h \ @@ -131,6 +154,10 @@ C_SOURCES := \ rtasm/rtasm_execmem.h \ rtasm/rtasm_x86sse.c \ rtasm/rtasm_x86sse.h \ + tessellator/p_tessellator.cpp \ + tessellator/p_tessellator.h \ + tessellator/tessellator.cpp \ + tessellator/tessellator.hpp \ tgsi/tgsi_aa_point.c \ tgsi/tgsi_aa_point.h \ tgsi/tgsi_build.c \ @@ -141,8 +168,11 @@ C_SOURCES := \ tgsi/tgsi_exec.h \ tgsi/tgsi_emulate.c \ tgsi/tgsi_emulate.h \ + tgsi/tgsi_from_mesa.c \ + tgsi/tgsi_from_mesa.h \ tgsi/tgsi_info.c \ tgsi/tgsi_info.h \ + tgsi/tgsi_info_opcodes.h \ tgsi/tgsi_iterate.c \ tgsi/tgsi_iterate.h \ tgsi/tgsi_lowering.c \ @@ -175,6 +205,8 @@ C_SOURCES := \ translate/translate_generic.c \ translate/translate_sse.c \ util/dbghelp.h \ + util/u_async_debug.h \ + util/u_async_debug.c \ util/u_bitcast.h \ util/u_bitmask.c \ util/u_bitmask.h \ @@ -186,20 +218,14 @@ C_SOURCES := \ util/u_box.h \ util/u_cache.c \ util/u_cache.h \ - util/u_caps.c \ - util/u_caps.h \ - util/u_clear.h \ - util/u_cpu_detect.c \ - util/u_cpu_detect.h \ - util/u_debug.c \ - util/u_debug.h \ + util/u_compute.c \ + util/u_compute.h \ util/u_debug_describe.c \ util/u_debug_describe.h \ util/u_debug_flush.c \ util/u_debug_flush.h \ util/u_debug_image.c \ util/u_debug_image.h \ - util/u_debug_memory.c \ util/u_debug_refcnt.c \ util/u_debug_refcnt.h \ util/u_debug_stack.c \ @@ -218,26 +244,7 @@ C_SOURCES := \ util/u_dump_defines.c \ util/u_dump.h \ util/u_dump_state.c \ - util/u_dynarray.h \ util/u_fifo.h \ - util/u_format.c \ - util/u_format.h \ - util/u_format_etc.c \ - util/u_format_etc.h \ - util/u_format_latc.c \ - util/u_format_latc.h \ - util/u_format_other.c \ - util/u_format_other.h \ - util/u_format_rgtc.c \ - util/u_format_rgtc.h \ - util/u_format_s3tc.c \ - util/u_format_s3tc.h \ - util/u_format_tests.c \ - util/u_format_tests.h \ - util/u_format_yuv.c \ - util/u_format_yuv.h \ - util/u_format_zs.c \ - util/u_format_zs.h \ util/u_framebuffer.c \ util/u_framebuffer.h \ util/u_gen_mipmap.c \ @@ -245,81 +252,85 @@ C_SOURCES := \ util/u_half.h \ util/u_handle_table.c \ util/u_handle_table.h \ - util/u_hash.c \ - util/u_hash.h \ util/u_hash_table.c \ util/u_hash_table.h \ util/u_helpers.c \ util/u_helpers.h \ + util/u_idalloc.c \ + util/u_idalloc.h \ util/u_index_modify.c \ util/u_index_modify.h \ util/u_inlines.h \ - util/u_keymap.c \ - util/u_keymap.h \ util/u_linear.c \ util/u_linear.h \ - util/u_math.c \ - util/u_math.h \ - util/u_memory.h \ - util/u_mm.c \ - util/u_mm.h \ + util/u_live_shader_cache.c \ + util/u_live_shader_cache.h \ + util/u_log.c \ + util/u_log.h \ util/u_network.c \ util/u_network.h \ util/u_pack_color.h \ util/u_pointer.h \ util/u_prim.h \ + util/u_prim.c \ util/u_prim_restart.c \ util/u_prim_restart.h \ util/u_pstipple.c \ util/u_pstipple.h \ util/u_pwr8.h \ - util/u_queue.c \ - util/u_queue.h \ util/u_range.h \ util/u_rect.h \ util/u_resource.c \ util/u_resource.h \ - util/u_ringbuffer.c \ - util/u_ringbuffer.h \ util/u_sampler.c \ util/u_sampler.h \ + util/u_screen.c \ + util/u_screen.h \ util/u_simple_shaders.c \ util/u_simple_shaders.h \ - util/u_slab.c \ - util/u_slab.h \ + util/u_split_draw.c \ + util/u_split_draw.h \ util/u_split_prim.h \ util/u_sse.h \ - util/u_string.h \ util/u_suballoc.c \ util/u_suballoc.h \ util/u_surface.c \ util/u_surface.h \ - util/u_surfaces.c \ - util/u_surfaces.h \ util/u_tests.c \ util/u_tests.h \ util/u_texture.c \ util/u_texture.h \ util/u_tile.c \ util/u_tile.h \ - util/u_time.h \ util/u_transfer.c \ util/u_transfer.h \ + util/u_transfer_helper.c \ + util/u_transfer_helper.h \ + util/u_threaded_context.c \ + util/u_threaded_context.h \ + util/u_threaded_context_calls.h \ util/u_upload_mgr.c \ util/u_upload_mgr.h \ util/u_vbuf.c \ util/u_vbuf.h \ - util/u_video.h + util/u_video.h \ + util/u_viewport.h NIR_SOURCES := \ nir/tgsi_to_nir.c \ - nir/tgsi_to_nir.h + nir/tgsi_to_nir.h \ + nir/nir_draw_helpers.c \ + nir/nir_draw_helpers.h VL_SOURCES := \ vl/vl_bicubic_filter.c \ vl/vl_bicubic_filter.h \ vl/vl_compositor.c \ vl/vl_compositor.h \ + vl/vl_compositor_gfx.c \ + vl/vl_compositor_gfx.h \ + vl/vl_compositor_cs.c \ + vl/vl_compositor_cs.h \ vl/vl_csc.c \ vl/vl_csc.h \ vl/vl_decoder.c \ @@ -346,25 +357,29 @@ VL_SOURCES := \ vl/vl_video_buffer.c \ vl/vl_video_buffer.h \ vl/vl_vlc.h \ - vl/vl_winsys.h \ vl/vl_zscan.c \ - vl/vl_zscan.h + vl/vl_zscan.h \ + vl/vl_probs_table.h # XXX: Nuke this as our dri targets no longer depend on VL. VL_WINSYS_SOURCES := \ - vl/vl_winsys_dri.c \ - vl/vl_winsys_drm.c + vl/vl_winsys.h + +VL_WINSYS_DRI2_SOURCES := \ + vl/vl_winsys_dri.c VL_WINSYS_DRI3_SOURCES := \ vl/vl_winsys_dri3.c +VL_WINSYS_DRM_SOURCES := \ + vl/vl_winsys_drm.c + VL_STUB_SOURCES := \ vl/vl_stubs.c GENERATED_SOURCES := \ indices/u_indices_gen.c \ - indices/u_unfilled_gen.c \ - util/u_format_table.c + indices/u_unfilled_gen.c GALLIVM_SOURCES := \ gallivm/lp_bld_arit.c \ @@ -379,17 +394,19 @@ GALLIVM_SOURCES := \ gallivm/lp_bld_const.h \ gallivm/lp_bld_conv.c \ gallivm/lp_bld_conv.h \ + gallivm/lp_bld_coro.c \ + gallivm/lp_bld_coro.h \ gallivm/lp_bld_debug.cpp \ gallivm/lp_bld_debug.h \ gallivm/lp_bld_flow.c \ gallivm/lp_bld_flow.h \ gallivm/lp_bld_format_aos_array.c \ gallivm/lp_bld_format_aos.c \ - gallivm/lp_bld_format_cached.c \ gallivm/lp_bld_format_float.c \ gallivm/lp_bld_format.c \ gallivm/lp_bld_format.h \ gallivm/lp_bld_format_soa.c \ + gallivm/lp_bld_format_s3tc.c \ gallivm/lp_bld_format_srgb.c \ gallivm/lp_bld_format_yuv.c \ gallivm/lp_bld_gather.c \ @@ -399,11 +416,16 @@ GALLIVM_SOURCES := \ gallivm/lp_bld_init.h \ gallivm/lp_bld_intr.c \ gallivm/lp_bld_intr.h \ + gallivm/lp_bld_ir_common.c \ + gallivm/lp_bld_ir_common.h \ gallivm/lp_bld_limits.h \ gallivm/lp_bld_logic.c \ gallivm/lp_bld_logic.h \ gallivm/lp_bld_misc.cpp \ gallivm/lp_bld_misc.h \ + gallivm/lp_bld_nir.c \ + gallivm/lp_bld_nir.h \ + gallivm/lp_bld_nir_soa.c \ gallivm/lp_bld_pack.c \ gallivm/lp_bld_pack.h \ gallivm/lp_bld_printf.c \ @@ -428,8 +450,14 @@ GALLIVM_SOURCES := \ gallivm/lp_bld_tgsi_soa.c \ gallivm/lp_bld_type.c \ gallivm/lp_bld_type.h \ + nir/nir_to_tgsi_info.c \ + nir/nir_to_tgsi_info.h \ draw/draw_llvm.c \ draw/draw_llvm.h \ draw/draw_llvm_sample.c \ draw/draw_pt_fetch_shade_pipeline_llvm.c \ draw/draw_vs_llvm.c + +RENDERONLY_SOURCES := \ + renderonly/renderonly.c \ + renderonly/renderonly.h