aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-07-17loader:Remove dead code involving layer library queries now in manifest fileJon Ashburn
2015-07-17loader: Update loader readme and add ICD/ layer discovery documentationJon Ashburn
2015-07-17loader: Use GetInstanceProcAddr rather than dlsym for most ICD entrypointsJon Ashburn
2015-07-17icd: Generate vkInstanceProcAddr with real entrypointsJon Ashburn
2015-07-17loader: use VkDevice when initializing device tableCourtney Goeltzenleuchter
2015-07-17demos: Set size of uniform buffer in cubeCody Northrop
2015-07-17demos: Remove reference to undefined variableCourtney Goeltzenleuchter
2015-07-17misc: Create new glslang directory if neededCourtney Goeltzenleuchter
2015-07-17Updated BUILD.md to ref the specs on how the loader finds ICDs/layers.Ian Elliott
2015-07-17bug-14282: remove constCourtney Goeltzenleuchter
2015-07-17Clean up warnings from release buildTony Barbour
2015-07-17mem_tracker: Use device object for dispatch tablesCourtney Goeltzenleuchter
2015-07-17mem_tracker: Don't try to copy data if none availableCourtney Goeltzenleuchter
2015-07-17Windows: Clean up more compiler errors and warningsTony Barbour
2015-07-17Windows: more changes for windows compilerTony Barbour
2015-07-17Windows: more fixes for windows compileTony Barbour
2015-07-17Windows: More windows compilier fixesTony Barbour
2015-07-17windows: clean up windows compile issuesTony Barbour
2015-07-17layers: Remove dead code.Jeremy Hayes
2015-07-17layers: In MemTracker remove non-intercepted WSI funcs from GetProcAddrTobin Ehlis
2015-07-17vulkan: Fix definition of LayerPropertiesCourtney Goeltzenleuchter
2015-07-17layers: MemTracker fix to skip COLOR usage bit check for nowTobin Ehlis
2015-07-17layers: Fix some failing layer validation testsTobin Ehlis
2015-07-17demos: Hack to get cube working--only 2 swap chain images.Ian Elliott
2015-07-17loader: Changes to use new WSI swapchain extensions.Ian Elliott
2015-07-17icd-common: Changes to use new WSI swapchain extensions.Ian Elliott
2015-07-17layers: INITIAL Changes to use new WSI swapchain extensions.Ian Elliott
2015-07-17nulldrv: Changes to use new WSI swapchain extensions.Ian Elliott
2015-07-17demos: Changes to use new WSI swapchain extensions.Ian Elliott
2015-07-17WSI: Add swapchain-extension headers (versions 12 & 40).Ian Elliott
2015-07-17misc: Bump patch number to reflect diffsCourtney Goeltzenleuchter
2015-07-17layers: Add install step for layers rpath settingsMike Stroyan
2015-07-17demos: Fix Linux compiler warnings in "vulkaninfo.c"Ian Elliott