efl/legacy/evas/test
Carsten Haitzler a751ec1b21 we have a new rendering target for evas - an imlib image buffer.
it will render to a virtual image buffer just like it would to a window.
the logic works the exact same way as a window - it wil lonly render the rects
that changed. if a rect chnaged it expects that rect to have been cleared and
will blend the canvas ontop of the image - so you can use it to augment the
current image contents (though they will be permenantly modified). This is
specifically designed for doing things like rendering a canvas to be saved
to an image file.

WHEEEEEEEE :)


SVN revision: 3460
2000-09-13 22:36:46 +00:00
..
fnt FONTS! evas draws fonts in opengl - accelerated with textures.. and it's 2000-08-07 00:50:26 +00:00
img add data :) 2000-08-13 06:10:27 +00:00
.cvsignore ignore more 2000-07-30 20:43:54 +00:00
Makefile.am endianess chekc for texture gneration 2000-08-14 16:43:52 +00:00
evas_test.c we have a new rendering target for evas - an imlib image buffer. 2000-09-13 22:36:46 +00:00