projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef59049
)
draw: s/1/TRUE/
author
Brian Paul
<brianp@vmware.com>
Mon, 6 Jun 2011 20:33:05 +0000
(14:33 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 7 Jun 2011 13:57:26 +0000
(07:57 -0600)
src/gallium/auxiliary/draw/draw_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_context.c
b/src/gallium/auxiliary/draw/draw_context.c
index d99f94edc43a590059333e431bac94d9b32793a5..f8196bb476ffae6e0efffc169848d4f512c23053 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_context.c
+++ b/
src/gallium/auxiliary/draw/draw_context.c
@@
-128,8
+128,8
@@
boolean draw_init(struct draw_context *draw)
ASSIGN_4V( draw->plane[4], 0, 0, 1, 1 ); /* yes these are correct */
ASSIGN_4V( draw->plane[5], 0, 0, -1, 1 ); /* mesa's a bit wonky */
draw->nr_planes = 6;
- draw->clip_xy =
1
;
- draw->clip_z =
1
;
+ draw->clip_xy =
TRUE
;
+ draw->clip_z =
TRUE
;
draw->reduced_prim = ~0; /* != any of PIPE_PRIM_x */