meta: Don't save or restore the renderbuffer binding
[mesa.git] / src / mesa / Makefile.sources
index 778b92d98929694089847208e55a0468b1f7dc2f..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 \
@@ -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 \
@@ -465,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 \
@@ -525,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
@@ -621,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 \