ptitSeb / gl4es

GL4ES is a OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library, with support for Pandora, ODroid, OrangePI, CHIP, Raspberry PI, Android, Emscripten and AmigaOS4.
http://ptitseb.github.io/gl4es/
MIT License
667 stars 151 forks source link

Hacks to run KiCAD accelerated mode (w/o AA) #446

Closed Icenowy closed 8 months ago

Icenowy commented 8 months ago

The SMAA code is quite GLES-unfriendly (using multiple color attachments).

The first commit fixes a bug that leads to misrender when opening KiCAD's own video demo PCB file, and the second bug tries to patch some shaders that will fail to compile due to the current lame shader converter.