
Originally Posted by
bridgman
Looking good.
So when people ask "when will we get OpenCL" this can be pasted in as reply 
Code:
memory manager -+-> KMS -> advanced power management (dynamic control of clocks etc..)
|
+-> DRI2 / RDR (RDR is what everyone really wants)
|
+-> advanced MESA 3D (OpenGL 1.5+) via chip-specific code
|
+-> Gallium3D -+-> advanced 3D (OpenGL 1.5+, GLSL) via generic code
|
+-> generic video acceleration framework
|
+-> OpenCL
No dependencies:
* TV-out
* Display Port

Originally Posted by
bridgman
- TV-out is just a big pain in the butt and doesn't depend on anything other than a big heap of free time
When AMD started to make their own north- and south-bridges, I read an interview where someone from AMD was asked, why their south bridges didn't have an AMD developed sound codec.
The answer was something like: "The devil is on the analogue side, and we have no plans on waking him".
Is that also the problem with TV-out?

Originally Posted by
bridgman
- I would treat GLSL as part of "more advanced 3D", ie it could happen in classic mesa but will probably only happen on Gallium3D
Because the API's are cleaner on Gallium3D?