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

Vulkan codegen refactor tranche 4 #1950

Merged

Conversation

jzulauf-lunarg
Copy link
Contributor

Another 30 commit branch roughly

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 344024.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5779 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5779 passed.

@jzulauf-lunarg jzulauf-lunarg force-pushed the zulauf-vulkan-codegen-checkpoint-4 branch from 542ed04 to 1e74722 Compare January 22, 2025 17:40
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 352934.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5900 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5900 passed.

Copy link
Contributor

@fabian-lunarg fabian-lunarg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes in generated code look oversee-able, only left a minor remark.
the PR seems to focus on refactoring common KHR things out of vulkan_generators,
and into a common KHR base. CI ran successfully, approved

Update the referenced resource consumer generators to use the Khronos
variables.  Interestingly enough, it removes 4 functions which appeared
to have incorrectly been added by the previous codegen.
Update the command buffer util header codegen to remove unused types
and use Khronos types when necessary.
Remove unused types and use Khronos types.
Update the api call encoder body generation to use Khronos types.
Now that the porting is done, rename "global_structs_with_handle"
with "structs_with_handle".
Update the struct handle wrapper header generation to move a majority
of the code into the Khronos folder as it is mostly API agnostic.
Use "isHandleLike" when determining if we need to treat a type like a
handle, atom, or opaque type.
Move the structure handle wrapping body code generation to the Khronos
version except for special cases.
@jzulauf-lunarg jzulauf-lunarg force-pushed the zulauf-vulkan-codegen-checkpoint-4 branch from 1e74722 to f6f044f Compare February 4, 2025 23:44
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 364857.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6011 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6011 passed.

@jzulauf-lunarg jzulauf-lunarg merged commit e075400 into LunarG:dev Feb 5, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants