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

Fix xfb stride limit issue #2088

Merged
merged 10 commits into from
Jun 9, 2020

Commits on Feb 19, 2020

  1. Fix xfb_stride limit issue

    Unsized array can't apply to transform trace. layout qualifier "offset" require GL_ARB_enhanced_layouts enable or glsl core version > 440.
    RuoyuAMD committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    625a0e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    66579ac View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. update case result

    RuoyuAMD committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    aa3370e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Fix compile information issue

    Fix compile information issue and test comment issue.
    RuoyuAMD committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    9d0bf7d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

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

Commits on May 15, 2020

  1. Fix xfb_stride limit issue

    Unsized array can't apply to transform trace. layout qualifier "offset" require GL_ARB_enhanced_layouts enable or glsl core version > 440.
    Add negative test for xfb limit
    RuoyuAMD committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f0998c3 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    7455dcb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Merge branch 'Fix-xfb_stride-limit-issue' of https://github.com/Canon…

    …zki/glslang into Fix-xfb_stride-limit-issue
    RuoyuAMD committed May 20, 2020
    Configuration menu
    Copy the full SHA
    6fb5739 View commit details
    Browse the repository at this point in the history
  2. Adjust error information and related cases

    remove the new version check, refine original version check.
    RuoyuAMD committed May 20, 2020
    Configuration menu
    Copy the full SHA
    6c21c74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cce9ee View commit details
    Browse the repository at this point in the history