Mesa (master): softpipe: remove unused softpipe_context:: line_stipple_counter

Brian Paul brianp at kemper.freedesktop.org
Tue Jun 20 14:03:13 UTC 2017


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 19 12:15:40 2017 -0600

softpipe: remove unused softpipe_context::line_stipple_counter

Trivial.

---

 src/gallium/drivers/softpipe/sp_context.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h
index 80aa978ddf..7c42403009 100644
--- a/src/gallium/drivers/softpipe/sp_context.h
+++ b/src/gallium/drivers/softpipe/sp_context.h
@@ -148,8 +148,6 @@ struct softpipe_context {
    /** Derived from scissor and surface bounds: */
    struct pipe_scissor_state cliprect[PIPE_MAX_VIEWPORTS];
 
-   unsigned line_stipple_counter;
-
    /** Conditional query object and mode */
    struct pipe_query *render_cond_query;
    enum pipe_render_cond_flag render_cond_mode;




More information about the mesa-commit mailing list