meta: Don't save or restore the renderbuffer binding
[mesa.git] / src / mesa / Makefile.sources
index 1293d4135b9d7a1a16781dd47578981a95bf46fe..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 \
@@ -134,6 +137,8 @@ MAIN_FILES = \
        main/multisample.h \
        main/objectlabel.c \
        main/objectlabel.h \
+       main/objectpurge.c \
+       main/objectpurge.h \
        main/pack.c \
        main/pack.h \
        main/pbo.c \
@@ -343,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 \
@@ -375,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 \
@@ -391,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 \
@@ -407,11 +413,14 @@ 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 \
        state_tracker/st_cache.h \
        state_tracker/st_cb_bitmap.c \
        state_tracker/st_cb_bitmap.h \
+       state_tracker/st_cb_bitmap_shader.c \
        state_tracker/st_cb_blit.c \
        state_tracker/st_cb_blit.h \
        state_tracker/st_cb_bufferobjects.c \
@@ -420,8 +429,11 @@ 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 \
        state_tracker/st_cb_drawtex.c \
        state_tracker/st_cb_drawtex.h \
        state_tracker/st_cb_eglimage.c \
@@ -434,6 +446,8 @@ STATETRACKER_FILES = \
        state_tracker/st_cb_flush.h \
        state_tracker/st_cb_msaa.c \
        state_tracker/st_cb_msaa.h \
+       state_tracker/st_cb_perfmon.c \
+       state_tracker/st_cb_perfmon.h \
        state_tracker/st_cb_program.c \
        state_tracker/st_cb_program.h \
        state_tracker/st_cb_queryobj.c \
@@ -456,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 \
@@ -516,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
@@ -612,10 +626,7 @@ MESA_GALLIUM_FILES = \
 INCLUDE_DIRS = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src \
-       -I$(top_srcdir)/src/glsl \
-       -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 \