From: Mike H. <mho...@gr...> - 2004-09-17 13:53:15
|
I agree that this usage scenario makes sense. However, sort-last rendering like this doesn't require that many changes to Chromium for ES support. For example, you wouldn't need much besides the glDrawPixels, glWindow, glRasterPos ES versions of those calls and dealing with the EGL stuff. What I was suggesting is that using a cluster of embedded cores might not make sense. However, if high powered chips running OpenGL-ES from say Sony or IBM made their way to market, then I could see the need to have Chromium be able to deal with OpenGL-ES commands. It also might make sense to write a SPU that will translate from GL to OpenGL-ES so that off the shelf apps can be run on such devices. However, as you and I have said, the biggest hurdle to the embedded space will be compilation and code size. I didn't mean to discount the idea, I just wasn't sure what the end goals were. I mean, we've supported other wacky ideas like PS2 and Xbox support... ;-) -Mike ta...@su... wrote: > Mike, > > an example of an embedded device using Chromium is provided in a paper > from Lamberti et al "An accelerated remote graphics architecture for > PDAs" which you may find interesting. They used a Chromium cluster and a > PDA as the visualisation client using 802.11b for communication. > Basically the problem with integration of Chromium to mobile clients is > as you say a compilation issue and getting all the right tools together > but a solid OpenGL port is also essential since there aren't that many > OpenGL implementations out there for mobile clients. > > Another issue to consider is the fact that both NVidia and ATI are > producing mobile 3D cores which we'll probably see in the market soon > enough hence bringing Chromium to mobile platforms can potentially > provide advanced graphics features using custom made SPUs that address > performance/image quality needs of a mobile client. Usage of Chromium > for embedded devices and not just mobile devices (e.g set-top boxes, > games consoles) can potentially have quite an impact in the way 3D > graphics is addressed for these platforms in my opinion. > > Regards, > Anthony > > > using OpenGL ES for thin clients such as mobile phones and PDAs does > have its merits. Lamerti et al. in their paper on > > --On ÐÝìðôç, 16 Óåðôåìâñßïõ 2004 1:10 ìì -0700 Mike Houston > <mho...@gr...> wrote: > >> What do you mean? ES is just a subset of GL, so the API support is >> already in Chromium +/- a few special features that may be added along >> the way for low power devices. The main issue seems to be getting >> Chromium compiled for the various embedded systems. >> >> But, it begs the question, why would you want to run Chromium on embedded >> GL chips that are not designed to be fast, but low power? >> >> -Mike >> >> James Amendolagine wrote: >> >>> Has anyone done any work to make an ES port? >>> >>> Jamie >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>> Project Admins to receive an Apple iPod Mini FREE for your judgement on >>> who ports your project to Linux PPC the best. Sponsored by IBM. >>> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>> _______________________________________________ >>> Chromium-dev mailing list >>> Chr...@li... >>> https://lists.sourceforge.net/lists/listinfo/chromium-dev >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >> Project Admins to receive an Apple iPod Mini FREE for your judgement on >> who ports your project to Linux PPC the best. Sponsored by IBM. >> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >> _______________________________________________ >> Chromium-dev mailing list >> Chr...@li... >> https://lists.sourceforge.net/lists/listinfo/chromium-dev > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Chromium-dev mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chromium-dev > |