efl/legacy/evas/src
Sung Park 9afd5b3f3f Added Direct Rendering to Evas' window instead of an FBO in Evas_GL.
This optimization is significant for rendering to a large surface 
because it'l save an extra copy overhead as well as an extra rendering pass.

To enable it, you can give EVAS_GL_OPTIONS_DIRECT hint in the surface
config options_bits. The following conditions have to be met in order
for evas to render directly into the Evas' window. If they are not met, the 
engine will fallback to rendering to an FBO as it normally does. 

conditions: 
1.) All the GL calls have to be called using the pixel_get_callback function.
This is necessary for the evas object order to be maintained.
2.) Alpha must be disabled on the image ojbect that renders evas_gl.
3.) No rotation allowed.

One way to override above condition is to set EVAS_GL_DIRECT_OVERRIDE=1 but 
there is no guarantee in its behavior.

Currently, this optimization is added for gl_x11 engine only. 




SVN revision: 67388
2012-01-20 12:29:14 +00:00
..
bin fix gcc warnings about set-but-unused and shadows of y1. 2012-01-19 16:49:47 +00:00
examples Don't override standard variables, it looks weird. In turn, fix building with automake 1.11.2 2011-12-28 14:13:30 +00:00
lib Added Direct Rendering to Evas' window instead of an FBO in Evas_GL. 2012-01-20 12:29:14 +00:00
modules Added Direct Rendering to Evas' window instead of an FBO in Evas_GL. 2012-01-20 12:29:14 +00:00
static_deps Evas liblineabreak: Include the wordbreak headers. 2011-12-15 22:27:59 +00:00
tests Evas textblock: Fix a bug with ellipsis and word-wrap. 2012-01-19 12:11:44 +00:00
Makefile.am Add unit tests + coverage support to evas, for Tasn. 2011-07-09 02:59:24 +00:00