aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-31loader: Fix bug in Windows for mod a static string DEFAULT_VK_LAYERS_INFOJon Ashburn
2015-07-31loader: fix typo in log messageJon Ashburn
2015-07-30cube: We reuse cmd bufs, so dont do one_time flagCourtney Goeltzenleuchter
2015-07-29bug-14352: Update vulkan.h versionCourtney Goeltzenleuchter
2015-07-29bug-14352: Missing size parameter in VkSparseMemoryBindInfoCourtney Goeltzenleuchter
2015-07-29demos: Add dependency for SPIRV shader componentsCourtney Goeltzenleuchter
2015-07-29bug-14330: Initialize handle on Vulkan objectsCourtney Goeltzenleuchter
2015-07-29layers: Add validation case for mismatched renderpass attachements and subpassesMark Lobodzinski
2015-07-29WSI: Initialize WSI entry pointsCourtney Goeltzenleuchter
2015-07-29vulkan: Add vkCmdPushConstants entry pointCourtney Goeltzenleuchter
2015-07-29intel: Add support for GetRenderAreaGranularityCourtney Goeltzenleuchter
2015-07-27tri/cube: Correct WSI swapChainPresentMode fallback is FIFO.Ian Elliott
2015-07-27layers: Adjust SC to validate bulk pipeline creationChris Forbes
2015-07-24Further layer search path fix: s/implicit/explictJames Jones
2015-07-24Added ICD loading path debug messagesLiam Middlebrook
2015-07-24Fix loader paths for "etc" directories.James Jones
2015-07-24linux: Fix standard GNU path usageJames Jones
2015-07-24linux: Use standard GNU install pathsAdam Jackson
2015-07-24Revert "vulkan: Updated LICENSE.txt with all known license information"Courtney Goeltzenleuchter
2015-07-24Windows nulldrv: Add stub for vkGetPhysicalDeviceImageFormatPropertiesDavid Pinedo
2015-07-24loader: Only check 32-bits for magic valueCourtney Goeltzenleuchter
2015-07-24loader: Update the Linux and Windows manifest file documentation to match khrJon Ashburn
2015-07-24loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentationJon Ashburn
2015-07-24loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormatJon Ashburn
2015-07-24misc: Add vkGetPhysicalDeviceImageFormatProperties as a stubJon Ashburn
2015-07-23layers: eliminate Windows compiler warningCourtney Goeltzenleuchter
2015-07-23Fix win32 buildDan Ginsburg
2015-07-23compiler: upgrade to latest glslang and LunarGLASS for bug fixesGregF
2015-07-23layers: update README.mdJon Ashburn
2015-07-23loader: have loader_magic be uintptr_tCourtney Goeltzenleuchter
2015-07-23cube: Add support for debug breakCourtney Goeltzenleuchter
2015-07-23loader: Add support for debug break helperCourtney Goeltzenleuchter
2015-07-23loader: Do not include dbg helpers in dispatchCourtney Goeltzenleuchter
2015-07-22loader_log: add OutputDebugString("\n");mschott
2015-07-22loader: Fix ICD and layer directory scan order on LinuxAdam Jackson
2015-07-22demos: Add more validation layers and fix errors/warningsTony Barbour
2015-07-22layers: objtrack has to call destroy in FreeDescriptorSetsTony Barbour
2015-07-22headers: Updated debug object-to-string fcn with missing object typesMark Lobodzinski
2015-07-22layers: Add destroy_obj calls for ObjectTrackerMark Lobodzinski
2015-07-17layers: Only verify data ptr not report_dataCourtney Goeltzenleuchter
2015-07-17nulldrv: Link with -Bsymbolic so vkGetDeviceProcAddress behavesAdam Jackson
2015-07-17cmake: Specify -std=c++11Adam Jackson
2015-07-17cmake: Don't check for installed glm, it's in-treeAdam Jackson
2015-07-17Minor SDK-0.2 fixes for "tri"Piers Daniell
2015-07-17cube: Fill in pPlatformWindow after you have a windowCourtney Goeltzenleuchter
2015-07-17cube: set VkAttachmentViewCreateInfo.formatCourtney Goeltzenleuchter
2015-07-17cube: Keep track of queue_count in demo structureCourtney Goeltzenleuchter
2015-07-17loader: Switch to using layer manifest file info for layer extension infoJon Ashburn
2015-07-17layers: In DrawState correctly return rasterSamples count for PSOTobin Ehlis
2015-07-17vulkan: Updated LICENSE.txt with all known license informationMark Lobodzinski