aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
AgeCommit message (Expand)Author
2015-12-01layers: Convert most of the layers to the new WSI.Ian Elliott
2015-11-30layers: LX195, Drawstate ignores compute pipelinesMark Lobodzinski
2015-11-26Update access bits for 210 header.Michael Lentine
2015-11-20layers: Fix thread-safety issues found in rendersystemtestsMark Lobodzinski
2015-11-20layers: Temporarily disable memory barrier validation in drawstateMark Lobodzinski
2015-11-19layers: LX206, properly restore command buffer level on a resetMark Lobodzinski
2015-11-19layers: LX205, fix BeginCommandBuffer log messagesMark Lobodzinski
2015-11-19layers: Fix memory barrier validation issuesMark Lobodzinski
2015-11-19layers: Add DrawState checks for incompatible layouts at BindDescriptorSets timeTobin Ehlis
2015-11-18layers: Add command pool validation to DrawStateMark Lobodzinski
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