Search found 3 matches

by glemercier
Mon May 19, 2014 3:25 pm
Forum: Open Discussion and Dev Announcements
Topic: Patch for adding support for OpenGL ES 1 on FB devices
Replies: 0
Views: 1113

Patch for adding support for OpenGL ES 1 on FB devices

Simple patch that allows initializing a FB device based engine using OpenGL ES 1. Tested on an i.MX6 evaluation kit, it builds and runs without crashing but nothing is displayed on the screen. Will investigate on my board as it might be related to the i.MX6 GPU OpenGL ES 1 implementation. Feel free ...
by glemercier
Mon May 19, 2014 2:40 pm
Forum: Open Discussion and Dev Announcements
Topic: Patch for adding support to cross-compilation under Linux
Replies: 0
Views: 1058

Patch for adding support to cross-compilation under Linux

This patch adds support for cross-compilation under Linux, used for compiling Irrlicht for embedded devices such as the ARM based i.MX6 Sabre SD board. The patch basically modifies the Makefiles this way: - Add "NX11" variable to disable linking to the X libraries (not available on most em...
by glemercier
Thu Apr 17, 2014 2:08 pm
Forum: Open Discussion and Dev Announcements
Topic: 2 patches for improving FB device support
Replies: 1
Views: 954

2 patches for improving FB device support

Hi, I submitted two patches to the patch tracker (283/284 on the ogl-es branch) for improving FB device support which I use for using Irrlicht on an ARM Cortex A9 based board (i.MX6 evaluation kit). These patches include: - Add support for the OpenGL ES 2 with framebuffer based devices - Add support...