Hi,

I set debug.sf.hw=0 using build.prop on Gingerbread. But from the logs
still i can see its using overlay calls being made. Is there anything
i need to do ?

What i want is routing the decoded data through framebuffer instead of
overlay for displaying.

Has any one attempted this ?

Though the debug statements in the file tell tht its disable hardware
composition but i am not sure its working.
I am using nexus s.

// debug: disable h/w rendering
    char property[PROPERTY_VALUE_MAX];
    if (property_get("debug.sf.hw", property, NULL) > 0) {
        if (atoi(property) == 0) {
            LOGW("H/W composition disabled");
            attribs[2] = EGL_CONFIG_CAVEAT;
            attribs[3] = EGL_SLOW_CONFIG;
        }

Correct me if my understanding is wrong.

BTW emulator doesnt have h/w accelarator. Then how it is rendering ?

Regards
Girish

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to