Tile engine

Bart Coppens kde at bartcoppens.be
Wed Oct 14 23:30:35 CEST 2009


On Wednesday 14 October 2009, LukasT.dev at gmail.com wrote:
> I think your blog is enough. I just want to have basic understanding what
> is doing Krita behind and if I can help to make the tile engine work faster
> using OpenCL or OpenGL somehow..
A tiles engine is just a mechanism to store and retrieve raw datadumps. 
Combining OpenGL with a tiles engine really only makes sense when the tile 
data itself resides on the graphics card (so that the *rest* of Krita can use 
OpenGL commands to transform the data on the graphics card directly). Hence, 
IMO, you should not use OpenGL to somehow make the tile engine work faster, 
since it merely exists to supply other parts of Krita with data.

Bart


More information about the kimageshop mailing list