summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2014-09-19 20:59:17 -0400
committerIlia Mirkin <[email protected]>2016-01-29 21:05:46 -0500
commit9d6f9ccf6b7ca7c9d1ac40354d6ae47c130e2024 (patch)
treeb6b0ad9f8e85e0f85355bda36b422919385ce41c /src/mesa/Makefile.sources
parent0fddb677e6e8261fc7a12652224698838ac10b22 (diff)
st/mesa: add atomic counter support
Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
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 7af8becd607..c5379e87310 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -393,6 +393,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 \