Created attachment 54568 [details] [review] Fix for 565 pixel format The following code did not work due to forgotten case statement: ctx = OSMesaCreateContext(OSMESA_RGB_565, NULL); OSMesaMakeCurrent(ctx, fb, GL_UNSIGNED_SHORT_5_6_5, 800, 480); The attached patch fixes the problem.
Thanks for finding that. Patch committed as d334a0fb8cbb368c337858b16cb567a28a35f688
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.