OSDN Git Service

mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.
authorMathias Fröhlich <Mathias.Froehlich@gmx.net>
Sat, 25 Oct 2014 08:17:04 +0000 (10:17 +0200)
committerMathias Fröhlich <Mathias.Froehlich@gmx.net>
Thu, 30 Oct 2014 06:52:00 +0000 (07:52 +0100)
commit2c2ada67206326911a36368015b9501a023bbac8
treeb14341643a611d297f1c94f51a72fd81ef540911
parent600066af93fe60abbfff5be82527b529e1e44916
mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.

This removes the need for the gallium rasterizer state
to listen to viewport changes.
Thanks to Marek Olšák <maraeo@gmail.com>.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
src/mesa/main/viewport.c
src/mesa/state_tracker/st_atom_rasterizer.c