index
:
~keithp/Vulkan-LoaderAndValidationLayers
drm-leases
keithp-pnext
master
Vulkan loader
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vk-layer-generate.py
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-22
layers: Update codegen for OT removal
Mark Lobodzinski
1
-707
/
+12
2016-07-18
layers: NV_dedicated_allocation support for unique_objects
Dustin Graves
1
-0
/
+1
2016-07-14
layers: Remove unused vars from vk-layer-generate.py
Tobin Ehlis
1
-4
/
+0
2016-07-14
layers: On Free/Destroy fix unique_objects map cleanup
Tobin Ehlis
1
-14
/
+1
2016-06-30
layers: Fix compilation errors for KHR_display ext
Jon Ashburn
1
-2
/
+8
2016-06-30
layers: Fix unique_objects creation of VkDisplayKHR
Jon Ashburn
1
-0
/
+1
2016-06-30
layers: FIx object_tracker displayKHR and displayModeKHR creation
Jon Ashburn
1
-2
/
+4
2016-06-30
layers: Fix GetDisplayModePropertiesKHR unique_objects code
Jon Ashburn
1
-1
/
+2
2016-06-30
layers: Finish add support to validation for VK_KHR_display extension
Jon Ashburn
1
-28
/
+69
2016-06-30
Added WSI KHR_display support to validation
Petros Bantolas
1
-39
/
+26
2016-06-29
layers: GH618, Correct WSI exension flag usage
Mark Lobodzinski
1
-2
/
+14
2016-06-06
layers: Add default layer error message config
Mark Lobodzinski
1
-1
/
+2
2016-06-02
layers: simplify v0 function implementations
Chia-I Wu
1
-51
/
+83
2016-05-24
vk-layer-generate.py: handle device commands in GetInstanceProcAddr
Chia-I Wu
1
-4
/
+15
2016-05-24
vk-layer-generate.py: assert valid instance/device in vkGet*ProcAddr
Chia-I Wu
1
-12
/
+4
2016-05-24
vk-layer-generate.py: drop vk prefix for layer functions
Chia-I Wu
1
-23
/
+23
2016-05-24
vk-layer-generate.py: no interface functions in layer functions
Chia-I Wu
1
-3
/
+19
2016-05-24
vk-layer-generate.py: put layer functions into a namespace
Chia-I Wu
1
-2
/
+42
2016-05-24
vk-layer-generate.py: simplify vkEnumerate*Properties generation
Chia-I Wu
1
-78
/
+54
2016-05-24
vk-layer-generate.py: add intercept_<ext>_command
Chia-I Wu
1
-41
/
+47
2016-05-24
vk-layer-generate.py: add intercept_core_*_command
Chia-I Wu
1
-48
/
+21
2016-05-16
layers: Fix VkBool32 return in vk-layer-generate.py.
Jamie Madill
1
-0
/
+2
2016-05-16
layers: Add output file option to vk-generate scripts.
Jamie Madill
1
-5
/
+13
2016-05-11
layers:LX#470 Fix poor use of hex vs dec output
Mark Mueller
1
-5
/
+5
2016-05-10
build: GH316 include cinttypes instead of inttypes.h
Karl Schultz
1
-1
/
+1
2016-05-06
layers: Fix object_tracker warnings in Android and Win32 builds
Mark Lobodzinski
1
-9
/
+9
2016-05-06
layers: Correct and/or remove obsolete object_tracker error enums
Mark Lobodzinski
1
-2
/
+3
2016-05-06
layers: ObjectTracker dead code elimination
Mark Lobodzinski
1
-78
/
+1
2016-05-06
layers: Remove 'using namespace std' in object_tracker
Mark Lobodzinski
1
-2
/
+2
2016-05-02
layers: Make unique object IDs unique cross-device and cross-instance
Mark Lobodzinski
1
-2
/
+2
2016-04-29
layers: GH439 Fix locking in Destroy* funcs
Karl Schultz
1
-3
/
+4
2016-04-28
layers: Use tmp callback for msgs during vk{Create|Destroy}Instance().
Ian Elliott
1
-2
/
+27
2016-04-19
misc: Update licenses to Apache 2.0
Jon Ashburn
1
-32
/
+18
2016-04-19
layers: Fix object_tracker bugs
Tobin Ehlis
1
-1
/
+1
2016-04-18
layers: object_tracker - use std mutex
Jeremy Hayes
1
-19
/
+19
2016-04-14
layers: Fix 32-bit VS2013 build
Dustin Graves
1
-8
/
+8
2016-04-14
layers: Overhaul unique_objects
Tobin Ehlis
1
-24
/
+30
2016-04-13
layers: Include all 4 Linux WSI interfaces
Tony Barbour
1
-1
/
+4
2016-04-07
layers: sort dictionaries affecting code order
Mike Stroyan
1
-10
/
+10
2016-04-07
layers: remove unicode header from vk-layer-generate.py
Mike Stroyan
1
-1
/
+1
2016-04-05
layers: Fix return values of bool functions.
Jamie Madill
1
-1
/
+3
2016-04-05
layers: Change include order of loader platform.
Jamie Madill
1
-3
/
+3
2016-03-22
misc: Update to header version 1.0.6
Jon Ashburn
1
-4
/
+4
2016-03-16
layers: Move layer debug action initialization into layer_utils
Mark Lobodzinski
1
-364
/
+15
2016-03-09
layers: Lighten object tracker slightly
Chris Forbes
1
-11
/
+13
2016-03-08
layers: LX430, Modfiy object_tracker to handle multiple instances
Mark Lobodzinski
1
-15
/
+36
2016-03-08
codegen: LX424 Generate code for WSI-specific funs in GIPA.
Karl Schultz
1
-55
/
+11
2016-03-03
build: LVLPR65, Fix android extensions support in unique_objects
Michael Lentine
1
-16
/
+28
2016-02-29
layers: GH PR17, Add support for building for Android on Windows
Cody Northrop
1
-1
/
+3
2016-02-29
cmake: GH PR17, Improve error detection for displayserver selection
Mark Lobodzinski
1
-1
/
+5
[next]