We have rendering problems with the OpenGLES accelerated Silverlight on the Freescale iMX53 platform: The BSP comes with the environmental flag bsp_xrplugin_opengl=1, which configures the XAML rendering engine to use OpenGLES. However when using this flag, we are experiencing some artifacts and graphical rendering issues. For example when pulling up the Microsoft (Silverlight) soft input panel much of the window, and sometimes all of the window, is rendered in solid black.
In our Silverlight application we’ve had issues with graphics disappearing, and sometimes areas are filled with black. The application is written in C# using the XAML in Hand framwork, but we have also created a C++ Silverlight test application which yields the same results - so it seems to be a Silverlight rendering problem.
When disabling hardware-accelerated XAML rendering the graphics render properly, but to a higher CPU cost which we do not want.
We have installed all the latest WCE7 updates. Can anybody suggest a fix, or perhaps suggest anything to try?