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