Dear all,

Our question is related to DirectFB-1.4.2.

We are working in an embedded platform.

We are creating IDirectFBSurface using CreateSurface() API. In the test application we are creating a lot of surfaces. We are using the following settings in DFBSurfaceDescription,
....
surfaceDesc.flags       =  DSDESC_CAPS | ....;
surfaceDesc.caps        = DSCAPS_VIDEOONLY;
....

But even after complete usage of video memory, the CreateSurface() is not returning any error. We expect an DFBResult DFB_NOVIDEOMEMORY in this scenario. We get this DFBResult when we test with DirectFB-1.0.

Is this is a bug in DirectFB-1.4?

If yes, can any one please tell, what should we do to solve this or where should we look?

If this is not a bug, what should we do to know video memory underflow happened?

Thanks a lot in advance!!

Regards,
Lindo



_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to