gallium/postprocessing: convert blits to pipe->blit
authorMarek Olšák <marek.olsak@amd.com>
Tue, 30 Jul 2013 20:29:14 +0000 (22:29 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 30 Jul 2013 21:31:22 +0000 (23:31 +0200)
commit4c89ec1f69c0cba995cb4aa939469ead82c6a8ec
treeb238c709b00c2f0e5d16094c4945ea33b44178a1
parentc84e8d039ec9c7532b25757012aa3828f4f8a70d
gallium/postprocessing: convert blits to pipe->blit

PP saves current states to cso_context and then util_blit_pixels does
the same. cso_context doesn't like that and the original state is not
correctly restored.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/postprocess/postprocess.h
src/gallium/auxiliary/postprocess/pp_init.c
src/gallium/auxiliary/postprocess/pp_mlaa.c
src/gallium/auxiliary/postprocess/pp_program.h
src/gallium/auxiliary/postprocess/pp_run.c