about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedvulkan.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [VULKAN] Added missing wrapper for vkCreateSamplerYcbcrConversionKHRptitSeb2024-09-101-0/+1
|
* [VULKAN] Add Wrapped VK_KHR_android_surface (#1643)KreitinnSoftware2024-07-051-0/+1
|
* Fixed some vulkan wrapper functions (#1585)Yang Liu2024-06-151-6/+6
| | | | | * Fixed some vulkan wrapper functions * Forgot to submit generated files
* [VULKAN] Added VK_AMDX_shader_enqueue extensionptitSeb2024-05-051-0/+7
|
* [VULKAN] Added one more vulkan extensionptitSeb2024-03-071-0/+4
|
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-4/+0
| | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs
* Used AddCheckBridge were the check could make senseptitSeb2024-01-161-1/+1
|
* [VULKAN] Added some more extensions (for #424)ptitSeb2024-01-121-1/+10
|
* More xcb_connection_t wrapping for vulkanptitSeb2023-12-311-1/+19
|
* Added 1 more vulkan extensionptitSeb2023-12-131-0/+4
|
* [VULKAN] Better wrapping of vkCreateInstanceptitSeb2023-12-011-9/+50
|
* Fixed wrapping of vkCreateDebugUtilsMessengerEXTptitSeb2023-10-251-1/+42
|
* Refactored how wrapped symbols are fetch and storedptitSeb2023-08-201-20/+49
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-6/+6
| |
* | Added 1 extension to wrapped vulkan, and change a bit 1 of the procaddress ↵ptitSeb2023-05-071-4/+3
| | | | | | | | (in sync with the others)
* | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-071-30/+30
|/ | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L
* Added 1 vulkan extensionptitSeb2022-11-131-0/+4
|
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-1/+1
|
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-3/+3
|
* Added some more GL/GLES extensionsptitSeb2022-09-101-0/+32
|
* Added a bunch of vulkan functions wrappersptitSeb2022-07-141-0/+42
|
* Changed various log level for libdl file open errorptitSeb2022-07-091-8/+8
|
* Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ptitSeb2022-05-091-48/+6
| | | | more straight forward usage of native wrapped functions (ported from box86)
* Added some vulkan extentionsptitSeb2022-03-061-0/+17
|
* Wrapped Vulkan librariesptitSeb2021-11-211-0/+598