summaryrefslogtreecommitdiff
path: root/src/exa_wm_yuv_rgb.g4b
AgeCommit message (Collapse)Author
2008-04-13Use compressed instructions for yuv conversionKeith Packard
2008-04-10Update yuv->rgb conversion programs to write to src_sample regsKeith Packard
The YUV->RGB code was written to write directly to the dataport registers, but that didn't work for the compositing functions (cause still unknown). This change makes that code write RGB values to the src_sample registers as with the other sample computation fragments.
2008-04-10Use shared exa_wm code for packed yuv decodeKeith Packard
Eliminate special video sf and ps programs.