|
RE: eglChooseConfig always get 0 in 4th parameter
|
08/06/2010 9:11 AM
post61995
|
RE: eglChooseConfig always get 0 in 4th parameter
Is this using your modified driver with the 3 real/3 virtual layers?
I am not saying the problem is with your driver, maybe in the EGL, but
is your omap_layer_query() callout in the driver OK?
Have you extended it to do all 6 layers? My _guess_ is the library goes
into a loop, and when the layer query fails, it stops (in default case).
Maybe when you specify the layer, it bypasses this loop?
Do you see any layer query calls coming into your driver during this
failure?
Thanks!
-----Original Message-----
From: Xiongwei Huang [mailto:community-noreply@qnx.com]
Sent: Thursday, August 05, 2010 9:32 PM
To: opengles-graphics
Subject: Re: eglChooseConfig always get 0 in 4th parameter
Hi
yes .
As example .
my egl-config
1 rgb565 layer 0
2 rgb888 layer 0
3 argb565 layer 0
4 argb8888 layer 1
5 rgb565 layer 1
6 argb1555 layer 1
when I use gles1-egl-gears -config= 1 2 3 , it works . and when I use
gles1-egl-gears -config=4 5 6 . the egl_num_configs is get 0
when I use gles1-egl-gears -layer=1 . It works . the egl_num_configs is
4 .
_______________________________________________
OpenGL ES
http://community.qnx.com/sf/go/post61943
|
|
|