Skip to content
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

Enable Evas GL renderer for all profile #312

Merged

Commits on Jul 20, 2022

  1. Enable Evas GL renderer for all profile

    For devices other than wearable, we can either use ElmFlutterView or EcoreWl2Window,
    depending on apps. This commit is to avoid being device dependent.
    
    Remove the build flag for evas_gl only and use the WEARABLE_PROFILE macro if necessary.
    Before creating the engine, the embedding can select the renderer type in the engine property.
    On runtime, it selects an appropriate renderer and external texture
    according to the renderer type and renders it.
    
    related issue : flutter-tizen#301
    JSUYA committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8a1955f View commit details
    Browse the repository at this point in the history
  2. Move renderer create to view

    JSUYA committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    822170f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6153c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91cc7d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77c11fb View commit details
    Browse the repository at this point in the history
  6. Remove texture pixel

    JSUYA committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    d06b6fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e66fddc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. update g_evas_gl comment

    JSUYA committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    af2e89b View commit details
    Browse the repository at this point in the history