aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
AgeCommit message (Expand)Author
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
2015-04-16layers: Removing old GetExtensionSupport API callTobin Ehlis
2015-04-16vulkan.h: Rename parameters in vkCmdResolveImage callsTony Barbour
2015-04-16layers: indirect GPA in dispatch tableMike Stroyan
2015-04-16vulkan: Consistent naming scheme for resources in XGLCourtney Goeltzenleuchter
2015-04-16layers: Add extension Validation so loader will add layers with ValidationJon Ashburn
2015-04-16vulkan: Add vkGetGlobalExtensionInfo entrypointJon Ashburn
2015-04-16vulkan: Naming beautificationCourtney Goeltzenleuchter
2015-04-16layers: Remove wrapping of GPU objects by loader and layersJon Ashburn
2015-04-16loader: refactor layer activation function to handle more general inputsJon Ashburn
2015-04-16vulkan: beautification changesCourtney Goeltzenleuchter
2015-04-16vulkan: API renamingCourtney Goeltzenleuchter
2015-04-16layers: Migrate remaining malloc/free calls in DrawState to new/deleteTobin Ehlis
2015-04-16xgl.h v70. Fix for vkUpdateDescriptors. Bug 13615Courtney Goeltzenleuchter
2015-04-16renaming: Move many xgl files to vk versionCourtney Goeltzenleuchter
2015-04-16Stage 1 of renameCourtney Goeltzenleuchter
2015-04-16layers: Update GetExtensionSupport() to handle queries for layer nameJon Ashburn
2015-04-16xgl: Enable new mem ref functionsCourtney Goeltzenleuchter
2015-04-16layers: Use brackets for if in previous fixTony Barbour
2015-04-16layers: Check for valid pipeline before validatingTony Barbour
2015-04-16layers: DrawState changes to support resource binding updatesTobin Ehlis
2015-04-16layers: Migrated DrawState layer to cppTobin Ehlis
2015-04-16FIXUP: Remove PIPELINE_DELTACourtney Goeltzenleuchter
2015-04-16FIXUP: Add IMAGE_LAYOUTCourtney Goeltzenleuchter
2015-04-16xgl: Add xglCmdBlitImage entry pointCourtney Goeltzenleuchter
2015-04-16xgl: Add XGL_PIPE_EVENT to CmdResetEventCourtney Goeltzenleuchter
2015-04-16xgl: Proposal to remove XGL_FRAMEBUFFERCourtney Goeltzenleuchter
2015-04-16xgl: update xglDbg.h for XGL_INSTANCECourtney Goeltzenleuchter
2015-04-16xgl: combine xglCmdClearColor* into one functionCourtney Goeltzenleuchter
2015-04-16xgl: Impossible to expose multi-function queuesCourtney Goeltzenleuchter
2015-04-01layers: Shadow PSO Creation structs directly in PIPELINE_NODETobin Ehlis
2015-04-01layers: Add DrawState validation that FB samples matches PSO samplesTobin Ehlis