Slashdot Mirror


Kickstarter For Open Source GPU

First time accepted submitter eekee writes "The targets are high, but so is the goal: releasing Verilog source code for a GPU implementation. The source will be open source, LGPL-licensed, and suitable for loading onto an FPGA. The first target is for a 2D GPU with PCI interface; perhaps not terribly interesting in itself, but the first stretch goal is much more exciting: full OpenGL and Direct3D graphics." Unlike the Open Graphics Project, this is starting from a working 2D accelerator and mostly working 3D accelerator cloning the features of the Number Nine Ticket to Ride hardware. If they get a meelion bucks they'll overhaul the chip to support something other than PCI (although you can bridge between PCI and PCIe) and implement a modern programmable rather than fixed-function chip. Also unlike OGP, they do not appear interested in producing hardware, instead focusing entirely on the core itself for use in FPGAs (anyone want to dust off the OGD1 design?)

1 of 108 comments (clear)

  1. Re:Dubious Market? by Anonymous Coward · · Score: 3, Informative

    The point of this is NOT to produce a graphics card you'll stick in your PC. The card they're emulating was released in 1998. It's for embedded system designers to add graphics capabilities to a project that's already using an FPGA without completely reinventing the wheel. Speaking as someone who implemented a (very basic) 3D GPU for a class project once, it is quite a lot of work.