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
Age
Commit message (
Expand
)
Author
2015-06-18
loader: Add support for debug report
Courtney Goeltzenleuchter
2015-06-17
loader: Support layers that don't have an extension entrypoint
Jon Ashburn
2015-06-17
layers: Add multi-device/instance support to param checker layer
Mark Lobodzinski
2015-06-17
layers: Add multi-device/instance support to APIDump layer
Mark Lobodzinski
2015-06-17
layers: Add multi-device/instance support to generated layers
Mark Lobodzinski
2015-06-17
layers: Multi-device/instance support for Memtracker.
Mark Lobodzinski
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
misc: white space cleanup
Courtney Goeltzenleuchter
2015-06-17
DrawState: Add support for multiple PhysicalDevices or Instances
Jon Ashburn
2015-06-17
layers: Add DestroyDevice and DestroyInstance hooking to deinitialize tables
Jon Ashburn
2015-06-17
layers: GPA table initialization shouldn't recurse
Jon Ashburn
2015-06-17
misc: Change vkGetProcAddr to vkGetDeviceProcAddr
Jon Ashburn
2015-06-17
shader_checker: Eliminate redefinition of macro
Jon Ashburn
2015-06-17
glave: Remove glave source files from this repo
Jon Ashburn
2015-06-17
layers: Use objects dispatch table for key to layer maps
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: Remove the layer intercept proc generated header
Jon Ashburn
2015-06-17
layers: Add GetInstanceProcAddr() to all layers
Jon Ashburn
2015-06-17
cmake: Fix missing dependency in layers for Windows
Cody Northrop
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-15
shader_checker: Check for duplicate VI binding descriptions.
Chris Forbes
2015-06-11
layers: Migrate dynamic state checks to DrawState from ObjectTracker
Tobin Ehlis
2015-06-11
layers: fix overrun when only one shader present
Tony Barbour
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-10
layers: Updated ObjectTrack to use std::map and perform some initial valid ob...
Tobin Ehlis
2015-06-10
shader_checker: fix invalid iterator dereference (LunarXchange #60)
Chris Forbes
2015-06-06
shader_checker: Support pipelines with more stages, and be tolerant
Chris Forbes
2015-06-06
shader_checker: Add typechecker support for extra array level
Chris Forbes
2015-06-05
vulkan.h: Memory binding model changes
Mark Lobodzinski
2015-06-05
shader_checker: Also validate vkCreateGraphicsPipelineDerivative
Chris Forbes
2015-06-05
shader_checker: Extract pipeline validation into own function
Chris Forbes
2015-06-04
Fix a bunch of mismatched new[]/delete.
Chris Forbes
2015-06-04
shader_checker: remove stray debug output from typechecker implementation
Chris Forbes
2015-06-04
shader_checker: validate VS inputs against VI even when no VI
Chris Forbes
2015-06-04
shader_checker: Only continue with pipeline config if no errors
Chris Forbes
2015-06-04
shader_checker: current object & locking
Chris Forbes
2015-06-04
shader_checker: Add support for delivering layer messages via callback
Chris Forbes
2015-06-04
ShaderChecker: do not crash if Shader output count == 0 and PSO attachments c...
scygan
2015-06-02
layers: Change MemTracker maps to contain structs
Mike Stroyan
2015-06-02
layers: Tuning MemTracker
Mike Stroyan
2015-06-02
Layers: fix MemTracker threading crash
Mike Stroyan
2015-06-02
layers: thread safe MemTracker
Mike Stroyan
2015-06-02
layers: fast return of inactive MemTracker printing
Mike Stroyan
2015-06-02
v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets()
Chia-I Wu
[next]