diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-02 10:22:14 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-02 11:52:58 +0000 |
commit | 2559cfcc4cbc1d0d84b048565cad3bfee61df8da (patch) | |
tree | 949b971f49855a1d9cad3c3db40e617fae5e1a17 /src/sna/Makefile.am | |
parent | 0996ed85fd8bd79f41f28908733b85566f9e2b69 (diff) |
sna/gen4+: Specialise linear vertex emission
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/Makefile.am')
-rw-r--r-- | src/sna/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am index 8b654d76..bcf757ef 100644 --- a/src/sna/Makefile.am +++ b/src/sna/Makefile.am @@ -73,6 +73,8 @@ libsna_la_SOURCES = \ gen3_render.h \ gen4_render.c \ gen4_render.h \ + gen4_source.c \ + gen4_source.h \ gen4_vertex.c \ gen4_vertex.h \ gen5_render.c \ |