Chinmay Garde
b9523318ca
Allow embedders to specify a custom GL proc address resolver. ( #6204 )
...
This updates the embedder API but introduces no breaking ABI/API
changes.
2018-09-07 18:25:38 -07:00
Chinmay Garde
b3c778fe9c
Allow embedders to specify software renderer configs. ( #6133 )
2018-08-31 20:03:06 -07:00
Chinmay Garde
47a1ce0e62
Allow embedders to set the root surface transformation. ( #6085 )
2018-08-28 14:13:49 -07:00
Chinmay Garde
3087090149
Allow embedders to invalidate FBO bindings after present. ( #6084 )
2018-08-24 16:53:13 -07:00
Abhishek Amit
2dd385fd7e
Allow embedder clients to provide a resource context ( #4588 )
...
* Allow embedder clients to provide a resource context. Closes flutter/flutter#14263 .
2018-01-25 17:30:23 -08:00
Abhishek Amit
93296fb4ea
Fix comment for non-string arg ( #4583 )
2018-01-24 16:24:12 -08:00
Abhishek Amit
31f223f254
Add API for embedder clients to process platform events ( #4549 )
2018-01-17 16:59:36 -08:00
Sarah Zakarias
4cbe26dd37
Handle Flutter assets outside FLX ( #4343 )
2017-12-13 10:55:24 +01:00
Chinmay Garde
bedba1267f
Allow embedders to respond to platform messages from the Dart application. ( #4361 )
...
This updated the native embedder API in a non-ABI breaking way.
2017-11-14 15:51:19 -08:00
Chinmay Garde
ede57ad1e7
Allow embedders to specify custom ICU data paths and command line args. ( #4290 )
2017-10-27 17:31:13 -07:00
Abhishek Amit
004d0bdf67
Add API to send platform messages into engine through embedder API ( #4112 )
2017-09-19 13:57:44 -07:00
Chinmay Garde
def8061d49
Create a window toolkit agnostic Flutter engine API. ( #3987 )
...
* The Flutter engine will be shipped as a shared library.
* The engine is renderer and window toolkit agnostic.
* The simple public C API is described in embedder.h.
* ABI breaking changes will be indicated by changing the FLUTTER_ENGINE_VERSION.
* A simple GLFW based example of this API is available at https://gist.github.com/chinmaygarde/8abf44921f7d87f6da7bf026267c4792
2017-08-23 16:05:16 -07:00