• Ivan Gyurdiev's avatar
    wined3d: Mark instructions without a destination token. · 8c6ee8df
    Ivan Gyurdiev authored
    There are a total of 17 instructions without a destination token. Of
    those 9 have num_params != 0, which means that we will not process any
    of them correctly, because we assume the first token (if present) is a
    destination token.
    
    Those are basically all the flow control instructions, which we plan to
    support very soon. They have source tokens, and no destination. Add a
    flag that marks them up to the ins table. Use this flag in the trace
    pass, and generation pass.
    8c6ee8df
vertexshader.c 55.6 KB