Mesa (master): svga: remove old comment, remove extra whitespace

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 11 18:58:24 UTC 2011


Module: Mesa
Branch: master
Commit: 8c617990519a113886fe743b5932525b0cb37544
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c617990519a113886fe743b5932525b0cb37544

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb  9 09:03:03 2011 -0700

svga: remove old comment, remove extra whitespace

---

 src/gallium/drivers/svga/svga_pipe_rasterizer.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/svga/svga_pipe_rasterizer.c b/src/gallium/drivers/svga/svga_pipe_rasterizer.c
index f2c1a3c..4a1a37f 100644
--- 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:
        */




More information about the mesa-commit mailing list