diff options
author | Michal Krol <[email protected]> | 2008-03-30 23:21:20 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2008-03-30 23:21:20 +0200 |
commit | 63950b11b6060e4e0d06e0d14548ff132a295067 (patch) | |
tree | 53848ae0dff0734a18f5c094aa892491f9429bd7 /src/gallium/auxiliary/draw/draw_pt.c | |
parent | fc9888014470286d8d651c569aaadf9cd69d8282 (diff) |
draw: Do not run full pipeline when flatshade_first for point primitives.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.c b/src/gallium/auxiliary/draw/draw_pt.c index 3ec31ec25f3..fc9304197a9 100644 --- a/src/gallium/auxiliary/draw/draw_pt.c +++ b/src/gallium/auxiliary/draw/draw_pt.c @@ -36,6 +36,9 @@ #include "draw/draw_pt.h" +/* XXX: Shouldn't those two functions below use the '>' operator??? + */ + static boolean too_many_verts( struct draw_context *draw, unsigned verts ) { |