gallivm/llvmpipe: add const qualifiers on sampler variables
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 26a06b29f6072397ec61806a808e6b3b947702a0..a2dae04698c0df459132b6d5c1196b053c8ba4c8 100644 (file)
@@ -62,6 +62,10 @@ C_SOURCES := \
        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 \
@@ -79,8 +83,6 @@ C_SOURCES := \
        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 \
@@ -95,6 +97,8 @@ C_SOURCES := \
        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 \
@@ -141,8 +145,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 +182,9 @@ 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 \
        util/u_blend.h \
@@ -185,9 +195,6 @@ 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 \
@@ -217,7 +224,6 @@ 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 \
@@ -227,8 +233,6 @@ C_SOURCES := \
        util/u_format_latc.h \
        util/u_format_other.c \
        util/u_format_other.h \
-       util/u_format_r11g11b10f.h \
-       util/u_format_rgb9e5.h \
        util/u_format_rgtc.c \
        util/u_format_rgtc.h \
        util/u_format_s3tc.c \
@@ -246,19 +250,19 @@ 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_log.c \
+       util/u_log.h \
        util/u_math.c \
        util/u_math.h \
        util/u_memory.h \
@@ -284,11 +288,8 @@ C_SOURCES := \
        util/u_sampler.h \
        util/u_simple_shaders.c \
        util/u_simple_shaders.h \
-       util/u_slab.c \
-       util/u_slab.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 \
@@ -301,20 +302,27 @@ C_SOURCES := \
        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
 
 VL_SOURCES := \
+       vl/vl_bicubic_filter.c \
+       vl/vl_bicubic_filter.h \
        vl/vl_compositor.c \
        vl/vl_compositor.h \
        vl/vl_csc.c \
@@ -343,14 +351,20 @@ 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
 
 # XXX: Nuke this as our dri targets no longer depend on VL.
 VL_WINSYS_SOURCES := \
-       vl/vl_winsys_dri.c \
-       vl/vl_winsys_dri3.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 := \
@@ -428,3 +442,7 @@ GALLIVM_SOURCES := \
        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