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
/
threading.h
Age
Commit message (
Expand
)
Author
2017-09-21
build: Update for 1.0.61.0 SDK
Lenny Komow
2017-09-07
header: Update to 1.0.60
Mike Schuchardt
2017-05-26
layers: Add tracking of VkDescriptorUpdateTemplateKHR
Mark Young
2017-05-03
layers: Special case threading and VK_NULL_HANDLE
Mike Stroyan
2017-03-01
vulkan: update to header 1.0.42
Mark Young
2017-02-14
Layers: Add KHR/KHX/NN extensions to threading layer
Mark Lobodzinski
2017-01-27
build: Enable declaration hiding warning on Windows
Karl Schultz
2017-01-26
repo: Clang-format LVL source files using Google
Mark Lobodzinski
2017-01-26
repo: Clang-format c/cpp/h LVL files using LLVM
Mark Lobodzinski
2016-12-27
layers: Remove inconsistent comment specifiers
Mark Lobodzinski
2016-12-12
header: Update to Vulkan version 1.0.37
Mark Lobodzinski
2016-07-13
layers: faster threading layer for single thread
Mike Stroyan
2016-07-13
layers: Use type-specific mutexes in thread layer
Mike Stroyan
2016-05-24
threading: avoid invalid GIPA call in vkCreateDevice
Chia-I Wu
2016-05-20
layers: GH7, Fix bad var names in threading layer
Mark Lobodzinski
2016-04-28
layers: Use tmp callback for msgs during vk{Create|Destroy}Instance().
Ian Elliott
2016-04-19
misc: Update licenses to Apache 2.0
Jon Ashburn
2016-04-18
layers: threading - use std mutex
Jeremy Hayes
2016-04-06
layers: Fix unsafe bool mix warnings (part 2)
Dustin Graves
2016-03-08
layers: clang-format layers directory
Jon Ashburn
2016-02-10
Remove Khronos confidential clause from license text.
Karl Schultz
2016-02-08
layers: lock use of threading layer cmd pool map
Mike Stroyan
2016-02-05
layers: Fix 32-bit Windows build
Dustin Graves
2016-02-05
layers: thread checks of VkCommandBuffer pool read
Mike Stroyan
2016-02-05
layers: allow one thread multiple uses of object
Mike Stroyan
2016-02-05
layers: use less of namespace std
Mike Stroyan
2016-02-05
layers: Handle 32-bit threading validation
Mike Stroyan
2016-02-05
layers: Add threading layer generation
Mike Stroyan
2016-02-03
Revert "layers: Clang-format changes for files in layers dir of repo"
Mark Lobodzinski
2016-02-02
layers: Clang-format changes for files in layers dir of repo
Mark Lobodzinski
2016-02-02
layers: Validation Layer Copyright Updates
Mark Lobodzinski
2015-12-30
layers: Rename Layer/library/json files for consistency
Mark Lobodzinski
2015-12-17
debug_report: rename object type and error bits
Courtney Goeltzenleuchter
2015-12-17
debug_report: Rename VkDbgMsgCallback object
Courtney Goeltzenleuchter
2015-11-05
layers: Fix compilation on 32bit platforms
Michael Lentine
2015-11-04
misc: Update author information
Courtney Goeltzenleuchter
2015-11-04
misc: switch copyright to Valve
Courtney Goeltzenleuchter
2015-11-04
misc: Remove Vulkan name from Copyright
Courtney Goeltzenleuchter
2015-09-28
layers: Add constructors for layer_data
Cody Northrop
2015-08-14
layers: Change Threading layer dispatch and logging
Mike Stroyan
2015-04-16
layers: Add threading checking layer
Mike Stroyan