summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2016-01-18 00:08:24 -0500
committerIlia Mirkin <[email protected]>2016-01-29 21:05:46 -0500
commit688003669469d787847d58572956e9d3fcecaf3c (patch)
tree4afd17896eef8b6ec4aaf375504b8a9341df67a3 /src/mesa/Makefile.sources
parent9d6f9ccf6b7ca7c9d1ac40354d6ae47c130e2024 (diff)
st/mesa: add support for SSBO binding and GLSL intrinsics
Signed-off-by: Ilia Mirkin <[email protected]> v1 -> v2: some 80 char reformatting
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index c5379e87310..5d6f2d0784d 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -410,6 +410,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 \