Intel Larrabee (GPU)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
Nick Carlson
Posts: 18
Joined: Fri Feb 29, 2008 6:08 pm

Intel Larrabee (GPU)

Post by Nick Carlson »

Correct me if I'm wrong, but the consensus among OS developers is that video card developers (Nvidia & AMD) don't offer enough technical literature to allow hobbyists to write graphics drivers.

I'm wondering if that will change with Intel's release of Larrabee. Do you think Intel will release detailed developers manuals for those chips?

Note: As a side question, what current mainstream video card would be the best target for developing a driver?

Thanks.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: Intel Larrabee (GPU)

Post by Brynet-Inc »

That view is outdated, if you had read any topics on this forum in the past year or so.. you would know this.

Intel/AMD(ATI) and VIA provide technical specifications now, Nvidia is still currently holding out..

http://www.x.org/docs/AMD/
http://developer.amd.com/documentation/ ... x#open_gpu
http://www.x.org/docs/via/
http://www.x.org/docs/intel/
..etc.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Nick Carlson
Posts: 18
Joined: Fri Feb 29, 2008 6:08 pm

Re: Intel Larrabee (GPU)

Post by Nick Carlson »

Thanks for the update.

I did a search for "larrabee" on this forum (and via google), and didn't find a single post.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: Intel Larrabee (GPU)

Post by Brynet-Inc »

Nick Carlson wrote:Thanks for the update.

I did a search for "larrabee" on this forum (and via google), and didn't find a single post.
It's not even out yet, documentation is unlikely to exist.. wait a bit.

http://en.wikipedia.org/wiki/Larrabee_(GPU)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Brendan
Member
Member
Posts: 8561
Joined: Sat Jan 15, 2005 12:00 am
Location: At his keyboard!
Contact:

Re: Intel Larrabee (GPU)

Post by Brendan »

Hi,

The world has changed since GPUs were only for graphics - now they're being used for physics engines and (some kinds of) general processing. Because of this I think Intel will originally release Larrabee as a GPU (and provide documentation, because Intel always do) but eventually I think Larrabee will be merged with normal CPUs - for example, a single chip with a few modern/complex cores and a group of simple/Larrabee style cores (and maybe a basic graphics controller hanging off the inbuilt memory controller).

Also, Larrabee is "GPU" only, and doesn't include all the stuff for controlling video signal timing, setting video modes, etc. I'd expect a plain boring graphics controller chip (e.g. something like an SVGA card without any 2D/3D acceleration) with a Larrabee "GPU" glued onto it; where there's 2 pieces of documentation (one for the graphics controller chip and another for Larrabee).

I'm mostly guessing though... ;)


Cheers,

Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
blackoil
Member
Member
Posts: 146
Joined: Mon Feb 12, 2007 4:45 am

Re: Intel Larrabee (GPU)

Post by blackoil »

Larra-BEE

Intel Insect

:twisted:
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Intel Larrabee (GPU)

Post by Combuster »

I'm yet to figure why Intel's going for the old PowerVR chip's approach with its tilebased rendering...
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: Intel Larrabee (GPU)

Post by jal »

Combuster wrote:I'm yet to figure why Intel's going for the old PowerVR chip's approach with its tilebased rendering...
I've recently read a Larrabee article somewhere that explained it a bit. Iirc, it has to do with tile-based rendering being very good distributable among processors, while the traditional method is not. Thus, rendering can easily be scaled up by having more processors. A relatively cheap way of increasing power.


JAL
Post Reply