diff options
author | Christian König <[email protected]> | 2010-11-28 14:48:31 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-12-03 19:04:00 +0100 |
commit | 4abe7382882a451a7750ccc451b8568768d122cb (patch) | |
tree | 273068eec7f3f16aa6fde6ac89e2f2e2f0e30e48 /src/gallium/auxiliary/Makefile | |
parent | a984c67b316ac2ca9aaf6d38a3127cf3d61a249e (diff) |
use a shadow buffer for vertex data to optimize memory access
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index bf90a704dd4..997478f0664 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -147,7 +147,8 @@ C_SOURCES = \ vl/vl_mpeg12_mc_renderer.c \ vl/vl_compositor.c \ vl/vl_csc.c \ - vl/vl_idct.c + vl/vl_idct.c \ + vl/vl_vertex_buffers.c GALLIVM_SOURCES = \ gallivm/lp_bld_arit.c \ |