diff options
author | Marek Olšák <[email protected]> | 2010-07-21 20:31:39 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-07-21 22:54:34 +0200 |
commit | 9ca48de1068d4ebce81853d29455c83b4898e25e (patch) | |
tree | b4aba8b55759b2350403de85fbcbf0f362d8c430 /src/gallium/auxiliary/draw/draw_private.h | |
parent | c304869ec02793f2d8bf363d1e3b37c3d121cca7 (diff) |
draw: disable depth clipping if depth clamp is enabled
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_private.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index 8af885908e3..058aeedc17a 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -249,6 +249,7 @@ struct draw_context */ float plane[12][4]; unsigned nr_planes; + boolean depth_clamp; /* If a prim stage introduces new vertex attributes, they'll be stored here */ |