meta: Don't save or restore the renderbuffer binding
[mesa.git] / src / mesa / Makefile.sources
index 34fb4461985f9327db1308e69f774dc9c1051962..6669f2953995c90afa4b9c1245489e89817528ff 100644 (file)
@@ -57,6 +57,8 @@ MAIN_FILES = \
        main/dd.h \
        main/debug.c \
        main/debug.h \
+       main/debug_output.c \
+       main/debug_output.h \
        main/depth.c \
        main/depth.h \
        main/dlist.c \
@@ -77,6 +79,7 @@ MAIN_FILES = \
        main/execmem.c \
        main/extensions.c \
        main/extensions.h \
+       main/extensions_table.h \
        main/fbobject.c \
        main/fbobject.h \
        main/feedback.c \
@@ -345,7 +348,6 @@ TNL_FILES = \
        tnl/tnl.h \
        tnl/t_pipeline.c \
        tnl/t_pipeline.h \
-       tnl/t_rasterpos.c \
        tnl/t_vb_cliptmp.h \
        tnl/t_vb_fog.c \
        tnl/t_vb_light.c \
@@ -377,6 +379,7 @@ VBO_FILES = \
        vbo/vbo_exec_eval.c \
        vbo/vbo_exec.h \
        vbo/vbo.h \
+       vbo/vbo_minmax_index.c \
        vbo/vbo_noop.c \
        vbo/vbo_noop.h \
        vbo/vbo_primitive_restart.c \
@@ -393,6 +396,7 @@ VBO_FILES = \
 
 STATETRACKER_FILES = \
        state_tracker/st_atom_array.c \
+       state_tracker/st_atom_atomicbuf.c \
        state_tracker/st_atom_blend.c \
        state_tracker/st_atom.c \
        state_tracker/st_atom_clip.c \
@@ -409,6 +413,7 @@ STATETRACKER_FILES = \
        state_tracker/st_atom_shader.c \
        state_tracker/st_atom_shader.h \
        state_tracker/st_atom_stipple.c \
+       state_tracker/st_atom_storagebuf.c \
        state_tracker/st_atom_tess.c \
        state_tracker/st_atom_texture.c \
        state_tracker/st_atom_viewport.c \
@@ -424,6 +429,8 @@ STATETRACKER_FILES = \
        state_tracker/st_cb_clear.h \
        state_tracker/st_cb_condrender.c \
        state_tracker/st_cb_condrender.h \
+       state_tracker/st_cb_copyimage.c \
+       state_tracker/st_cb_copyimage.h \
        state_tracker/st_cb_drawpixels.c \
        state_tracker/st_cb_drawpixels.h \
        state_tracker/st_cb_drawpixels_shader.c \
@@ -463,6 +470,8 @@ STATETRACKER_FILES = \
        state_tracker/st_cb_xformfb.h \
        state_tracker/st_context.c \
        state_tracker/st_context.h \
+       state_tracker/st_copytex.c \
+       state_tracker/st_copytex.h \
        state_tracker/st_debug.c \
        state_tracker/st_debug.h \
        state_tracker/st_draw.c \
@@ -523,8 +532,6 @@ PROGRAM_FILES = \
        program/program_parser.h \
        program/prog_statevars.c \
        program/prog_statevars.h \
-       program/sampler.cpp \
-       program/sampler.h \
        program/string_to_uint_map.cpp \
        program/symbol_table.c \
        program/symbol_table.h
@@ -619,11 +626,7 @@ MESA_GALLIUM_FILES = \
 INCLUDE_DIRS = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src \
-       -I$(top_srcdir)/src/glsl \
-       -I$(top_srcdir)/src/glsl/nir \
-       -I$(top_builddir)/src/glsl \
-       -I$(top_builddir)/src/glsl/nir \
-       -I$(top_srcdir)/src/glsl/glcpp \
+       -I$(top_builddir)/src/compiler/nir \
        -I$(top_srcdir)/src/mesa \
        -I$(top_builddir)/src/mesa \
        -I$(top_srcdir)/src/mesa/main \