projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea2492b
)
softpipe: remove unused softpipe_context::line_stipple_counter
author
Brian Paul
<brianp@vmware.com>
Mon, 19 Jun 2017 18:15:40 +0000
(12:15 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 20 Jun 2017 13:56:34 +0000
(07:56 -0600)
Trivial.
src/gallium/drivers/softpipe/sp_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_context.h
b/src/gallium/drivers/softpipe/sp_context.h
index 80aa978ddf2dd0b7c26df3b2181686865961e977..7c42403009ce550f82064204196edfdbf5f1a77d 100644
(file)
--- 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;