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

Architecture: adding windows on ARM support #446

Closed

Commits on Jul 25, 2024

  1. Update frame retrieval method in browser-app.cpp

    Adjusted the frame retrieval method for ARM64 architecture.
    Separated frame retrieval logic for ARM64 using GetFrameByName
    and for other architectures using GetFrame. This ensures proper
    functioning across different architectures.
    thirumalai-qcom committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    593f761 View commit details
    Browse the repository at this point in the history
  2. Refactor OnAcceleratedPaint for ARM64_win11 compatibility

    Updated the OnAcceleratedPaint method to handle ARM64 architecture
    specifically. This includes conditional compilation for _M_ARM64 to
    use CefAcceleratedPaintInfo and shared texture handles appropriately.
    thirumalai-qcom committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    15e6083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7022c48 View commit details
    Browse the repository at this point in the history