summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_state.c
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-07-23 12:03:33 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-07-23 15:53:15 +0200
commit0811b096690090dbd86b1433c0214cca619e0519 (patch)
treefb4a98cf577136de8ce75a53450725b5c186d6c6 /src/gallium/drivers/nv50/nv50_state.c
parenta96feddddb64f6839bc292ffdbe5834a8dbb340d (diff)
nv50: implement depth clamp
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_state.c')
-rw-r--r--src/gallium/drivers/nv50/nv50_state.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_state.c b/src/gallium/drivers/nv50/nv50_state.c
index f8bff764f2..42c5a58318 100644
--- a/src/gallium/drivers/nv50/nv50_state.c
+++ b/src/gallium/drivers/nv50/nv50_state.c
@@ -658,6 +658,10 @@ static void
nv50_set_clip_state(struct pipe_context *pipe,
const struct pipe_clip_state *clip)
{
+ struct nv50_context *nv50 = nv50_context(pipe);
+
+ nv50->clip.depth_clamp = clip->depth_clamp;
+ nv50->dirty |= NV50_NEW_CLIP;
}
static void