Skip to content

Lots of additions, refactors #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Aug 5, 2020
Merged

Lots of additions, refactors #70

merged 15 commits into from
Aug 5, 2020

Conversation

ardera
Copy link
Owner

@ardera ardera commented Aug 5, 2020

ardera added 15 commits June 7, 2020 23:33
- add collection.h for general purpose, concurrent data structures
- add compositor with support for DRM hardware planes
- add omxplayer_video_player plugin
- add texture_registry (not used right now)

*compositor*
The first backing store created by flutter will be the native window
surface (libgbm).
All other backing stores created after that use some dirty,
but awesome hacks.
These backing stores are also only single-buffered right now,
so they look absolutely terrible on screen.

*omxplayer_video_player*
A video_player_platform_interface implementation based on
PlatformViews and omxplayer.
Rendering works, but it's not that stable right now.
Uses libsystemd's sd_bus API to communicate with omxplayer.
made the backing stores that aren't based on window surfaces
(i.e. anything drawn over the omxplayer video) double buffered

They're still not vsynced though
- implement atomic modesetting
- make omxplayer satisfy device orientation
- move memdup to collection
- add platform view mount/unmount/update_view callbacks
- delete threading.h, uploaded it by mistake
- make plugin registry use collection (concurrent pointer set)
- fixes in modesetting
- when creating backing stores, use crtc size/width
- make video_player use mount/unmount/update_view callbacks
- pause omxplayer after first frame more accurately
- let omxplayer_video_player initialization fail if omxplayer is not installed
- no longer throw an error when seeking on a live-stream
- don't compile with UBSan anymore
- set compiler optimization level to 2
- remove elm327 plugin
- less logging
- use sd_event for main event loop
- use libinput for touchscreen, mouse, keyboard input
- move global state into a single global struct
- migrate the frame queue to self-made concurrent queue
- libudev is required for now, will be optional in the future
- (untested) AOT support
- made backing stores independent of drm planes
- (untested, very early) mouse cursor support
- additions in "collection" (non-concurrent pointer set)
- added method in video player plugin for dart-side to check if it is present
- fix the video player plugin reporting errors when none happened
- raw-keyboard plugin fixups
- add "Building the app.so" section stub
@ardera ardera merged commit cc0f794 into master Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flutter-pi AOT support Multitouch results into first finger not being released. Implement vsync
1 participant