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
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