mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
draw: s/1/TRUE/
This commit is contained in:
parent
ef59049c52
commit
57f2f84f0e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue