aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
AgeCommit message (Expand)Author
2015-11-18layers: Remove invalid depth/stencil validation checkMark Lobodzinski
2015-11-17layers: Fix invalid depth/stencil attachment index validationMark Lobodzinski
2015-11-17layers: Fix Dota 2 crash in draw_state layerMark Lobodzinski
2015-11-12layers: Add missing null-check in DrawStateMark Lobodzinski
2015-11-06bug 15085: queue creation naming issuesChia-I Wu
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-06layers: Add DrawState check for correct dynamicOffsetCountTobin Ehlis
2015-11-05layers: Fix printf formatsMichael Lentine
2015-11-04layers: Fix some bugs in the memory barrier validation codeMark Lobodzinski
2015-11-04misc: Update author informationCourtney Goeltzenleuchter
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter
2015-11-04misc: Remove Vulkan name from CopyrightCourtney Goeltzenleuchter
2015-11-04layers: Add Secondary Command Buffer Validation.Michael Lentine
2015-11-03layers: Fix some merge-related issues in demos and testsMark Lobodzinski
2015-11-03Add validation for masks in barriersMichael Lentine
2015-11-03Add layout validation for mapped images.Michael Lentine
2015-11-03Add validation for barriers within render passes.Michael Lentine
2015-11-03Add layout validation.Michael Lentine
2015-11-03misc: Cleanup Windows compiler warningsCourtney Goeltzenleuchter
2015-11-03bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limit...Chia-I Wu
2015-11-03bug 15022: Need a way to specify dummy descriptors for unused bindings (WIP)Chia-I Wu
2015-11-03bug 14987: Document dependency of Vulkan API spec on SPIR-V spec (WIP)Chia-I Wu
2015-11-03bug 14608: VkShaderModule object lifetime (WIP)Chia-I Wu
2015-11-03bug 14887: Documenting Valid Behavior in the Spec (WIP)Chia-I Wu
2015-11-03layers: Allow calling down chain with vkEnumerateDeviceExtensionPropertiesJon Ashburn
2015-11-03layers: Remove resetting of result value in DrawStateMark Lobodzinski
2015-11-02bug 14918 part 3: sed renamesChia-I Wu
2015-11-02bug 14921 part 1: sed renamesChia-I Wu
2015-11-02MR 542: Remaining items from the cleanup bug (WIP)Chia-I Wu
2015-11-02bug 14918 part 2: some simple renames (WIP)Chia-I Wu
2015-11-02bug 14892 part 2: rename more "count" (WIP)Chia-I Wu
2015-11-02bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP)Chia-I Wu
2015-11-02bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEX...Chia-I Wu
2015-11-02bug 12921: Memory callback (WIP)Chia-I Wu
2015-11-02bug 14892: 'count' parameters and members named inconsistently in many cases ...Chia-I Wu
2015-11-02layers: Use descriptor type to decide which pointer to freeTony Barbour
2015-10-30bug 14876: Can timestamps be written inside a renderpass? (WIP)Chia-I Wu
2015-10-30bug 14362: VK_NULL_HANDLE does not work in C (WIP)Chia-I Wu
2015-10-30bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP)Chia-I Wu
2015-10-30bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP)Chia-I Wu
2015-10-30bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP)Chia-I Wu
2015-10-30bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP)Chia-I Wu
2015-10-30bug 14844: Query Pool issues (WIP)Chia-I Wu
2015-10-28layers: Add DrawState validation for copy descriptor updatesTobin Ehlis
2015-10-28layers: Simplify descriptor validation in DrawStateTobin Ehlis
2015-10-28layers: Improve DrawState write descriptor updateTobin Ehlis
2015-10-28layers: Remove DrawState g_lastBoundDescriptorSet variable - it's no longer usedTobin Ehlis
2015-10-27draw_state: Fix enum in validate_draw_state_flagsCody Northrop
2015-10-27windows: Fix vector resizing in draw_stateCody Northrop
2015-10-27layers: Improve DrawState Descriptor validationTobin Ehlis