aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
AgeCommit message (Expand)Author
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
2015-06-17misc: Loader and Layers move device chain activation to CreateDeviceJon Ashburn
2015-06-17layers: Use the instance chain for entrypoints with instanceJon Ashburn
2015-06-17layers: Add initialization of instance dispatch tableJon Ashburn
2015-06-17layers: Add GetInstanceProcAddr() to all layersJon Ashburn
2015-06-15layers: Only print state at Draw calls, not at vkCmdBindDescriptorSets time.Tobin Ehlis
2015-06-15layers: When printing descriptor info in DrawState correctly handle case of 0...Tobin Ehlis
2015-06-11layers: Migrate dynamic state checks to DrawState from ObjectTrackerTobin Ehlis
2015-06-10layers: XChange #58 fix - Correctly copy Vtx BindingsTobin Ehlis
2015-06-10layers: LunarXChange #55 fix - Only print DS state when we have last bound DSTobin Ehlis
2015-06-04Fix a bunch of mismatched new[]/delete.Chris Forbes
2015-06-02v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets()Chia-I Wu
2015-06-02v98: remove vk{Begin,End}DescriptorPoolUpdate()Chia-I Wu
2015-06-02v98: rename count to arraySize in VkDescriptorSetLayoutBindingChia-I Wu
2015-05-28layers: Improved DrawState Descriptor Update validationTobin Ehlis
2015-05-27layers: Add some early returns in DrawState fail cases to prevent segFs in dr...Tobin Ehlis
2015-05-27layers: Fix drawState lock bug and don't call driver w/ bad pipelineTobin Ehlis
2015-05-27layers: Fix some DrawState checksTobin Ehlis
2015-05-22vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759.Mark Lobodzinski
2015-05-22layers: Add additional check for RenderPass sampleCountTobin Ehlis
2015-05-08vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550.Mark Lobodzinski
2015-05-01bug-13751: Update vkCmdClearColorImage color parameterCourtney Goeltzenleuchter
2015-04-29layers: Fix msvc++ iterator issuesDavid Pinedo
2015-04-29draw_state: Fix another MSVC++ debug assertCourtney Goeltzenleuchter
2015-04-29draw_state: Fix Microsoft C++ iterator assertCourtney Goeltzenleuchter
2015-04-29draw_state: Fix Microsoft C++ assertCourtney Goeltzenleuchter
2015-04-22misc: Changes to fix warnings in Windows / VC++ buildTony Barbour
2015-04-22misc: Changes to clean up warnings in Release buildTony Barbour
2015-04-22vkEnumerateLayers: Update to match upstreamCourtney Goeltzenleuchter
2015-04-17update to vulkan.h header version 90, bug 13529Mike Stroyan
2015-04-17vulkan: Update vulkan.h for revision 89 -- Bug #13743Mark Lobodzinski
2015-04-17vulkan: Update vulkan.h for revision 88 -- Bug #13744Cody Northrop
2015-04-16vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSetsChia-I Wu
2015-04-16Bug 13632 Header 84 Assorted questions and comments on vulkan.hTony Barbour
2015-04-16bug 13632: Convert commands to plural formCourtney Goeltzenleuchter