util: Move format_rgb9e5.h to src/util
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 56fa84055b7d399f6e4ae79d3488a115d91d8c2e..230f52beec850dd21a4a1f443933f319ea3d20e4 100644 (file)
@@ -93,6 +93,8 @@ C_SOURCES := \
        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_validate.c \
        pipebuffer/pb_validate.h \
        postprocess/filters.h \
@@ -137,6 +139,8 @@ C_SOURCES := \
        tgsi/tgsi_dump.h \
        tgsi/tgsi_exec.c \
        tgsi/tgsi_exec.h \
+       tgsi/tgsi_emulate.c \
+       tgsi/tgsi_emulate.h \
        tgsi/tgsi_info.c \
        tgsi/tgsi_info.h \
        tgsi/tgsi_iterate.c \
@@ -171,6 +175,7 @@ C_SOURCES := \
        translate/translate_generic.c \
        translate/translate_sse.c \
        util/dbghelp.h \
+       util/u_bitcast.h \
        util/u_bitmask.c \
        util/u_bitmask.h \
        util/u_blend.h \
@@ -187,11 +192,13 @@ C_SOURCES := \
        util/u_cpu_detect.c \
        util/u_cpu_detect.h \
        util/u_debug.c \
+       util/u_debug.h \
        util/u_debug_describe.c \
        util/u_debug_describe.h \
        util/u_debug_flush.c \
        util/u_debug_flush.h \
-       util/u_debug.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 \
@@ -217,14 +224,11 @@ C_SOURCES := \
        util/u_format.h \
        util/u_format_etc.c \
        util/u_format_etc.h \
-       util/u_format_fake.c \
-       util/u_format_fake.h \
        util/u_format_latc.c \
        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 \
@@ -250,7 +254,6 @@ C_SOURCES := \
        util/u_helpers.h \
        util/u_index_modify.c \
        util/u_index_modify.h \
-       util/u_init.h \
        util/u_inlines.h \
        util/u_keymap.c \
        util/u_keymap.h \
@@ -266,8 +269,13 @@ C_SOURCES := \
        util/u_pack_color.h \
        util/u_pointer.h \
        util/u_prim.h \
+       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 \
@@ -282,8 +290,6 @@ C_SOURCES := \
        util/u_slab.h \
        util/u_split_prim.h \
        util/u_sse.h \
-       util/u_staging.c \
-       util/u_staging.h \
        util/u_string.h \
        util/u_suballoc.c \
        util/u_suballoc.h \
@@ -311,6 +317,8 @@ NIR_SOURCES := \
        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 \
@@ -345,7 +353,11 @@ VL_SOURCES := \
 
 # XXX: Nuke this as our dri targets no longer depend on VL.
 VL_WINSYS_SOURCES := \
-       vl/vl_winsys_dri.c
+       vl/vl_winsys_dri.c \
+       vl/vl_winsys_drm.c
+
+VL_WINSYS_DRI3_SOURCES := \
+       vl/vl_winsys_dri3.c
 
 VL_STUB_SOURCES := \
        vl/vl_stubs.c
@@ -374,7 +386,9 @@ GALLIVM_SOURCES := \
        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_srgb.c \