projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11f35aa
)
svga: remove old comment, remove extra whitespace
author
Brian Paul
<brianp@vmware.com>
Wed, 9 Feb 2011 16:03:03 +0000
(09:03 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 11 Feb 2011 18:54:55 +0000
(11:54 -0700)
src/gallium/drivers/svga/svga_pipe_rasterizer.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_pipe_rasterizer.c
b/src/gallium/drivers/svga/svga_pipe_rasterizer.c
index f2c1a3c578df8c4275ddff22f635c3eacd1fe9bb..4a1a37f1765972dcee81c1df9672f8da7a029c53 100644
(file)
--- a/
src/gallium/drivers/svga/svga_pipe_rasterizer.c
+++ b/
src/gallium/drivers/svga/svga_pipe_rasterizer.c
@@
-77,7
+77,6
@@
svga_create_rasterizer_state(struct pipe_context *pipe,
/* point_quad_rasterization - ? */
/* point_size_per_vertex - ? */
/* sprite_coord_mode - ??? */
- /* bypass_vs_viewport_and_clip - handled by viewport setup */
/* flatshade_first - handled by index translation */
/* gl_rasterization_rules - XXX - viewport code */
/* line_width - draw module */
@@
-220,9
+219,6
@@
svga_create_rasterizer_state(struct pipe_context *pipe,
rast->hw_unfilled = fill;
}
-
-
-
if (rast->need_pipeline & SVGA_PIPELINE_FLAG_TRIS) {
/* Turn off stuff which will get done in the draw module:
*/