-
Bug
-
Resolution: Fixed
-
P3
-
6
I have a buffered of size 50, 50 and I am drawing this image into another volatile image, scaling the buff image to the size of Vimage (200, 200). When I draw it the second time by calling g.drawImage(bimg, 0, 0, targetWidth, targetHeight) the image does not scale, especially when the KEY_RENDERING, RENDER_QUALITY rendering hint is specified.
This is reproducible on WinXP with latest mustang build (b84) only with D3D pipeline. Not reproducible on OGL, ddraw or noddraw. This is reproducible on Mustang-b59d also.
I have attached a sample test which reproduces this problem on D3D.
This is reproducible on WinXP with latest mustang build (b84) only with D3D pipeline. Not reproducible on OGL, ddraw or noddraw. This is reproducible on Mustang-b59d also.
I have attached a sample test which reproduces this problem on D3D.