daokoder / dao-modules

Dao Standard Modules
http://daovm.net
12 stars 5 forks source link

Testing of 3D graphics with all computations performed on CPU #83

Open dumblob opened 8 years ago

dumblob commented 8 years ago

Once we had issues of testing 3D modules because of lacking features of drivers or cards used in our testing environments (be it a real HW or a virtual machine).

Google recently published SwiftShader, a SW implementation of OpenGL ES and Direct3D 9 APIs. SwiftShader should be fast "enough" for general purposes.

Might be worth considering a weak integration for (not only?) testing.