aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-27layers: Fix drawState lock bug and don't call driver w/ bad pipelineTobin Ehlis
2015-05-27tests: Added some empty test functions with comments for DrawState layer testingTobin Ehlis
2015-05-27layers: Fix some DrawState checksTobin Ehlis
2015-05-26BUILD.md: Fix markdown language that didn't translate from github to gitlabCody Northrop
2015-05-22vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759.Mark Lobodzinski
2015-05-22layers: Add additional check for RenderPass sampleCountTobin Ehlis
2015-05-21layers: Build C++ version of generic layerMark Lobodzinski
2015-05-20layers: Convert object tracker to C++Mark Lobodzinski
2015-05-20wsi: Deal with drivers that don't allow query of swap-chain VkFormat.Ian Elliott
2015-05-15wsi: Deal with drivers that don't allow query of swap-chain VkFormat.Ian Elliott
2015-05-15wsi: Add queries for VkDisplayWSI's and VkFormat's to demos.Ian Elliott
2015-05-15Add win32 condition variables.Mike Stroyan
2015-05-15layers: Make threading layer provide thread-safetyMike Stroyan
2015-05-14tests: Expand layer validation test coverageMark Lobodzinski
2015-05-14Merge branch 'master' ofFslNopper
2015-05-13Revert "demos: Add msaa-tri.c for msaa rendering example modified from tri.c"Courtney Goeltzenleuchter
2015-05-13demos: Add msaa-tri.c for msaa rendering example modified from tri.cHenry Song
2015-05-13loader: On Windows disable global optimization for API entrypointsTobin Ehlis
2015-05-12layers: rework Threading layer to match version 91Mike Stroyan
2015-05-12layers: fix calculation of intercepting functions.Mike Stroyan
2015-05-11vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464Mark Lobodzinski
2015-05-12shader_checker: check types between FS output and CBChris Forbes
2015-05-12shader_checker: add type checking between VF and VSChris Forbes
2015-05-12shader_checker: add helper to walk a type tree and return the basic typeChris Forbes
2015-05-12shader_checker: fix fs output/cb attachment walking after assert fixesChris Forbes
2015-05-12layers: remove assumption that there's a glslang source tree alongsideChris Forbes
2015-05-11Windows: Fix build from recent loader changesJon Ashburn
2015-05-08spirv: Update to matching headerCourtney Goeltzenleuchter
2015-05-08vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550.Mark Lobodzinski
2015-05-08layers: Remove use_count from ObjectTrackerMark Lobodzinski
2015-05-07misc: Add vkGetInstanceProcAddr() entrypointJon Ashburn
2015-05-07loader: No longer generate code, instead directly check in source codeJon Ashburn
2015-05-07layers: Fix bug of GetGlobalExtensionInfo not being added to layer_interceptJon Ashburn
2015-05-07loader: logging on Windows to both debug output and stderrJon Ashburn
2015-05-06layers: update object tracker memory ref validationMike Stroyan
2015-05-06Merge branch 'master' of https://gitlab.khronos.org/vulkan/LoaderAndTools.gitFslNopper
2015-05-06Removed warning in cube demo.FslNopper
2015-05-05layers: Add object type validation to object trackerMark Lobodzinski
2015-05-05layers: Use native Vulkan object type definitionsMark Lobodzinski
2015-05-05loader: Fix bugs where non-dispatchable objects overwrite dispatch tableJon Ashburn
2015-05-05loader: Fix bug in vkGetProcAddr so trampoline code is returned as neededJon Ashburn
2015-05-05loader: Separate out the python generator scriptJon Ashburn
2015-05-05loader: rename a few dispatch utiltiesJon Ashburn
2015-05-04bug 13854: Remove memory referencesCourtney Goeltzenleuchter
2015-05-01bug-13690: Clarification on vkFlushMappedMemoryCourtney Goeltzenleuchter
2015-05-01bug-13751: Update vkCmdClearColorImage color parameterCourtney Goeltzenleuchter
2015-04-30intel: support only VK_DEPTH_MODE_ZERO_TO_ONEChia-I Wu
2015-04-30demos/cube: use GL conventionsChia-I Wu
2015-04-30demos/tri: fix facing and enable cullingChia-I Wu
2015-04-30tri: Fix command buffer use for staging textureCourtney Goeltzenleuchter