aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
AgeCommit message (Expand)Author
2015-07-07loader: Rename loader_platform.h -> vk_loader_platform.hTobin Ehlis
2015-07-07layers: Rename all layer headers to begin with "vk_layer_" prefixTobin Ehlis
2015-07-07vulkan.h: v129 -- rework clear colors, remove raw clear [#14020]Chris Forbes
2015-07-07vulkan.h: Split attachment and image clears (#13914, v126)Chris Forbes
2015-07-06update vulkan.h for multi-level command buffers (V121)Chia-I Wu
2015-07-02vulkan.h: V117 -- Remove Atomic Counters, Bug #14081Mark Lobodzinski
2015-07-01bug 14014: Fill out support for VkShaderModuleCourtney Goeltzenleuchter
2015-07-01vulkan.h: Bug 14181 - Barriers need to be more preciseTony Barbour
2015-06-29loader: Move CreateDevice to device tableCourtney Goeltzenleuchter
2015-06-29layers: Remove unneeded assertsCourtney Goeltzenleuchter
2015-06-26vulkan.h: Bug 13616 Clarification of types of sample countsTony Barbour
2015-06-25layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Be...Tobin Ehlis
2015-06-25layers: Warn in DrawState if DescriptorSet bound that was never updated.Tobin Ehlis
2015-06-25layers: In DrawState, validate correct use of RenderPassTobin Ehlis
2015-06-25layers: Add DrawState check to verify Draw* cmds only issued within RenderPassTobin Ehlis
2015-06-25layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Be...Tobin Ehlis
2015-06-25vulkan.h: V108 -- Static Types, Bug# 13919Tony Barbour
2015-06-25layers: Correctly set Object Type for Dynamic State when flagging errorTobin Ehlis
2015-06-25layers: Report error in DrawState if vkCmdBlitImage() called during RenderPass.Tobin Ehlis
2015-06-25layers: Added DrawState check to flag error if compute pipeline bound during ...Tobin Ehlis
2015-06-24layers: Add DrawState check to verify that Pipeline layout from vkCmdBindDesc...Tobin Ehlis
2015-06-23vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, B...Mark Lobodzinski
2015-06-22layers: Fix DrawState compile failTobin Ehlis
2015-06-22layers: Add DrawState check to verify Idx buffer bound before an Indexed DrawTobin Ehlis
2015-06-22layers: Add DrawState check to verify BeginCommandBuffer was called before up...Tobin Ehlis
2015-06-22vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047Mark Lobodzinski
2015-06-19layers: Erase proper key in draw state.Jeremy Hayes
2015-06-19layers: Add DrawState check for Invalid PSO CreateInfo stateTobin Ehlis
2015-06-19layers: Add active_shaders flag to Pipeline node struct in DrawStateTobin Ehlis
2015-06-18layers: Make WSI_LUNARG a device extension and check if enabled before useJon Ashburn
2015-06-18layers: Migrate draw_state.cpp to use log_msg utility for dbg reportingTobin Ehlis
2015-06-18layers: Update DrawState intercept of Create/Destroy MsgCallbackTobin Ehlis
2015-06-18vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783Mark Lobodzinski
2015-06-18layers: Report DEBUG_MARKER as supported in ParamChecker and DrawStateJon Ashburn
2015-06-18layers: Add GetPhysicalDeviceExtInfo to DrawStateJon Ashburn
2015-06-18DrawState: Fix destroying of maps so the map entrys get removedJon Ashburn
2015-06-18draw_state: Update to use private dispatch mapCourtney Goeltzenleuchter
2015-06-18layers: Make dispatch table thread safeJon Ashburn
2015-06-18layers: Fix DrawState and ParamChecker to only use debug_marker if enabledJon Ashburn
2015-06-18layers: Initialize debug_report instance proc tableCourtney Goeltzenleuchter
2015-06-18draw_state: Add validation extension recordCourtney Goeltzenleuchter
2015-06-18draw_state: Add support for DEBUG_REPORTCourtney Goeltzenleuchter
2015-06-18draw_state: Add CreateInstance supportCourtney Goeltzenleuchter
2015-06-18loader: remove dependency fields from extension infoCourtney Goeltzenleuchter
2015-06-17loader: Support layers that don't have an extension entrypointJon Ashburn
2015-06-17misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatchJon Ashburn
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter
2015-06-17misc: Fix file permissionsCourtney Goeltzenleuchter
2015-06-17DrawState: Add support for multiple PhysicalDevices or InstancesJon Ashburn
2015-06-17misc: Change vkGetProcAddr to vkGetDeviceProcAddrJon Ashburn