diff options
author | Brian <[email protected]> | 2007-10-22 11:01:34 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-22 11:01:34 -0600 |
commit | e3444deec5a369e4ffabfeb9f6c257dd6b8e5a30 (patch) | |
tree | d13e8fc858073538175ec6df94af2e1cffe38cf9 /src/mesa/sources | |
parent | 80d2bb7c643092e489dba77e4bd02a8684fcc42b (diff) |
plug the wide prims code into the pipeline
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index d53e75c820b..fea3234db3a 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -166,12 +166,13 @@ DRAW_SOURCES = \ pipe/draw/draw_offset.c \ pipe/draw/draw_prim.c \ pipe/draw/draw_twoside.c \ + pipe/draw/draw_unfilled.c \ pipe/draw/draw_validate.c \ pipe/draw/draw_vertex.c \ pipe/draw/draw_vertex_cache.c \ pipe/draw/draw_vertex_fetch.c \ pipe/draw/draw_vertex_shader.c \ - pipe/draw/draw_unfilled.c + pipe/draw/draw_wide_prims.c TGSIEXEC_SOURCES = \ pipe/tgsi/exec/tgsi_build.c \ |