index
:
usermoji.git
mommy
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
layers
/
draw_state.cpp
Age
Commit message (
Expand
)
Author
2015-07-07
loader: Rename loader_platform.h -> vk_loader_platform.h
Tobin Ehlis
2015-07-07
layers: Rename all layer headers to begin with "vk_layer_" prefix
Tobin Ehlis
2015-07-07
vulkan.h: v129 -- rework clear colors, remove raw clear [#14020]
Chris Forbes
2015-07-07
vulkan.h: Split attachment and image clears (#13914, v126)
Chris Forbes
2015-07-06
update vulkan.h for multi-level command buffers (V121)
Chia-I Wu
2015-07-02
vulkan.h: V117 -- Remove Atomic Counters, Bug #14081
Mark Lobodzinski
2015-07-01
bug 14014: Fill out support for VkShaderModule
Courtney Goeltzenleuchter
2015-07-01
vulkan.h: Bug 14181 - Barriers need to be more precise
Tony Barbour
2015-06-29
loader: Move CreateDevice to device table
Courtney Goeltzenleuchter
2015-06-29
layers: Remove unneeded asserts
Courtney Goeltzenleuchter
2015-06-26
vulkan.h: Bug 13616 Clarification of types of sample counts
Tony Barbour
2015-06-25
layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Be...
Tobin Ehlis
2015-06-25
layers: Warn in DrawState if DescriptorSet bound that was never updated.
Tobin Ehlis
2015-06-25
layers: In DrawState, validate correct use of RenderPass
Tobin Ehlis
2015-06-25
layers: Add DrawState check to verify Draw* cmds only issued within RenderPass
Tobin Ehlis
2015-06-25
layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Be...
Tobin Ehlis
2015-06-25
vulkan.h: V108 -- Static Types, Bug# 13919
Tony Barbour
2015-06-25
layers: Correctly set Object Type for Dynamic State when flagging error
Tobin Ehlis
2015-06-25
layers: Report error in DrawState if vkCmdBlitImage() called during RenderPass.
Tobin Ehlis
2015-06-25
layers: Added DrawState check to flag error if compute pipeline bound during ...
Tobin Ehlis
2015-06-24
layers: Add DrawState check to verify that Pipeline layout from vkCmdBindDesc...
Tobin Ehlis
2015-06-23
vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, B...
Mark Lobodzinski
2015-06-22
layers: Fix DrawState compile fail
Tobin Ehlis
2015-06-22
layers: Add DrawState check to verify Idx buffer bound before an Indexed Draw
Tobin Ehlis
2015-06-22
layers: Add DrawState check to verify BeginCommandBuffer was called before up...
Tobin Ehlis
2015-06-22
vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047
Mark Lobodzinski
2015-06-19
layers: Erase proper key in draw state.
Jeremy Hayes
2015-06-19
layers: Add DrawState check for Invalid PSO CreateInfo state
Tobin Ehlis
2015-06-19
layers: Add active_shaders flag to Pipeline node struct in DrawState
Tobin Ehlis
2015-06-18
layers: Make WSI_LUNARG a device extension and check if enabled before use
Jon Ashburn
2015-06-18
layers: Migrate draw_state.cpp to use log_msg utility for dbg reporting
Tobin Ehlis
2015-06-18
layers: Update DrawState intercept of Create/Destroy MsgCallback
Tobin Ehlis
2015-06-18
vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783
Mark Lobodzinski
2015-06-18
layers: Report DEBUG_MARKER as supported in ParamChecker and DrawState
Jon Ashburn
2015-06-18
layers: Add GetPhysicalDeviceExtInfo to DrawState
Jon Ashburn
2015-06-18
DrawState: Fix destroying of maps so the map entrys get removed
Jon Ashburn
2015-06-18
draw_state: Update to use private dispatch map
Courtney Goeltzenleuchter
2015-06-18
layers: Make dispatch table thread safe
Jon Ashburn
2015-06-18
layers: Fix DrawState and ParamChecker to only use debug_marker if enabled
Jon Ashburn
2015-06-18
layers: Initialize debug_report instance proc table
Courtney Goeltzenleuchter
2015-06-18
draw_state: Add validation extension record
Courtney Goeltzenleuchter
2015-06-18
draw_state: Add support for DEBUG_REPORT
Courtney Goeltzenleuchter
2015-06-18
draw_state: Add CreateInstance support
Courtney Goeltzenleuchter
2015-06-18
loader: remove dependency fields from extension info
Courtney Goeltzenleuchter
2015-06-17
loader: Support layers that don't have an extension entrypoint
Jon Ashburn
2015-06-17
misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch
Jon Ashburn
2015-06-17
extensions: begin changes for extension support
Courtney Goeltzenleuchter
2015-06-17
misc: Fix file permissions
Courtney Goeltzenleuchter
2015-06-17
DrawState: Add support for multiple PhysicalDevices or Instances
Jon Ashburn
2015-06-17
misc: Change vkGetProcAddr to vkGetDeviceProcAddr
Jon Ashburn
[prev]
[next]