st/mesa: don't set the border color if it's unused
[mesa.git] / src / mesa / Makefile.sources
index a49ad953c041ac4ff6ad6e62f4a9338a7bebd1e4..b80882fb8de2b0898a103cad8fc7f7547ee4c692 100644 (file)
@@ -24,6 +24,10 @@ MAIN_FILES = \
        main/atifragshader.h \
        main/attrib.c \
        main/attrib.h \
+       main/barrier.c \
+       main/barrier.h \
+       main/bbox.c \
+       main/bbox.h \
        main/blend.c \
        main/blend.h \
        main/blit.c \
@@ -79,6 +83,7 @@ MAIN_FILES = \
        main/execmem.c \
        main/extensions.c \
        main/extensions.h \
+       main/extensions_table.c \
        main/extensions_table.h \
        main/fbobject.c \
        main/fbobject.h \
@@ -110,6 +115,8 @@ MAIN_FILES = \
        main/getstring.c \
        main/glformats.c \
        main/glformats.h \
+       main/glthread.c \
+       main/glthread.h \
        main/glheader.h \
        main/hash.c \
        main/hash.h \
@@ -126,6 +133,10 @@ MAIN_FILES = \
        main/lines.c \
        main/lines.h \
        main/macros.h \
+       main/marshal.c \
+       main/marshal.h \
+       main/marshal_generated.c \
+       main/marshal_generated.h \
        main/matrix.c \
        main/matrix.h \
        main/mipmap.c \
@@ -145,6 +156,8 @@ MAIN_FILES = \
        main/pbo.h \
        main/performance_monitor.c \
        main/performance_monitor.h \
+       main/performance_query.c \
+       main/performance_query.h \
        main/pipelineobj.c \
        main/pipelineobj.h \
        main/pixel.c \
@@ -227,10 +240,10 @@ MAIN_FILES = \
        main/texstorage.h \
        main/texstore.c \
        main/texstore.h \
+       main/texturebindless.c \
+       main/texturebindless.h \
        main/textureview.c \
        main/textureview.h \
-       main/texturebarrier.c \
-       main/texturebarrier.h \
        main/transformfeedback.c \
        main/transformfeedback.h \
        main/uniform_query.cpp \
@@ -408,6 +421,7 @@ STATETRACKER_FILES = \
        state_tracker/st_atom_depth.c \
        state_tracker/st_atom_framebuffer.c \
        state_tracker/st_atom.h \
+       state_tracker/st_atom_list.h \
        state_tracker/st_atom_image.c \
        state_tracker/st_atom_msaa.c \
        state_tracker/st_atom_pixeltransfer.c \
@@ -501,19 +515,27 @@ STATETRACKER_FILES = \
        state_tracker/st_mesa_to_tgsi.h \
        state_tracker/st_nir.h \
        state_tracker/st_nir_lower_builtin.c \
+       state_tracker/st_nir_lower_tex_src_plane.c \
        state_tracker/st_pbo.c \
        state_tracker/st_pbo.h \
        state_tracker/st_program.c \
        state_tracker/st_program.h \
+       state_tracker/st_sampler_view.c \
+       state_tracker/st_sampler_view.h \
+       state_tracker/st_scissor.c \
+       state_tracker/st_scissor.h \
+       state_tracker/st_shader_cache.c \
+       state_tracker/st_shader_cache.h \
        state_tracker/st_texture.c \
        state_tracker/st_texture.h \
+       state_tracker/st_tgsi_lower_yuv.c \
+       state_tracker/st_tgsi_lower_yuv.h \
        state_tracker/st_vdpau.c \
        state_tracker/st_vdpau.h
 
 PROGRAM_FILES = \
        program/arbprogparse.c \
        program/arbprogparse.h \
-       program/hash_table.h \
        program/ir_to_mesa.cpp \
        program/ir_to_mesa.h \
        program/lex.yy.c \
@@ -521,7 +543,6 @@ PROGRAM_FILES = \
        program/prog_cache.h \
        program/prog_execute.c \
        program/prog_execute.h \
-       program/prog_hash_table.c \
        program/prog_instruction.c \
        program/prog_instruction.h \
        program/prog_noise.c \
@@ -545,7 +566,6 @@ PROGRAM_FILES = \
        program/program_parser.h \
        program/prog_statevars.c \
        program/prog_statevars.h \
-       program/string_to_uint_map.cpp \
        program/symbol_table.c \
        program/symbol_table.h
 
@@ -613,7 +633,6 @@ COMMON_DRIVER_FILES =                       \
        drivers/common/driverfuncs.c    \
        drivers/common/driverfuncs.h    \
        drivers/common/meta_blit.c      \
-       drivers/common/meta_copy_image.c        \
        drivers/common/meta_generate_mipmap.c   \
        drivers/common/meta_tex_subimage.c      \
        drivers/common/meta.c \
@@ -646,12 +665,13 @@ INCLUDE_DIRS = \
        -I$(top_srcdir)/include \
        -I$(top_builddir)/src \
        -I$(top_srcdir)/src \
+       -I$(top_builddir)/src/compiler/glsl \
        -I$(top_builddir)/src/compiler/nir \
-       -I$(top_srcdir)/src/mesa \
        -I$(top_builddir)/src/mesa \
-       -I$(top_srcdir)/src/mesa/main \
+       -I$(top_srcdir)/src/mesa \
        -I$(top_builddir)/src/mesa/main \
-       -I$(top_srcdir)/src/mapi \
+       -I$(top_srcdir)/src/mesa/main \
        -I$(top_builddir)/src/mapi \
+       -I$(top_srcdir)/src/mapi \
        -I$(top_srcdir)/src/gallium/include \
        -I$(top_srcdir)/src/gallium/auxiliary