summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
39 hoursMerge pull request #2236 from PENGUINLIONG/patch-1upstream-mainBill Hollings
7 daysEnforce barrier when sampling timestampsPENGUINLIONG
9 daysMerge pull request #2231 from billhollings/fix-arg-buff-paddingBill Hollings
9 daysFix shader argument buffer padding and atomics.Bill Hollings
11 daysMerge pull request #2228 from billhollings/vulkan-sdk-1.3.283Bill Hollings
11 daysUpdate dependency libraries to match Vulkan SDK 1.3.283.Bill Hollings
12 daysMerge pull request #2222 from aitor-lunarg/mainBill Hollings
12 daysMerge pull request #2224 from SRSaunders/report-idnameBill Hollings
12 daysUpdate MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h Bill Hollings
12 daysUpdate MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h Bill Hollings
12 daysMerge pull request #2225 from ulowen/mainBill Hollings
12 daysUpdate MoltenVK/MoltenVK/Utility/MVKBaseObject.h Bill Hollings
13 daysFix memory leak in vkQueueWaitIdleOwen Morgan
13 daysReturn MoltenVK log level string in pMessageIdName field of debug utils callb...SRSaunders
14 daysMerge pull request #2221 from billhollings/refactor-device-public-contentBill Hollings
14 daysRefactor public MVKDevice content into MVKDeviceTrackingMixin functions.Bill Hollings
2024-05-01Allow vertex buffer binding when they are used disregarding implicit indexAitor Camacho
2024-04-30Merge pull request #2217 from billhollings/avoid-managed-mem-on-apple-siliconBill Hollings
2024-04-29On macOS Apple Silicon, avoid managed-memory textures, and resource syncs.Bill Hollings
2024-04-23Merge pull request #2208 from billhollings/VK_EXT_host_image_copyBill Hollings
2024-04-23Merge pull request #2214 from RandomShaper/avoid_deadlockBill Hollings
2024-04-23Update MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm Bill Hollings
2024-04-23VK_EXT_host_image_copy: On discrete GPUs, sync managed-memory textures before...Bill Hollings
2024-04-23Prevent deadlock if working on non-main threadPedro J. Estébanez
2024-04-19Merge pull request #2210 from etang-cw/ShaderDumpBill Hollings
2024-04-19Update MoltenVK/MoltenVK/Utility/MVKEnvironment.h Bill Hollings
2024-04-19Update MoltenVK/MoltenVK/Utility/MVKEnvironment.h Bill Hollings
2024-04-17Add option to dump shadersEvan Tang
2024-04-16Merge pull request #2211 from billhollings/cfg-mtce-assertBill Hollings
2024-04-16Simplify maintenance of build-time checking of MVKConfiguration members.Bill Hollings
2024-04-16Add support for VK_EXT_host_image_copy extension.Bill Hollings
2024-04-06Merge pull request #2200 from billhollings/VK_EXT_metal_objects-ARCBill Hollings
2024-04-04Fix crash when using VK_EXT_metal_objects under ARC.Bill Hollings
2024-04-03Merge pull request #2198 from nihui/patch-1Bill Hollings
2024-04-03doc moltenvk link CoreGraphics and AppKit frameworknihui
2024-04-02Merge pull request #2196 from billhollings/incr-dyn-link-fixBill Hollings
2024-03-30Fix issue where incremental dynamic builds do not link to static dependencies.Bill Hollings
2024-03-26Merge pull request #2195 from billhollings/restore-dylib-directoryBill Hollings
2024-03-26To support legacy apps, restore MoltenVK/dylib directory.Bill Hollings
2024-03-20Merge pull request #2183 from SRSaunders/perf-trackerBill Hollings
2024-03-20Capture perf start times in MVKQueueSubmission constructors vs. arguments of ...SRSaunders
2024-03-19Update documentation for the new waitSubmitCommandBuffers and waitPresentSwap...SRSaunders
2024-03-19Merge pull request #2189 from billhollings/update-gitignoreBill Hollings
2024-03-19Update .gitignore.Bill Hollings
2024-03-19Add two new counters in MVKQueuePerformance for async queue submit wait timesSRSaunders
2024-03-17Increment MVK_PRIVATE_API_VERSION to 41SRSaunders
2024-03-17Fix mvkCopyGrowingStruct() to return success only if struct and buffer sizes ...SRSaunders
2024-03-14Merge pull request #2185 from jeroenbakker-atmind/fix/incorrect-project-versionBill Hollings
2024-03-14Fix compilation issue due to new versionJeroen Bakker
2024-03-13Merge pull request #2184 from billhollings/update-to-v1.2.9Bill Hollings