Commit Graph

256 Commits

Author SHA1 Message Date
Apprentice-Alchemist
de24e7bc4b Fix INT32 redefined error in libjpeg. 2022-04-28 19:42:49 +02:00
Apprentice-Alchemist
c394aea8f1 Rename a few functions.
Currently there's conflicts between the names in the C code, and the names the haxe compiler would expect for HL/C.
This commit fixes those conflicts.
2022-04-28 19:42:40 +02:00
Apprentice-Alchemist
892d4612c4 Close #1516.
Fixe an inconcistency between the C and haxe sides of the OpenGL bindings.
2022-04-28 19:42:34 +02:00
Joshua Granick
47506b35e4 Patch issue with GLRenderbuffer garbage collection on native 2019-12-14 11:43:43 -08:00
Joshua Granick
ac44102aaf Native image.copyPixels + alphaImage fix 2019-07-29 11:38:05 -07:00
Joshua Granick
c8120c20d5 image.copyPixels fixes 2019-07-26 15:39:52 -07:00
Joshua Granick
dce7099e6e Add CMYK support to native JPEG decode 2019-04-30 13:58:47 -07:00
Joshua Granick
40ccd22c79 Fix BitmapData issues for HL 2019-04-10 16:26:03 -07:00
Joshua Granick
a5de7d83c2 String fixes 2019-03-14 16:25:38 -07:00
Joshua Granick
6561eef767 Crash fix 2019-03-14 15:16:08 -07:00
Joshua Granick
9803ca9bf6 CFFI string work 2019-03-14 13:27:54 -07:00
Joshua Granick
a482c14d5c GL binding fixes 2019-03-14 10:15:00 -07:00
Skerper
c69f483757 Remove alphaview offset
Offset was causing alpha bitmap to be misaligned
2019-02-05 20:40:11 -08:00
Joshua Granick
a5bef44d65 Improve handling oof corrupted PNG images (resolves openfl/openfl#1999) 2018-10-10 14:57:27 -07:00
Joshua Granick
4449bb4328 HashLink fix 2018-08-01 22:37:17 -07:00
Joshua Granick
884f1d5a8e Compile fixes for WinRT UWP 2018-07-20 20:46:15 -07:00
Joshua Granick
b350c44e10 Crash fix 2018-07-19 21:53:27 -07:00
Joshua Granick
78e99bf1d9 Remove whitespace lines 2018-07-18 17:32:51 -07:00
Joshua Granick
4f1048e6f9 Initial Harfbuzz bindings for HashLink 2018-07-13 11:02:02 -07:00
Joshua Granick
cbf6a85e49 Minor fixes 2018-07-05 14:17:47 -07:00
Joshua Granick
3eb32ab5f5 Fix Cairo pattern in HL target 2018-06-21 22:03:13 -07:00
Joshua Granick
5beb6460eb Minor fix 2018-06-21 22:03:13 -07:00
Joshua Granick
8e91009bc4 Cleanup event types 2018-06-21 22:03:13 -07:00
Joshua Granick
f0579fb450 Refactor native Matrix3, Vector2, Rectangle types 2018-06-21 22:03:13 -07:00
Joshua Granick
95051fc41c Improve GL support for HL 2018-06-21 22:03:12 -07:00
Joshua Granick
de7c7e1a5e Progress on HL GL bindings 2018-06-21 22:03:12 -07:00
Joshua Granick
1141005ae3 Progress on HL GC bindings 2018-06-21 22:03:12 -07:00
Joshua Granick
6d666b0eeb First pass at refactoring native CFFI Bytes 2018-06-21 22:03:12 -07:00
Joshua Granick
5c1601fccc Remove debug message 2018-06-15 11:48:18 -07:00
Joshua Granick
3b572f9096 HL fixes 2018-06-15 11:16:22 -07:00
Joshua Granick
62c5722ab0 Image loading, bytes fixes for HL 2018-06-13 19:41:04 -07:00
Joshua Granick
58057a4457 Cleanup imports 2018-06-11 14:19:37 -07:00
Joshua Granick
5c407fe87b Minor fixes, fix compilation without HashLink library 2018-06-11 13:10:17 -07:00
Joshua Granick
c180653b30 Add Cairo bindings for HL 2018-06-09 08:28:50 -07:00
Joshua Granick
5ef8a23839 Garbage collection and String fixes 2018-06-09 08:28:50 -07:00
Joshua Granick
ebda41a737 Better HL support, HelloWorld running in software 2018-06-09 08:28:49 -07:00
Joshua Granick
2fe10275e3 Initial strict HL bindings for passing Image, Rectangle, Bytes 2018-06-09 08:24:11 -07:00
Patrick Gutlich
a6e9e3b664 add RASPBERRYPI conditional in openglbindings 2018-06-01 09:56:00 -07:00
Joshua Granick
0bf558da67 Improve support for compiling using -Dangle 2018-05-31 16:45:05 -07:00
Jens Fischer
4936156067 Invert defines checked for KHR_debug in OpenGLBindings
It seems there's less platforms that _don't_ support it than platforms that do (i.e. only desktop).
2018-05-29 09:34:28 -07:00
Joshua Granick
0f44e42e51 Compile fix 2018-04-26 08:21:54 -07:00
Joshua Granick
8edcc8ff82 Improve support for multiple threads in AL, Cairo and cURL GC 2018-04-02 12:19:48 -07:00
Patrick Gutlich
ca843d9429 FIX, typo in conditionals RASPBERRYPI 2018-04-02 11:44:54 -07:00
Patrick Gutlich
3b4b30b030 FIX conditionals in openglbindings to include 'defined (RASPBERRYPI)' 2018-04-01 13:59:32 -07:00
Joshua Granick
a2cf5589d4 Compile fix 2018-03-12 21:31:50 -07:00
Joshua Granick
5a98885ce4 Update SDL to 2.0.8, updates Android minimum to NDK platform 14 2018-03-12 20:04:27 -07:00
Joshua Granick
36a86bc659 Initial support for -Dgl-debug 2018-02-27 13:37:29 -08:00
Joshua Granick
14ff4649f7 Start trying to improve support for KHR_debug 2018-02-27 09:00:58 -08:00
Joshua Granick
0cb093b286 Typo 2018-02-08 15:22:24 -08:00
Joshua Granick
94441d613c EGL compile fix 2018-02-08 12:31:22 -08:00