While looking at #15696, I noticed the same issue in the r200 driver. GLint size = width * pitch * cpp; ITYM s/width/height/
Thanks for spotting this. With the driver only supporting blits in combination with the special mesa allocator, this path doesn't really get hit often (==never). Fixed.
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.