https://bugs.freedesktop.org/show_bug.cgi?id=42461
Ian Romanick <i...@freedesktop.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |NOTOURBUG --- Comment #4 from Ian Romanick <i...@freedesktop.org> 2011-11-02 14:19:34 PDT --- The test fails because it is completely broken. It calls piglit_ortho_projection, then it draws a rectangle from (0, 0)-(0.5, 0.5). That rectangle covers a quarter of the pixels in the lower-left corner of the window. This is clearly not what was wanted. Deleting the call to piglit_ortho_projection causes the test to pass. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev