thegrandpoobah / voronoi

Weighted Voronoi Stippler
http://www.saliences.com/projects/npr/stippling/index.html
MIT License
58 stars 25 forks source link

Drop the GPU renderer #1

Closed thegrandpoobah closed 13 years ago

thegrandpoobah commented 13 years ago

The GPU renderer is finicky and only works with certain processors. The the resources do not exist to test all the variants available out there, the GPU renderer should just be dropped altogether. In the future, an OpenCL based code path can be created to regain the ability to use the beefy GPU hardware for assistance.

thegrandpoobah commented 13 years ago

The GPU renderer has been removed as of the 20110926 release. This means the -a command line parameter is no longer supported.