Re: [Mesa-dev] [PATCH 4/4] mesa: Remove the _WindowMap from gl_viewport_attrib.

2015-04-04 Thread Dave Airlie
On 31 March 2015 at 16:37, wrote: > From: Mathias Froehlich > > The _WindowMap can be dropped from gl_viewport_attrib now. > Simplify gl_viewport_attrib handling where possible. You seemed to have left some warnings behind after this. unused variables for scale and translate. Dave. __

[Mesa-dev] [PATCH 4/4] mesa: Remove the _WindowMap from gl_viewport_attrib.

2015-03-30 Thread Mathias . Froehlich
From: Mathias Froehlich The _WindowMap can be dropped from gl_viewport_attrib now. Simplify gl_viewport_attrib handling where possible. Signed-off-by: Mathias Froehlich --- src/mesa/main/context.c | 12 ++-- src/mesa/main/mtypes.h | 1 - src/mesa/main/state.c| 25 --