Re: [Mesa-dev] [PATCH] swr: don't clear all dirty bits when changing so targets

2016-11-28 Thread Cherniak, Bruce
oops.. obvious typo. Reviewed-by: Bruce Cherniak > On Nov 25, 2016, at 8:09 PM, Ilia Mirkin wrote: > > Among other things, blits would clear existing SO targets which would > cause a bunch of updates from u_blitter to be missed. > > Fixes fbo-scissor-blit fbo, probably among many others. >

[Mesa-dev] [PATCH] swr: don't clear all dirty bits when changing so targets

2016-11-25 Thread Ilia Mirkin
Among other things, blits would clear existing SO targets which would cause a bunch of updates from u_blitter to be missed. Fixes fbo-scissor-blit fbo, probably among many others. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/swr/swr_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 dele