Re: [Mesa-dev] [PATCH] st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bug

2013-11-19 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Nov 19, 2013 at 9:11 PM, Brian Paul wrote: > We need to check the drawbuffer's orientation before inverting Y > coordinates. Fixes piglit feedback tests when running with the > -fbo option. > > Cc: "9.2" "10.0" > --- > src/mesa/state_tracker/st_cb_feedb

[Mesa-dev] [PATCH] st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bug

2013-11-19 Thread Brian Paul
We need to check the drawbuffer's orientation before inverting Y coordinates. Fixes piglit feedback tests when running with the -fbo option. Cc: "9.2" "10.0" --- src/mesa/state_tracker/st_cb_feedback.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/state_t