glCopyImage implementation has some error: When Zoom-factor is negative and dest and src image is overlapped, the dest image region will be black.
Created attachment 9472 [details] test case This test case comes from Red book's example--image.c. Just modified it, change the zoom factor to (1, -1), and let the dest image(10,80)x(74,16) overlap with the src image(0,0)x(64,64). When run the case, the dest image's region(10,80)x(74,16) will be black.
Fixed in git.
commit: d4dc57bb13386f4503000dc34c6bf67a8387fc9f
The bug now exists with i915 and i965 drivers. Just change component to i915. With xlib driver, the bug does not exist.
With i915 and i965 driver, the bug do not exist.
Mass version move, cvs -> git
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.