Commit Graph

894 Commits

Author SHA1 Message Date
Joshua Granick
c5184e41bb copyPixels alpha position fix (resolve #1707) 2017-09-13 16:03:30 -07:00
Joshua Granick
a4a4f2665d Compile fix 2017-09-12 14:56:08 -07:00
Joshua Granick
e56394ccd3 Fix alpha point and offset in image copyPixels (fix openfl/openfl#1707) 2017-09-12 13:21:41 -07:00
Joshua Granick
45054e39d6 Improve handling of Image endianness (resolve #1018, resolve #1070) 2017-09-12 12:32:14 -07:00
Joshua Granick
70dd566596 Change cURL to instance-based API, fixes (resolve #1047) 2017-09-11 15:46:21 -07:00
Joshua Granick
3a77b1989c Improve memory management in cURL, native HTTPRequest (resolve #1043) 2017-09-08 17:33:13 -07:00
Joshua Granick
f83c7e53bc Compile fix 2017-08-14 11:39:50 -07:00
Joshua Granick
8b85b5050e Compile fix 2017-08-11 20:19:08 -07:00
Joshua Granick
ace241dd42 Allow compilation for GLES2 AAPIs only (for now) 2017-08-11 20:15:59 -07:00
Joshua Granick
98cd4421c8 Fix Android compilation 2017-08-11 19:39:11 -07:00
Joshua Granick
ef1cf6e449 Fix compilation with older SDK 2017-08-11 19:34:17 -07:00
Joshua Granick
3865949d21 GLES3 compile fix 2017-08-11 19:04:57 -07:00
Joshua Granick
efcec2703e Compile fix 2017-08-11 19:01:39 -07:00
Joshua Granick
c286482483 Compile fix 2017-08-11 19:00:00 -07:00
Joshua Granick
f6ce4d4f2a Finish adding native bindings for GLES3 methods 2017-08-11 18:57:00 -07:00
Joshua Granick
73ca60409b Progress on GLES3 bindings 2017-08-11 15:49:32 -07:00
Joshua Granick
682f7deb9f Add GLES3 header for iOS 2017-08-10 17:29:40 -07:00
Joshua Granick
fc187b2b23 Use GLES3 headers 2017-08-10 17:22:30 -07:00
Joshua Granick
e7c6a8762c Add implementation of GL.drawBuffers on native 2017-08-10 16:39:55 -07:00
Joshua Granick
fe5e83ffbc Remove compiler warning 2017-06-22 14:43:00 -07:00
Joshua Granick
f4e003d799 Improve Clipboard support, add Clipboard.onUpdate (resolve #925) 2017-06-06 19:32:33 -07:00
Joshua Granick
02d4c3a63c Fix Windows64 rebuild, minor 64-bit fix 2017-06-06 08:15:43 -07:00
Joshua Granick
dca3b5926f First pass at Windows64 builds (not enabled by default) (resolve #710) 2017-06-05 13:45:37 -07:00
Joshua Granick
6589b22c6f Add support for GL 32-bit color depth on native (close #698) 2017-06-05 13:29:37 -07:00
Joshua Granick
23f215af27 Fix copyPixels with alpha behavior (close #639) 2017-06-02 12:20:38 -07:00
Joshua Granick
2f93dfc432 Accept bytes + offset in image.setPixels (resolve #991) 2017-05-31 16:51:37 -07:00
Joshua Granick
9728b5ff22 WAV format fix (close #977) 2017-05-30 15:29:13 -07:00
Joshua Granick
21051c81b7 Fix bug in OpenAL object GC 2017-05-30 15:16:39 -07:00
Joshua Granick
c0f8cdb897 Fix copyPixels optimization 2017-05-17 18:23:20 -07:00
Joshua Granick
e4d35211b6 Remove extra indent 2017-05-17 18:23:20 -07:00
Joshua Granick
c72a05ab4a Clean up the blit row code and add a Haxe alternative 2017-05-17 18:23:20 -07:00
Lars Doucet
71ab0b6e17 cleaned up BlitRow() 2017-05-17 18:23:20 -07:00
Lars Doucet
580946913a explicit casting, removes warnings 2017-05-17 18:23:20 -07:00
Lars Doucet
75bdc7e248 speed up copyPixels for c++ 2017-05-17 18:23:20 -07:00
Joshua Granick
f4adce91e5 First pass on enabling correct X/Y joystick.onTrackballMove events 2017-05-16 16:15:59 -07:00
Joshua Granick
26c654a0a4 Fix Emscripten build 2017-05-04 17:21:47 -07:00
Joshua Granick
45f923360a Add 'always on top' window support 2017-05-04 14:44:18 -07:00
Joshua Granick
065137bedc Return same pointer from ALC currentContext/device 2017-04-17 22:00:13 -07:00
Joshua Granick
eb0ea62150 Return same CFFIPointer if possible in Cairo bindings (close #962) 2017-04-17 21:43:24 -07:00
Joshua Granick
dc4b3c452d Fix missing CFFI warning 2017-03-28 17:42:24 -07:00
Joshua Granick
a5c0de0449 Guard DataPointer arithmetic 2017-03-28 16:38:44 -07:00
Joshua Granick
3b4dc54272 Add fast path when use fillRect of a constant (0x000000, 0xFFFFFF, etc) color 2017-03-23 20:16:19 -07:00
Joshua Granick
2f5462c3a2 Standardize on uintptr_t (fixes issue on Android) 2017-03-20 16:32:54 -07:00
Joshua Granick
6ebfa17d5d Improve OpenGL GC 2017-03-16 10:06:52 -07:00
Joshua Granick
712c87580f Native OpenGL GC fix 2017-03-14 12:32:01 -07:00
Joshua Granick
22bf62be2b Allow static GL->GLContext conversion, clean-up 2017-03-14 10:16:46 -07:00
Joshua Granick
de18a7d76e Simplify native GL bindings 2017-03-13 15:43:43 -07:00
Joshua Granick
3dccc8de66 Compile fix 2017-03-10 17:48:44 -08:00
Joshua Granick
ccae430413 Cleaner GL bindings, consistent end points, progress toward GLES3 2017-03-10 17:32:14 -08:00
Joshua Granick
4dba54c66c Cleanup native OpenGL object creation 2017-03-08 13:15:10 -08:00