projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3115e8c
)
gallium: added bypass_vs flag to rasterizer state (may be temporary)
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 13 Mar 2008 20:32:20 +0000
(14:32 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 13 Mar 2008 20:32:20 +0000
(14:32 -0600)
src/gallium/include/pipe/p_state.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_state.h
b/src/gallium/include/pipe/p_state.h
index 02c354322d3742b3cc95513f50432bb1f9d20929..5791a10119c800d4eadb23dc4c24f24341cc9d32 100644
(file)
--- a/
src/gallium/include/pipe/p_state.h
+++ b/
src/gallium/include/pipe/p_state.h
@@
-110,6
+110,7
@@
struct pipe_rasterizer_state
unsigned line_stipple_pattern:16;
unsigned line_last_pixel:1;
unsigned bypass_clipping:1;
+ unsigned bypass_vs:1; /**< vertices are already fully transformed */
unsigned origin_lower_left:1; /**< Is (0,0) the lower-left corner? */
float line_width;