summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-12-04Fix commit ID, fix exports for shader APIMartchus
2016-12-03 Build samples and use extra dir for static buildMartchus
BTW: Update version
2016-11-06Fix exporting shader symbols for Qt WebKitMartchus
Binary compatibility for Qt WebKit is broken, though (due to _Z9ShCompilePvPKPKcji/_Z9ShCompilePvPKPKcjy)
2016-11-06Update to 2.1.r6289.f097e23Martchus
2016-04-18updated to commit 5858f7eMartchus
2016-03-31maintain XP compatibilityMartchus
- mbstowcs_s seems to be unavailable under XP - provided own implementation of mbstowcs_s - updated to commit a3d333c by the way
2016-03-13fixed static libsMartchus
2016-03-12added include which was accidentely removedMartchus
2016-03-12fixed checksumsMartchus
2016-03-10exported shader symbolsMartchus
- required to build Qt WebKit - see comment in PKGBUILD file for details - updated to commit 0e49e6b by the way
2016-03-09added updated version of 32-bit *.def fileMartchus
- because 32-bit version seems to require stdcall decorated symbols - otherwise linker errors occur when building Qt 5 - updated to commit 8047c0d by the way
2016-02-27small adjustmentsMartchus
2016-02-22updated to 2.1.r5571.7a533f7Martchus
- removed most of the patches since these can't be applied anymore - provide some header files which seem to be missing in mingw-w64-headers. - disabled concurrent builds because building concurrently is broken - use "-D angle_gl_library_type=static_library" build flag to make static libs
2015-06-12Initial importPhilip A Reimer