mesa: Remove the _WindowMap from gl_viewport_attrib.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 29 Mar 2015 16:57:46 +0000 (18:57 +0200)
committerMathias Froehlich <Mathias.Froehlich@gmx.net>
Sun, 5 Apr 2015 06:01:47 +0000 (08:01 +0200)
commit107ae27e57dc2a1ddc6bbb7ea101c1c60794423f
treed6dcd260f55507336ec4b7f869251a51c9e1ba22
parent29e6c7dbc5bacf4f2b741333ac56469a00164e65
mesa: Remove the _WindowMap from gl_viewport_attrib.

The _WindowMap can be dropped from gl_viewport_attrib now.
Simplify gl_viewport_attrib handling where possible.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
src/mesa/main/context.c
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/main/viewport.c
src/mesa/main/viewport.h