Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Overlay as a service prototype w/in overlay sample app. #25

Open
wants to merge 5 commits into
base: zulauf_update_to_1.0.19
Choose a base branch
from

Commits on Sep 27, 2021

  1. Add minimal run as service option to sample

    New flag service causes the application to run as a "service" main
    overlay application.
    jzulauf-lunarg committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    16d2e52 View commit details
    Browse the repository at this point in the history
  2. Sort generated actions

    Change the place holder action codegen to produce sorted output to
    improve diff comparison clarity.
    jzulauf-lunarg committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    15738ae View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Update proxy actions to include all defined

    Update the code gen and tables for the proxy actions.
    jzulauf-lunarg committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    0d2c01b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Add all-input-extension enable to main and service

    Ensure that overlay applications can access all input profile
    extensions. Up to date with 1.0.19.
    jzulauf-lunarg committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    6509cc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Add envirnoment blendmode alpha to the overlay enum

    Even if the underlying device *doesn't* support alpha blending, report
    that it does, to allow overlay sessions to specify it in their endframe
    submissions.
    
    NOTE: This should be conditional for the case of a client instance, but
    currently we don't know if the application will be a client until
    BeginSession time.
    jzulauf-lunarg committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    6c2ec6c View commit details
    Browse the repository at this point in the history