summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-03Fix crash on pixel phoneaccepted/tizen/unified/riscv/20230919.031459accepted/tizen_unified_riscvXuelian Bai1-1/+3
2023-02-08Upgrade to v1.3.240tizen_8.0_m2_releaseaccepted/tizen/unified/20230227.042024accepted/tizen/8.0/unified/20231005.094613tizen_8.0accepted/tizen_8.0_unifiedXuelian Bai1-1/+1
2023-02-08Remove unnecessary usages of prefix in pcJoonbum Ko1-4/+2
2023-02-08remove double slash in vulkan.pcjinbong, Lee1-2/+2
2023-02-08Fix double free issueXuelian Bai1-0/+12
2023-02-08Upgrade to 1.3.208Xuelian Bai2-2/+2
2023-02-08add spec fileSooChan Lim2-0/+73
2023-01-27build: Update to header 1.3.240upstream/1.3.240Mike Schuchardt3-4/+4
2023-01-26Re-checking loader.rc fileCharles Giessen7-25/+98
2023-01-26ci: Fix CI warningsJuan Ramos1-5/+5
2023-01-25Fix copyright in windows .rc fileCharles Giessen3-69/+13
2023-01-24Log when VK_LAYER_PATH is ignoredCharles Giessen2-33/+48
2023-01-23github: Use main instead of masterJuan Ramos10-25/+27
2023-01-19docs: Notify users about upcoming master to main changeJuan Ramos1-0/+4
2023-01-19build: Update to header 1.3.239Mike Schuchardt5-2/+62
2023-01-16Add Vulkan Loader and Driver Interface Version 7Charles Giessen11-151/+351
2023-01-16build: Remove VS2015 supportJuan Ramos2-16/+1
2023-01-16ci: Test CMake minimumJuan Ramos1-2/+30
2023-01-15Add guard for GetPhysDevProcAddr typedefCharles Giessen2-0/+4
2023-01-13Try to catch OOM errors when loading binariesCharles Giessen2-1/+19
2023-01-12Added target condition to vulkan headersB Marques1-1/+3
2023-01-10cmake: Fix usage of Vulkan::RegistryJuan Ramos2-4/+2
2023-01-09Document behavior change in how bundles drivers are usedCharles Giessen1-0/+11
2023-01-09Add macOS bundles support to test frameworkCharles Giessen10-12/+130
2023-01-09Fix Bundled drivers on MacOS taking precedenceCharles Giessen1-7/+4
2023-01-09Add Vulkan-Headers version to sourceCharles Giessen4-5/+21
2023-01-09Fix allocation callback test to start at 0Charles Giessen1-1/+1
2022-12-28Revert asm_offset CMake code to work with 3.10Charles Giessen1-6/+2
2022-12-27cmake: Use VulkanHeaders_VERSIONJuan Ramos5-214/+5
2022-12-19build: Update to header 1.3.238Mike Schuchardt6-192/+2
2022-12-12Fix for Apple compiler bugRichard S. Wright Jr1-1/+8
2022-12-08build: Update to header 1.3.237Mike Schuchardt5-2/+37
2022-12-02Document interaction of layer env-vars for linuxCharles Giessen1-0/+3
2022-12-02Layers: expand tests to check layer names loaded are expectedphish3y1-0/+12
2022-12-02Layers: update log message and documentation so it is clear that VK_LAYER_PAT...phish3y2-2/+2
2022-12-02Layers: modify TestLayerDetails so either files or directories can be set on ...phish3y3-25/+38
2022-12-02Layers: add tests to verify VK_LAYER_PATH works with full file pathsphish3y1-17/+67
2022-12-02Layers: add test to verify VK_LAYER_PATH supports explicit file paths instead...phish3y1-0/+18
2022-12-02Layers: update documentation to make it clear the VK_LAYER_PATH supports both...phish3y2-3/+3
2022-12-02loader: Fix parsing VK_INSTANCE_LAYERSziga-lunarg1-1/+1
2022-12-01build: Update to header 1.3.236Mike Schuchardt3-2/+3
2022-11-29loader: Mark unknown_ext_chain symbols as hiddenJohn Bauman2-0/+9
2022-11-28Use integrity_level >= HIGH for is_high_integrityCharles Giessen1-1/+1
2022-11-28cmake: fix pkgconfig file for absolute install pathsJan Palus2-2/+9
2022-11-21Add more OOM handling paths and refactor OOM testsCharles Giessen4-89/+113
2022-11-17build: Update to header 1.3.235Mike Schuchardt6-9/+291
2022-11-17Add complex json file to allocation testsCharles Giessen3-9/+763
2022-11-17Propagate OOHM error from json parsingCharles Giessen1-2/+3
2022-11-16Fix cases where OOM was handled wrongCharles Giessen2-32/+52
2022-11-11Handle invalid files & symlinks properlyCharles Giessen7-14/+140