[meta-ti] No GLESv1 support on Morty?

Joshua Watt jpewhacker at gmail.com
Fri Dec 15 14:44:06 PST 2017


Hello,

I'm attempting to build an application that uses the PVR GLESv1
libraries (ti-sgx-ddk-um) off of the morty branch. However, it appears
that when I call  eglGetConfigs(), it doesn not return any GLESv1
compatible configs, and so eglChooseConfigs() failes to find one that
works. I have printed out the configs that are returned and it looks
like all of them are GLESv2 only:

Config 0x1:                       
        color=8,8,8               
        alpha=8                   
        depth=24                  
        type=(0x4) GLESv2         
Config 0x2:                       
        color=8,8,8               
        alpha=8                   
        depth=0                   
        type=(0x4) GLESv2         
Config 0x3:                       
        color=8,8,8               
        alpha=8                   
        depth=24                  
        type=(0x4) GLESv2         
Config 0x4:                       
        color=8,8,8               
        alpha=0                   
        depth=24                  
        type=(0x4) GLESv2         
Config 0x5:                       
        color=8,8,8               
        alpha=0                   
        depth=0                   
        type=(0x4) GLESv2         
Config 0x6:                       
        color=8,8,8               
        alpha=0                   
        depth=24                  
        type=(0x4) GLESv2         
Config 0x7:                       
        color=5,6,5               
        alpha=0                   
        depth=24                  
        type=(0x4) GLESv2         
Config 0x8:                       
        color=5,6,5               
        alpha=0                   
        depth=0                   
        type=(0x4) GLESv2         
Config 0x9:                       
        color=5,6,5               
        alpha=0                   
        depth=24                  
        type=(0x4) GLESv2

I made sure I was linking against libGLES_CM and libEGL (but *not*
libGLESv2). I beleive this same code worked on the daisy branch.

Is there something I'm missing to enable GLESv1 support?

Thank,
Joshua Watt


More information about the meta-ti mailing list