Based on what little I do know about GPUs, it seems to me that they are aiming for a hardware-fixed pipeline as a first step, and want to move towards general shader based architecture only as a very-very stretched goal. Am I right? If I see it right what is the reason for that? Couldn't they just jump to a modern architecture, instead of following the evolution of the industry? Excuse me for my ignorance, it's possi…
Open-Source Graphics Processor
31–40 of 78 posts
Re: Open-Source Graphics Processor
#32Is there a reason why the demo video looks like the cutting edge in 1993? Maybe I'm missing something...
Because they are demoing it with a benchmark suite from 1999/2000 (you see WinBench 99 and WinBench 2000 in some segments). Presumably because the hardware can't handle more modern stuff. Heck, it seems to be struggling with demos they are showing.
Though now that I know they're using benchmarks from last century (and struggling), I'm even more confused about why this is exciting.
Re: Open-Source Graphics Processor
#33I wish people wouldn't use the LGPL for "hardware" without a legal opinion from the FSF. I mean what is "linking" for verilog code? - it does not fit the model. The intentions are fine but the mechanisms need work.
Re: Open-Source Graphics Processor
#34Earlier quoted context omitted.
>- seems to be based on 2000-era technology Could you elaborate?
I guess he meant that until the latest goal, it's a fixed rendering pipeline gpu. ps: instead of parallel compute units for vertex/pixel shader. ps2: I'd like to see an open hardware RISC movement for GPU. I wish for a 'simple' parallel array of visual oriented floating point primitives, very small and regular, but very open so that people can write compilers and drivers with ease. As opposed to very potent but obscu…
Re: Open-Source Graphics Processor
#35If they plan to release it as LGPL, do they mean to dual-license it too? Do they see a future revenue stream in its adoption?
If I had to guess, it'd be that these guys really want to open source it, but don't have the revenue stream to do so. So the kickstarter is to see if the idealists will put their money where their mouth is (so that these guys can buy food and have a roof over their heads while working on opening up the hardware).
Re: Open-Source Graphics Processor
#36Earlier quoted context omitted.
I guess he meant that until the latest goal, it's a fixed rendering pipeline gpu. ps: instead of parallel compute units for vertex/pixel shader. ps2: I'd like to see an open hardware RISC movement for GPU. I wish for a 'simple' parallel array of visual oriented floating point primitives, very small and regular, but very open so that people can write compilers and drivers with ease. As opposed to very potent but obscu…
Which struck me as totally backwards. With embedded multipliers available in nearly all levels of FPGAs, I think an OpenCL/HSAIL target would be a more generic solution that could enable many of the hardcoded features in software.
Re: Open-Source Graphics Processor
#37Re: Open-Source Graphics Processor
#38As someone with a chip design background: - prices seem reasonable for doing this as a commercial project - badly written intro that assumes far too much - seems to be based on 2000-era technology - not actually delivering hardware, so very limited practical use - the community that demands open hardware on principle is a lot smaller than they think, so this probably won't get funded But we're not used to kickstartin…
>- seems to be based on 2000-era technology Could you elaborate?
This is not something that will be remotely competitive with modern GPUs. Their $1,000,000 stretch goal would be to implement a modern shader engine, but given that they aren't offering any actual hardware, I'm not sure how they hope to get to that point.
Re: Open-Source Graphics Processor
#39Re: Open-Source Graphics Processor
#40I wish people wouldn't use the LGPL for "hardware" without a legal opinion from the FSF. I mean what is "linking" for verilog code? - it does not fit the model. The intentions are fine but the mechanisms need work.
Is there a comparable license that achieves one of the goals of LGPL, that changes to the library get published? I doubt many open hardware publishers really have relinking in mind.