Originally posted by sturmflut
View Post
Announcement
Collapse
No announcement yet.
Lightspark May Work Towards A Gallium3D State Tracker
Collapse
X
-
Originally posted by SgtH3nry3 View PostSo the Lightspark developers should abandond their project and go to work on OpenCL? Why would they do that?
Clean code doesn't even enter the equation here. It's akin to asking of FreeBSD developers to go work on the Linux kernel or Mesa developers to go work on OpenOffice. If they were interested they'd be already doing that.
Using an abstract, open, multiplatform umbrella API you don't have to complicate things by building your own API.
Comment
-
@BlackStar,
Using OpenGL, or DirectSomething for that matter, is totaly overkill and leads to serialisation at the graphics lib State Tracker.
To everyone; Gallium3D is penetrating HURD (yeah laugh all you can but it works), Haiku and some orher nich? OSs.
OpenCL is an extra layer, but universal.
I'm getting excited about how popular Gallium3D is getting; literaly everything graphics is getting accelerated by the GPU. Actualy, now that GPU's are programmable, the once boring and lame IBM PC has got an awesome co-processor.
Now give me Coreboot and I'll jump through the roof
Comment
-
Originally posted by SgtH3nry3 View PostNo need for H.264.
With the next generation Android OS and devices the WebM format will not only work on desktop computers (Firefox 4.0, Opera 10.6, Chrome 6, Internet Explorer 9) but also on mobile devices and Google TV sets.
So that leaves Firefox, Opera and Chrome on the browser side and Android on the mobile one. No idea how that will then magically make H.264 go away, seeing as the listed programs and systems don't even have a majority marketshare in either of the two markets.
Especially in the mobile space H.264 is pretty entrenched. Besides Android I have yet to see Apple, RIM or the Symbian Foundation announce support for this format in their respective mobile OSs. And those 3 alone have a global smartphone marketshare of 73%.
So I don't know where you get the idea there is no need or will be no need in the near-future for H.264. That codec isn't going away any time soon.
Comment
-
Originally posted by V!NCENT View Post@BlackStar,
Using OpenGL, or DirectSomething for that matter, is totaly overkill and leads to serialisation at the graphics lib State Tracker.
To everyone; Gallium3D is penetrating HURD (yeah laugh all you can but it works), Haiku and some orher nich? OSs.
OpenCL is an extra layer, but universal.
If using Direct"something" is overkill, then why does it work on windows? I mean they only do DirectX+DirectShow+GpuBackends and I haven't had problems with that. The reason why trying OpenGL isn't done is because the state of OpenGL within Linux is so laughable that people would rather write their own additional APIs to Mesa than using it. Using an API instead of writing your own addition to it should NEVER be overkill, or your API sucks. Enough said.
Also, it's nice to see HURD and Haiku still surviving from a pure academic point of view, kernel design and all that, but I don't think porting work for advanced hardware is worth anything.
As for OpenCL, well see about it once they get a good API/State tracker, before that happens it's all smokes and mirrors
Originally posted by V!NCENT View PostI'm getting excited about how popular Gallium3D is getting; literaly everything graphics is getting accelerated by the GPU. Actualy, now that GPU's are programmable, the once boring and lame IBM PC has got an awesome co-processor.
Comment
-
Direct"something" is not the same as Direct3D. The equivalent of using OpenGL would be using Direct3D. The equivalent of using DirectShow on Linux would be a dedicated video client, which could use Gallium3D or could use the hardware directly in the same way that EXA and Xv do in the open drivers.
VDPAU and the ISV-only version of XvBA are probably closest to DirectShow; not sure about the latest Intel video stack (ie I don't know the internals, not I have doubts about it)Test signature
Comment
-
Originally posted by bridgman View PostDirect"something" is not the same as Direct3D. The equivalent of using OpenGL would be using Direct3D. The equivalent of using DirectShow on Linux would be a dedicated video client, which could use Gallium3D or could use the hardware directly in the same way that EXA and Xv do in the open drivers.
Originally posted by bridgman View PostVDPAU and the ISV-only version of XvBA are probably closest to DirectShow; not sure about the latest Intel video stack (ie I don't know the internals, not I have doubts about it)
Originally posted by bridgman View PostFor clarity, I believe Vincent meant "Direct3D" not "DirectSomething"
Comment
Comment