QUOTE(everling @ Jul 28 2011, 12:53 AM)
If the quality is not on par, then they haven't beaten x264. It is possible to write a H.264 AVC encoder that can encode a 1080p movie in ten seconds, but all you see is a black screen.

Lol, correction for my own post, there arent many GPGPU h264 encoder around i think, mostly using the same tech, eg CUDA.
Tmpgenc, Badaboom ect, are using CUDA and intel.
Never saw AMD APP support yet, but AMD do have thier own Avivo encoder, same crappy quality i think.
Added on July 28, 2011, 1:51 amQUOTE(dma0991 @ Jul 28 2011, 12:18 AM)
It depends but more and more programs are getting on the bandwagon to utilize more cores as they possibly could despite the difficulty posed by making a program to be multithreaded. Definitely not all programs will benefit from OpenCL or could benefit from OpenCL but developers are getting there soon. OpenCL is quite a recent development and not as common as the C language but it is quite similar to C in terms of writing so I think it wouldn't be too much trouble for developers to learn it.
Llano and the whole Fusion concept will only become more popular if AMD manages to work with developers to push the development of GPU accelerated programs. They are trying and some software developers are making GPGPU accelerated software but if they fail then the Fusion platform is a flop.
Sadly the OpenCL Havok disappeared. currently i still dont see any program that using OpenCL.
Obviously game is the only software that can fully utilize APU.
other than that, this will probably make use of the entire APU:
Decoding video from MFT decoder(Media foundation, similar to Dxva, already exist but no there arent any simple way to use this decoder) -> Video encoding (CPU, x264) + Avisynth fft3dgpu GPU accelerated denoiser(example), -> output.
Method above will fully utilize the APU but its not beefy enough to do this, if the video is 1080p in and 1080p out.
the GPU inside APU only have 80 shader processor, consider my 4890 can hardly perform fft3dgpu 1080p denoising at real time.
80sp GPU will not cut it.
Gonna need bulldozer + 6870 inside the APU to perform that smoothly
This post has been edited by 1024kbps: Jul 28 2011, 02:01 AM