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

various cffdump improvements for multi-draw indirect #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2020

  1. rnn: Add "dynamic variants"

    Add the ability to tell rnndec to add a variant when parsing a bitfield
    with enum type. This will be useful for "opcode" type fields that change
    the meaning of the rest of the packet, particularly
    CP_DRAW_INDIRECT_MULTI.
    cwabbott0 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0ff2d2e View commit details
    Browse the repository at this point in the history
  2. cffdump: Don't require dummy bitsets to print packet field names

    This should let us significantly clean up adreno_pm4.xml.
    cwabbott0 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    dc907c9 View commit details
    Browse the repository at this point in the history
  3. cffdump: Handle 64-bit registers in packets

    It shouldn't be necessary to have _HI and _LO fields just for cffdump.
    cwabbott0 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    61b5b35 View commit details
    Browse the repository at this point in the history