I need to do hardware accelerated OpenGL rendering on VxWorks5.5 platform. After days of googling, I am confused about the following questions:
Stand alone Mesa3D can only do software rendering on VxWorks?( Provided that I ported Mesa3D to VxWorks)
Mesa3d combine with DRI can do hareware accelerated rendering on VxWorks? If so, Do I need an extra OpenGL hardware driver besides Mesa3d+DRI? (Mesa just provide gl APIs and DRI is the one which implement concrete hardware rendering, is that right?)
Are there any commercial solutions out there?