Software Archive
Read-only legacy content
17060 Discussions

RGB to YUV hardware blit on 945 GM

a_hollowa
Beginner
845 Views
Hi,

I'm writing some software which makes use of the 945GM's hardware blitting and overlay capabilities via DirectX. Unfortunately, I encountered an error when attempting to blit from the primary RGB surface to an offscreen YUV surface. The error indicated that the operation was not supported.

I'm hoping that someone can provide a definitive answer as to whether or not the 945GM chipset (w/ latest drivers) supports hardware blits between DirectDraw surfaces of different pixel formats (RGB and YUV specifically). This is vital because I need to blit from the RGB-formatted primary surface to the YUV-only overlay surface. A software conversion is undesirable since this is going to be happening 50-60 times per second.

0 Kudos
2 Replies
Chuck_De_Sylva
Beginner
845 Views
I just verified that that operation is not supported on 945GM.
0 Kudos
a_hollowa
Beginner
845 Views
Dang.

Thanks for checking!

0 Kudos
Reply