aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-11-07layers: Remove mdd() from PVChris Forbes
2016-11-07layers: Remove one remaining use of mid() in PVChris Forbes
2016-11-04layers:Handle secondary cmd buffer transitionsTobin Ehlis
2016-11-04layers:Set framebuffer for secondary cmd bufferTobin Ehlis
2016-11-03loader: Rename icd and physical device varsMark Young
2016-11-03layers: GH1115 Add missing VK_LAYER_EXPORT decorationsKarl Schultz
2016-11-03loader: Remove vk-loader-generate.pyMark Lobodzinski
2016-11-03loader: Use vk-generate.py instead of loader versionMark Lobodzinski
2016-11-03scripts: Extend vk-generate for 'all' parameterMark Lobodzinski
2016-11-02scripts:Initial version of validation stats scriptTobin Ehlis
2016-11-02docs: Remove references to "this repo"Karl Schultz
2016-11-02layers: GH934 Bounds checking on SetScissorMike Weiblen
2016-11-02loader: Fix icd reference in WSI codeMark Young
2016-11-02layers: Change to including vk_safe_struct code.Mike Stroyan
2016-11-01loader: Call ICD for CreateDisplayPlaneSurfaceKHRMark Young
2016-11-01scripts: Build single dispatch table helperMark Lobodzinski
2016-11-01scripts: Add ifdef protection to non_wsi ext APIsMark Lobodzinski
2016-11-01scripts: Re-added AllPlatforms wsi optionJohannes van Waveren
2016-10-31docs: Updates for Linux loader /usr/local search paths.Karl Schultz
2016-11-01layers: Tweak CmdClearAttachment handling for error DBChris Forbes
2016-11-01layers: Validate VkClearAttachment::aspectMask against aspects presentChris Forbes
2016-11-01layers: Rework some names a bit in CmdClearAttachmentsChris Forbes
2016-10-31demos: Fix uninitialized variables in vulkaninfoTony Barbour
2016-10-31scripts:Add newline at end of database fileTobin Ehlis
2016-10-31scripts:Update unique error enums as of 10/31/16Tobin Ehlis
2016-10-31external: Update external commit IDsMark Young
2016-10-31docs: LX617: Fix Android layer path infoKarl Schultz
2016-10-28layers: update error databaseJeremy Hayes
2016-10-28demos: Make present mode a command line optionTony Barbour
2016-10-28demos: Move staging texture to demo structTony Barbour
2016-10-28demos: Move command buffer creation out of layout utilTony Barbour