| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Added VK_ARM_data_graph extension to vulkan wrapper (for #3008) | ptitSeb | 2025-09-05 | 1 | -1/+11 |
| | | |||||
| * | [WRAPPER][VULKAN] Added 1 new extensions (for #2847, used by PanVK) | ptitSeb | 2025-07-25 | 1 | -0/+5 |
| | | |||||
| * | [WRAPPER] Improved handling of multiple vulkan devices | ptitSeb | 2025-05-12 | 1 | -1/+6 |
| | | |||||
| * | [TRACE] Better logs for vulkan functions wrappers | ptitSeb | 2025-03-11 | 1 | -7/+7 |
| | | |||||
| * | [WRAPPER] Added a few more Vulkan extensions | ptitSeb | 2025-03-11 | 1 | -1/+10 |
| | | |||||
| * | [WRAPPER] Display Box64 version in Vulkan driver info (#2385) | xctan | 2025-02-18 | 1 | -0/+29 |
| | | |||||
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes | ||||
| * | [VULKAN] Added missing wrapper for vkCreateSamplerYcbcrConversionKHR | ptitSeb | 2024-09-10 | 1 | -0/+1 |
| | | |||||
| * | [VULKAN] Add Wrapped VK_KHR_android_surface (#1643) | KreitinnSoftware | 2024-07-05 | 1 | -0/+1 |
| | | |||||
| * | Fixed some vulkan wrapper functions (#1585) | Yang Liu | 2024-06-15 | 1 | -6/+6 |
| | | | | | | * Fixed some vulkan wrapper functions * Forgot to submit generated files | ||||
| * | [VULKAN] Added VK_AMDX_shader_enqueue extension | ptitSeb | 2024-05-05 | 1 | -0/+7 |
| | | |||||
| * | [VULKAN] Added one more vulkan extension | ptitSeb | 2024-03-07 | 1 | -0/+4 |
| | | |||||
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -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 sense | ptitSeb | 2024-01-16 | 1 | -1/+1 |
| | | |||||
| * | [VULKAN] Added some more extensions (for #424) | ptitSeb | 2024-01-12 | 1 | -1/+10 |
| | | |||||
| * | More xcb_connection_t wrapping for vulkan | ptitSeb | 2023-12-31 | 1 | -1/+19 |
| | | |||||
| * | Added 1 more vulkan extension | ptitSeb | 2023-12-13 | 1 | -0/+4 |
| | | |||||
| * | [VULKAN] Better wrapping of vkCreateInstance | ptitSeb | 2023-12-01 | 1 | -9/+50 |
| | | |||||
| * | Fixed wrapping of vkCreateDebugUtilsMessengerEXT | ptitSeb | 2023-10-25 | 1 | -1/+42 |
| | | |||||
| * | Refactored how wrapped symbols are fetch and stored | ptitSeb | 2023-08-20 | 1 | -20/+49 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -6/+6 |
| | | | |||||
| * | | Added 1 extension to wrapped vulkan, and change a bit 1 of the procaddress ↵ | ptitSeb | 2023-05-07 | 1 | -4/+3 |
| | | | | | | | | | (in sync with the others) | ||||
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 1 | -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 extension | ptitSeb | 2022-11-13 | 1 | -0/+4 |
| | | |||||
| * | Forgot a bunch of other box_ malloc/realloc/calloc/free use | ptitSeb | 2022-10-23 | 1 | -1/+1 |
| | | |||||
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -3/+3 |
| | | |||||
| * | Added some more GL/GLES extensions | ptitSeb | 2022-09-10 | 1 | -0/+32 |
| | | |||||
| * | Added a bunch of vulkan functions wrappers | ptitSeb | 2022-07-14 | 1 | -0/+42 |
| | | |||||
| * | Changed various log level for libdl file open error | ptitSeb | 2022-07-09 | 1 | -8/+8 |
| | | |||||
| * | Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ | ptitSeb | 2022-05-09 | 1 | -48/+6 |
| | | | | | more straight forward usage of native wrapped functions (ported from box86) | ||||
| * | Added some vulkan extentions | ptitSeb | 2022-03-06 | 1 | -0/+17 |
| | | |||||
| * | Wrapped Vulkan libraries | ptitSeb | 2021-11-21 | 1 | -0/+598 |