aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-15demos: Fix compiler warning in smoketestjoey-lunarg
2016-11-14layers: gh125 Add check for memory obj max countKarl Schultz
2016-11-14android: Add default core count in case ncpus not availableCody Northrop
2016-11-14layers: GH1141, Fix host-bit/PREINITIALIZED warningqnope
2016-11-14android: Move external under build-androidCody Northrop
2016-11-14android: Build toolchain with more coresCody Northrop
2016-11-14android: Pull known good toolchain versionsCody Northrop
2016-11-14loader: Fix pointer dereference issue.Mark Young
2016-11-14vulkaninfo: Fix unused label err for WindowsKarl Schultz
2016-11-14loader: gh1120/gh1134 - Object wrapping issuesMark Young
2016-11-14vulkaninfo: fix segfault when DISPLAY is not setAwais Belal
2016-11-14layers: GH321, vkAllocateMemory return code handlingMark Lobodzinski
2016-11-14layers: Add null checks to RetireWorkOnQueueMark Lobodzinski
2016-11-11loader: Fix failure on ICD loadingMark Young
2016-11-11layers: Enable destroy_msg_callback dbg msgsMark Lobodzinski
2016-11-11layers: GH1129, Fix debug report flagsMark Lobodzinski
2016-11-11external: Update glslang and spirv-tools revisionsMark Young
2016-11-11demos: Call DeviceWaitIdle before DestroyDeviceTony Barbour
2016-11-10winsdk: Fix missing file extension in runtimeLenny Komow
2016-11-10demos: fix gcc warningJeremy Hayes
2016-11-10layers: update valid usageJeremy Hayes
2016-11-10demos: Fix argument consistency for smoketestjoey-lunarg
2016-11-10demos: Add testing features for smokejoey-lunarg
2016-11-10demos: Add Game class file for smokejoey-lunarg
2016-11-09layers: GH1092 sync CreateGraphicsPipeline enumsMike Weiblen
2016-11-09layers: GH934 Bounds checking on SetViewportMike Weiblen
2016-11-08demos: fix cubepp fence creationJeremy Hayes
2016-11-08winsdk: Set runtime to use parameterized buildLenny Komow
2016-11-08loader: Parameterize locations of drivers/layersLenny Komow
2016-11-08build: Allow the use of a custom-named vulkan dllLenny Komow
2016-11-08winsdk: Parameterize ConfigureRT programLenny Komow
2016-11-08winsdk: Parameterize runtime NSIS scriptLenny Komow
2016-11-07loader: Remove warning on missing implicit layerMark Young
2016-11-08layers: Adjust doc to describe PV EXTENSION_NOT_ENABLEDChris Forbes
2016-11-08layers: Avoid calling functions not produced by the pv codegenChris Forbes
2016-11-07layers: Fix unused variable breaking android buildChris Forbes
2016-11-07layers: Move platform entrypoints into main list in PVChris Forbes
2016-11-07layers: Do extension checks for KHR_display in PVChris Forbes
2016-11-07layers: Add tracking for VK_KHR_display extension in PVChris Forbes
2016-11-07layers: Move display swapchain entrypoint into main blockChris Forbes
2016-11-07layers: s/skip_call/skip/ in PVChris Forbes
2016-11-07layers: Introduce require_instance_extension in PVChris Forbes
2016-11-07layers: Introduce require_device_extension function in PVChris Forbes
2016-11-07layers: Move swapchain and surface extension enable checks to PVChris Forbes
2016-11-07layers: Use uniform initialization better in PV::layer_dataChris Forbes
2016-11-07layers: Rename device ext flags to match extensions in PVChris Forbes
2016-11-07layers: Move enable checks for KHR_surface to PVChris Forbes
2016-11-07layers: Rename ambiguous 'wsi_enabled' to 'surface_enabled' in PVChris Forbes
2016-11-07layers: Remove dead plumbing for platform extension enablesChris Forbes
2016-11-07layers: Move platform WSI extension checks from swapchain to PVChris Forbes