summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_debug_clip.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-04-06 22:11:57 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-04-06 22:11:57 +0000
commit51faca127005c41277df76bc8eafc8fd64ca0673 (patch)
tree3ef6f2ae8f1616746e8d7316b0ca8d23267081e0 /src/mesa/math/m_debug_clip.c
parentf51a32e82a907363a77d91b855e519f43191cad8 (diff)
Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value
only includes the 6 frustum bits, not the user-clip plane bit, nor the vertex cull bit.
Diffstat (limited to 'src/mesa/math/m_debug_clip.c')
-rw-r--r--src/mesa/math/m_debug_clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/math/m_debug_clip.c b/src/mesa/math/m_debug_clip.c
index 334f3ef030..ab28818359 100644
--- a/src/mesa/math/m_debug_clip.c
+++ b/src/mesa/math/m_debug_clip.c
@@ -245,7 +245,7 @@ static int test_cliptest_function( clip_func func, int np,
ref->flags = 0;
dco = rco = 0;
- dca = rca = CLIP_ALL_BITS;
+ dca = rca = CLIP_FRUSTUM_BITS;
ref_cliptest[psize]( source, ref, rm, &rco, &rca );