-
Bug
-
Resolution: Fixed
-
P4
-
6
I am getting the default GraphicsConfig object from the GraphicsDevice and getting the ImageCapabilities from it. Calling ImageCap.isAccelerated() returns true always and does not see whether the image created out of this config can be accelerated or not. So when I create a VolatileImage out of this GraphicsConfig and get the image capabilities, it returns 'false' since the VImage is not accelerated.
GraphicsConfig.getImageCapabilities().isAccelerated() should return true only when the image created out of this GraphicConfig is acceleratable. This works fine on win32. This is reproducible on all releases since 1.4 on solaris9-CDE.
I have attached a sample test. Execute the sample test. It would print the values of isAccelerated() obtained from VImage as well as GraphicsConfig to the console. If GC's value is true, the bug is reproduced.
GraphicsConfig.getImageCapabilities().isAccelerated() should return true only when the image created out of this GraphicConfig is acceleratable. This works fine on win32. This is reproducible on all releases since 1.4 on solaris9-CDE.
I have attached a sample test. Execute the sample test. It would print the values of isAccelerated() obtained from VImage as well as GraphicsConfig to the console. If GC's value is true, the bug is reproduced.