efl/legacy/evas/src/lib
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
..
cache evas: only check references ifndef EVAS_CSERVE 2012-01-18 23:33:54 +00:00
canvas Added Direct Rendering to Evas' window instead of an FBO in Evas_GL. 2012-01-20 12:29:14 +00:00
cserve and also enable mmap safety here 2011-07-04 09:59:49 +00:00
engines fix gcc warnings about set-but-unused and shadows of y1. 2012-01-19 16:49:47 +00:00
file evas: applied eina_array_count_get -> eina_array_count change. 2012-01-10 15:34:39 +00:00
include Added Direct Rendering to Evas' window instead of an FBO in Evas_GL. 2012-01-20 12:29:14 +00:00
Evas.h update all minor versions to 2 (or 6) - and yes. i missed making most 2012-01-18 02:32:36 +00:00
Evas_GL.h Added new Evas GL api called evas_gl_config_new/free() 2012-01-12 13:54:06 +00:00
Makefile.am Evas: Add a Wayland Shared Memory engine (similar to the buffer & 2011-12-14 18:44:20 +00:00
main.c evas/main.c - removed useless lines. 2011-07-01 11:32:21 +00:00