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

WIP: MRT Proof of concept #2953

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from
Draft

WIP: MRT Proof of concept #2953

wants to merge 41 commits into from

Commits on Apr 5, 2024

  1. Saving

    Zyko0 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    32b5e3e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Restore unmanaged images

    Zyko0 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    9003692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c247da0 View commit details
    Browse the repository at this point in the history
  3. Dirty directx11

    Zyko0 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    577664c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Update glsl

    Zyko0 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    280cc1a View commit details
    Browse the repository at this point in the history
  2. Update hlsl

    Zyko0 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4536fad View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Zyko0 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c7eeae7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    d1fd704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3a358b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Fixed nil dst image checks

    Zyko0 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    fc3a6ed View commit details
    Browse the repository at this point in the history
  2. (Fixed) webgl

    Zyko0 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    55f1a5d View commit details
    Browse the repository at this point in the history
  3. Fixed magic number

    Zyko0 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c9eb30d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b3bfda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c73221a View commit details
    Browse the repository at this point in the history
  6. Temporary fix for directx11

    Zyko0 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    65646df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92a257a View commit details
    Browse the repository at this point in the history
  8. Fixed opengl tests

    Zyko0 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6a8c00e View commit details
    Browse the repository at this point in the history
  9. go vet error check

    Zyko0 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ced0c62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c0bc0a View commit details
    Browse the repository at this point in the history
  11. Fixed DrawTriangles for ps5

    Zyko0 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    15b5c88 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15ccaf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    042fdab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b88f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    f021b5d View commit details
    Browse the repository at this point in the history
  2. Fixed conflict

    Zyko0 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    75b6e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2faf8a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dd4aa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Add a basic MRT test

    Zyko0 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    0b53525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d706d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbe06ec View commit details
    Browse the repository at this point in the history
  4. Fixed stencil tests for directx

    Zyko0 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    dc6074b View commit details
    Browse the repository at this point in the history
  5. Debug image entry index

    Zyko0 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4830591 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Attempt at fixing Directx 12

    Zyko0 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9881530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec59239 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Little tweak to dx12

    Zyko0 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    c180c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a00b86 View commit details
    Browse the repository at this point in the history
  3. Fixed misses

    Zyko0 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b405003 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f34c1c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fixed authors name

    Zyko0 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5e40bce View commit details
    Browse the repository at this point in the history
  2. Fixed comment

    Zyko0 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ea462f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Few fixes

    Zyko0 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b2a62da View commit details
    Browse the repository at this point in the history