diff options
author | Keith Whitwell <[email protected]> | 2007-08-27 19:30:11 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-27 19:30:11 +0100 |
commit | 874b9265601fcc05b1e32e2be029f3ac6a966c97 (patch) | |
tree | 010b3eb86715ce946533ecdf982dd0708c7df28c /src/mesa/sources | |
parent | b0455958cc5fbb303cd5cd394c7945f357cc9663 (diff) |
Split out vertex shader/cache/fetch functionality from draw_prim.c
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 53969774f9e..be24f93f749 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -164,6 +164,9 @@ DRAW_SOURCES = \ pipe/draw/draw_offset.c \ pipe/draw/draw_prim.c \ pipe/draw/draw_twoside.c \ + pipe/draw/draw_vertex_cache.c \ + pipe/draw/draw_vertex_fetch.c \ + pipe/draw/draw_vertex_shader.c \ pipe/draw/draw_unfilled.c TGSIEXEC_SOURCES = \ |