diff options
author | Marek Olšák <[email protected]> | 2012-05-12 15:52:40 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-06-15 03:15:50 +0200 |
commit | b4753dafcce4fc771ec3d7e3d5781bd4cae20326 (patch) | |
tree | 13ef59a6eceb501f366cb3866e3cf624af85e11e /src/mesa/sources.mak | |
parent | 6bb0151f1fd87b4e15f177c7122fc28fea29497e (diff) |
st/mesa: atomize vertex array state
This moves the state validation to where all the other states are validated.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 608aa79abf4..16b1c39c06a 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -198,6 +198,7 @@ VBO_FILES = \ STATETRACKER_FILES = \ $(SRCDIR)/state_tracker/st_atom.c \ + $(SRCDIR)/state_tracker/st_atom_array.c \ $(SRCDIR)/state_tracker/st_atom_blend.c \ $(SRCDIR)/state_tracker/st_atom_clip.c \ $(SRCDIR)/state_tracker/st_atom_constbuf.c \ |