aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_scissor.c
Commit message (Collapse)AuthorAgeFilesLines
* st/mesa: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-181-0/+51
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]>