Re: [Mesa-dev] [PATCH v3 5/6] st/mesa: add support for GL_EXT_window_rectangles

2016-06-14 Thread Nicolai Hähnle
Reviewed-by: Nicolai Hähnle On 12.06.2016 08:37, Ilia Mirkin wrote: 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 --- src/mesa/Makefile.sources | 2 ++ src/mesa/state_tracker/st_at

[Mesa-dev] [PATCH v3 5/6] st/mesa: add support for GL_EXT_window_rectangles

2016-06-11 Thread Ilia Mirkin
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 --- src/mesa/Makefile.sources | 2 ++ src/mesa/state_tracker/st_atom.c | 1 + src/mesa/state_tracker/st_atom.h | 1 + sr