X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fauxiliary%2FMakefile.sources;h=230f52beec850dd21a4a1f443933f319ea3d20e4;hb=6c665cdfc5d9eca2136f87e10eb80a6c59d5156f;hp=5325f974cda83d133ebe7b3525f6e2751adb23b2;hpb=af422fe9b36e98397d914be9eabae937634bef31;p=mesa.git diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 5325f974cda..230f52beec8 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -175,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 \ @@ -191,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 \ @@ -226,7 +229,6 @@ C_SOURCES := \ 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 \ @@ -271,6 +273,9 @@ C_SOURCES := \ 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 \ @@ -285,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 \ @@ -314,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 \ @@ -351,6 +356,9 @@ VL_WINSYS_SOURCES := \ 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