diff options
author | Zack Rusin <zack@tungstengraphics.com> | 2007-10-03 10:08:45 -0400 |
---|---|---|
committer | Zack Rusin <zack@tungstengraphics.com> | 2007-10-03 10:33:38 -0400 |
commit | cdd38d487a311e6c71b76382d428f5dc26caf067 (patch) | |
tree | ae874c5348965c70aabcc6e9a6b5f2ac24775885 /src/mesa/pipe/draw/draw_private.h | |
parent | a7e997cfc5d909eebbc16ba5b0362e9778f01561 (diff) | |
download | external_mesa3d-cdd38d487a311e6c71b76382d428f5dc26caf067.zip external_mesa3d-cdd38d487a311e6c71b76382d428f5dc26caf067.tar.gz external_mesa3d-cdd38d487a311e6c71b76382d428f5dc26caf067.tar.bz2 |
Unify handling of userplanes and regular planes to simplify
the clipping code.
(really done by Keith)
Diffstat (limited to 'src/mesa/pipe/draw/draw_private.h')
-rw-r--r-- | src/mesa/pipe/draw/draw_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h index a54fef4..ff38925 100644 --- a/src/mesa/pipe/draw/draw_private.h +++ b/src/mesa/pipe/draw/draw_private.h @@ -177,7 +177,6 @@ struct draw_context */ float plane[12][4]; unsigned nr_planes; - unsigned user_clipmask; /** Describes the layout of post-transformation vertices */ struct vertex_info vertex_info; |