summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-21 14:08:20 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-21 14:08:20 -0700
commit329a8479b69a800b5fc6485767fb676c3eae26db (patch)
treedd2862b46e0eeb0da7dd5751335745a50d274a6f /src/mesa/sources
parent7f21d04a518ac24348934961646501d6ed029466 (diff)
gallium: new 'draw' stage for line stipple
Stippled lines are converted into a series of shorter line segments
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index d8760ba134..97ef7e1936 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -165,6 +165,7 @@ DRAW_SOURCES = \
pipe/draw/draw_flatshade.c \
pipe/draw/draw_offset.c \
pipe/draw/draw_prim.c \
+ pipe/draw/draw_stipple.c \
pipe/draw/draw_twoside.c \
pipe/draw/draw_unfilled.c \
pipe/draw/draw_validate.c \