diff options
author | Ilia Mirkin <[email protected]> | 2016-06-11 16:52:17 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-06-18 13:38:30 -0400 |
commit | d1bdc1238a39469e6760758876e8832019795a54 (patch) | |
tree | 2df6f5e0242f36cff0168f8ac1b85b071672ee7d /src/mesa/state_tracker/st_atom.c | |
parent | 07fcb06fe0220a51ad20b6b8a70512071999182c (diff) |
st/mesa: add support for GL_EXT_window_rectangles
Make sure to pass the requisite information in draws, blits, and clears
that work on the context's draw buffer.
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_atom.c')
-rw-r--r-- | src/mesa/state_tracker/st_atom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_atom.c b/src/mesa/state_tracker/st_atom.c index fc80adf6f8d..b9d31919474 100644 --- a/src/mesa/state_tracker/st_atom.c +++ b/src/mesa/state_tracker/st_atom.c @@ -55,6 +55,7 @@ static const struct st_tracked_state *render_atoms[] = &st_update_polygon_stipple, &st_update_viewport, &st_update_scissor, + &st_update_window_rectangles, &st_update_blend, &st_update_vertex_texture, &st_update_fragment_texture, |