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

Teach ADCE about OpImageTexelPointer #1446

Merged
merged 1 commit into from
Apr 4, 2018

Commits on Apr 4, 2018

  1. Teach ADCE about OpImageTexelPointer

    Currently OpImageTexelPointer operations are treat like a use of the
    pointer, but it does
    not look for the memory being referenced to make sure stores are not
    removed.
    
    This change teaches it so identify the memory being accessed, and
    treats it as if that memory is loaded.
    
    Fixes to KhronosGroup#1445.
    s-perron committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    7c5d49b View commit details
    Browse the repository at this point in the history