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
/
generator.py
Age
Commit message (
Expand
)
Author
2016-06-17
Only set scripts that starts with a hashbang as executable
Alexander F Rødseth
2016-06-01
layers: More noautovalidity processing for structs
Dustin Graves
2016-05-24
threading: drop vk prefix for layer functions
Chia-I Wu
2016-05-24
threading: put layer functions into a namespace
Chia-I Wu
2016-05-17
layers: Ignore 'noautovalidity' params w/codgen
Dustin Graves
2016-05-11
layers: Sync XML registry files from Vulkan-Docs
Dustin Graves
2016-05-09
layers: Add parameter_validation namespace
Dustin Graves
2016-05-05
Add an output directory option to genvk.py.
Jamie Madill
2016-04-28
layers: Add 0 check for VkFlags array elements
Dustin Graves
2016-04-28
layers: Add VkFlags parameter validation
Dustin Graves
2016-04-28
layers: Merge enum array NULL/value checks
Dustin Graves
2016-04-26
layers: Add missing compute stage sType check
Dustin Graves
2016-04-20
layers: Add handle NULL checks to codegen
Dustin Graves
2016-04-19
misc: Update licenses to Apache 2.0
Jon Ashburn
2016-04-18
layers: Make logicOp param validation conditional
Dustin Graves
2016-04-18
layers: Improved generated struct validation code
Dustin Graves
2016-04-18
layers: Simplify generated param validation code
Dustin Graves
2016-04-07
Change from using lxml to xml.etree
Mike Stroyan
2016-04-06
layers: Fix unsafe bool mix warnings (part 2)
Dustin Graves
2016-04-04
layers: Fix paramcheck struct array NULL indexing
Dustin Graves
2016-04-01
layers: Fix param checker struct array handling
Dustin Graves
2016-04-01
layers: Codegen VkBool32/enum parameter validation
Dustin Graves
2016-04-01
layers: 1.0.7 update for XML Registry files
Dustin Graves
2016-04-01
layers: Fix signed/unsigned comparison warnings in thread_check.h
Michael Mc Donnell
2016-03-21
layers: Rename param_checker to parameter_validation
Mark Lobodzinski
2016-03-11
layers: Add pNext parameter checking
Dustin Graves
2016-03-08
layers: Add string array parameter checking
Dustin Graves
2016-03-08
layers: Add func pointer NULL checks
Dustin Graves
2016-03-07
layers: Add param checks for CreateInstance/Device
Dustin Graves
2016-03-07
layers: Add NULL/sType checks for struct members
Dustin Graves
2016-03-07
layers: Handle indirection in param_checker
Dustin Graves
2016-02-18
layers: MR243: Add param checker code generation
Dustin Graves
2016-02-10
layers: Enable Wall and Werror.
Michael Lentine
2016-02-05
layers: Add threading layer generation
Mike Stroyan
2016-02-05
layers: bring xml and scripts from documentation
Mike Stroyan