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

GOA_CLONE definitions, EGL wrapper fixes, GLX Stubs and Iconoclasts hacks #362

Merged
merged 9 commits into from
Nov 8, 2021

Commits on Nov 7, 2021

  1. Added GOA_CLONE definitions.

    Sets compilation definitions for GO Advance clones, such as the RG351p/v, Gameforce Chi, RGB10 and other such devices.
    JohnnyonFlame committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    24f1cc2 View commit details
    Browse the repository at this point in the history
  2. Add glX function stubs to be used with NOX11 targets.

    Can be enabled with GLX_STUBS, Works around Shovel Knight assert failures during startup.
    JohnnyonFlame committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    59c2ba4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    589175d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d70f866 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d69d0e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b939f0 View commit details
    Browse the repository at this point in the history
  7. Added fbo resolution hack.

    The envvar LIBGL_FB_TEX_SCALE controls the scale of the framebuffer textures.
    JohnnyonFlame committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    ab082d7 View commit details
    Browse the repository at this point in the history
  8. Added texture copy skip hack.

    The envvar LIBGL_SKIPTEXCOPIES controls whether or not to skip texture copies are skipped.
    JohnnyonFlame committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6d57751 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93c1388 View commit details
    Browse the repository at this point in the history