diff options
author | Michal Krol <[email protected]> | 2010-02-24 16:41:18 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-24 16:41:18 +0100 |
commit | a9aa811af01273cef8a73118abdc87313f365ad3 (patch) | |
tree | d6dbd61fb999060c6128c92feba988dd0d3514fd /src/mesa/state_tracker/st_context.h | |
parent | 5b3f8369c693e75d1dbc7587e4e0d77934c0cd77 (diff) |
st/mesa: Reset clip state when clearing with quads.
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 13b7b0e22d7..045c029c305 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -166,6 +166,7 @@ struct st_context struct { struct pipe_rasterizer_state raster; struct pipe_viewport_state viewport; + struct pipe_clip_state clip; void *vs; void *fs; float vertices[4][2][4]; /**< vertex pos + color */ |