header: Move vk.xml to version 1.0.29
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / vk-layer-generate.py
2016-09-12 Norbert NopperFix, that display only build under Linux works
2016-07-22 Mark Lobodzinskilayers: Update codegen for OT removal
2016-07-18 Dustin Graveslayers: NV_dedicated_allocation support for unique_objects
2016-07-14 Tobin Ehlislayers: Remove unused vars from vk-layer-generate.py
2016-07-14 Tobin Ehlislayers: On Free/Destroy fix unique_objects map cleanup
2016-06-30 Jon Ashburnlayers: Fix compilation errors for KHR_display ext
2016-06-30 Jon Ashburnlayers: Fix unique_objects creation of VkDisplayKHR
2016-06-30 Jon Ashburnlayers: FIx object_tracker displayKHR and displayModeKH...
2016-06-30 Jon Ashburnlayers: Fix GetDisplayModePropertiesKHR unique_objects...
2016-06-30 Jon Ashburnlayers: Finish add support to validation for VK_KHR_dis...
2016-06-30 Petros BantolasAdded WSI KHR_display support to validation
2016-06-29 Mark Lobodzinskilayers: GH618, Correct WSI exension flag usage
2016-06-17 Greg FischerMerge branch 'master' of github.com:KhronosGroup/Vulkan...
2016-06-06 Mark Lobodzinskilayers: Add default layer error message config
2016-06-01 Chia-I Wulayers: simplify v0 function implementations
2016-05-24 Michael LentineMerge pull request #583 from lentinem/mlentine-clearpri...
2016-05-24 Chia-I Wuvk-layer-generate.py: handle device commands in GetInst...
2016-05-24 Chia-I Wuvk-layer-generate.py: assert valid instance/device...
2016-05-24 Chia-I Wuvk-layer-generate.py: drop vk prefix for layer functions
2016-05-24 Chia-I Wuvk-layer-generate.py: no interface functions in layer...
2016-05-24 Chia-I Wuvk-layer-generate.py: put layer functions into a namespace
2016-05-24 Chia-I Wuvk-layer-generate.py: simplify vkEnumerate*Properties...
2016-05-24 Chia-I Wuvk-layer-generate.py: add intercept_<ext>_command
2016-05-24 Chia-I Wuvk-layer-generate.py: add intercept_core_*_command
2016-05-16 Jamie Madilllayers: Fix VkBool32 return in vk-layer-generate.py.
2016-05-16 Jamie Madilllayers: Add output file option to vk-generate scripts.
2016-05-11 Mark MuellerMerge pull request #523 from KhronosGroup/CoreValidatio...
2016-05-11 Mark Muellerlayers:LX#470 Fix poor use of hex vs dec output
2016-05-10 Karl Schultzbuild: GH316 include cinttypes instead of inttypes.h
2016-05-06 Mark Lobodzinskilayers: Fix object_tracker warnings in Android and...
2016-05-06 Mark Lobodzinskilayers: Correct and/or remove obsolete object_tracker...
2016-05-06 Mark Lobodzinskilayers: ObjectTracker dead code elimination
2016-05-06 Mark Lobodzinskilayers: Remove 'using namespace std' in object_tracker
2016-05-02 Mark Lobodzinskilayers: Make unique object IDs unique cross-device...
2016-04-29 Karl Schultzlayers: GH439 Fix locking in Destroy* funcs
2016-04-28 Ian Elliottlayers: Use tmp callback for msgs during vk{Create...
2016-04-19 Jon Ashburnmisc: Update licenses to Apache 2.0
2016-04-19 Tobin Ehlislayers: Fix object_tracker bugs
2016-04-18 Jeremy Hayeslayers: object_tracker - use std mutex
2016-04-14 Dustin Graveslayers: Fix 32-bit VS2013 build
2016-04-14 Tobin Ehlislayers: Overhaul unique_objects
2016-04-13 Tony Barbourlayers: Include all 4 Linux WSI interfaces
2016-04-07 Mike Stroyanlayers: sort dictionaries affecting code order
2016-04-07 Mike Stroyanlayers: remove unicode header from vk-layer-generate.py
2016-04-05 Jamie Madilllayers: Fix return values of bool functions.
2016-04-05 Jamie Madilllayers: Change include order of loader platform.
2016-03-22 Jon Ashburnmisc: Update to header version 1.0.6
2016-03-16 Mark Lobodzinskilayers: Move layer debug action initialization into...
2016-03-09 Chris Forbeslayers: Lighten object tracker slightly
2016-03-08 Mark Lobodzinskilayers: LX430, Modfiy object_tracker to handle multiple...
2016-03-08 Karl Schultzcodegen: LX424 Generate code for WSI-specific funs...
2016-03-04 tobineMerge pull request #59 from chrisforbes/ds-more-fixes
2016-03-03 Michael Lentinebuild: LVLPR65, Fix android extensions support in uniqu...
2016-02-29 Cody Northroplayers: GH PR17, Add support for building for Android...
2016-02-29 Mark Lobodzinskicmake: GH PR17, Improve error detection for displayserv...
2016-02-29 Mun, Gwan-gyeonglayers: GH PR17, Add Wayland, Xlib, Android & Mir exten...
2016-02-18 Courtney Goeltzenl... layers: MR221: Correct name for unique_objects layer
2016-02-18 Courtney Goeltzenl... layers: MR221: Update extension info to match json...
2016-02-18 Courtney Goeltzenl... layers: MR221: Fix implementationVersion
2016-02-18 Tobin Ehlislayers: Special case VkWriteDescriptorSet safe_struct...
2016-02-12 Mark Lobodzinskiheader: Update 1.0.3 header revision for inclusion...
2016-02-12 Courtney Goeltzenl... android: Add support for Android surface extension
2016-02-11 Tobin Ehlislayers: Update unique_objects to make use of safe_structs
2016-02-10 Tobin EhlisMerge branch 'stroyan_draw_state_beginCB' into 'master'
2016-02-10 Karl SchultzRemove Khronos confidential clause from license text.
2016-02-10 Michael Lentinelayers: Enable Wall and Werror.
2016-02-05 Tobin Ehlislayers: MR217 Fix unique_objects android build
2016-02-02 Mark Lobodzinskilayers: Validation Layer Copyright Updates
2016-02-02 Jon Ashburnlayers: Remove non-validation layers
2016-01-29 Tobin Ehlislayers: MR181/GL102 Fix unique_objects to correctly...
2016-01-28 Mark Younglayers: Correct names of settings api_dump looks for...
2016-01-26 Mark Lobodzinskilayers: LX308, CreateGraphics/ComputePipelines support...
2016-01-25 Mark YoungWin32: Get 32-bit Windows build working
2016-01-24 Mark Lobodzinskilayers: LX300, Conditionally validate pInheritanceInfo...
2016-01-21 Courtney Goeltzenl... debug_report: Integrate review feedback
2016-01-21 Jon Ashburnlayers: Remove obsolete VkbaseLayerObject
2016-01-21 Courtney Goeltzenl... loader: implement new layer init method
2016-01-21 Courtney Goeltzenl... layers: fix threading destroy instance
2016-01-19 Michael Lentinelayers: MR144, Fix layer names
2016-01-19 Mark Lobodzinskilayers: Fix object_trackers dereferencing of invalid...
2016-01-14 Jon Ashburnlayers: gitlab #62, object_tracker allows NULL semaphor...
2016-01-14 Tobin Ehlislayers: MR129, Remove incorrect asserts from param_chec...
2016-01-11 Jon Ashburnmisc: Move to Vulkan header version 0.222
2016-01-07 Jon Ashburnlayers: Fix unique_object gpa function; no intercept...
2016-01-07 Tobin Ehlislayers: MR123, Improved ObjectTracker codegen
2016-01-07 Tobin Ehlistests: Fix a couple of test bugs revealed by unique_obj...
2016-01-07 Tobin Ehlislayers: UniqueObject updates based on review
2016-01-07 Tobin Ehlislayers: Updated UniqueObjects with improved codegen
2016-01-07 Tobin Ehlislayers: Add UniqueObjects layer to wrap objects in...
2016-01-05 Mark Lobodzinskilayers: LX255, Print readable version of VkAccessFlags
2016-01-04 Mark Lobodzinskilayers: Enable fine-grained filtering of generated...
2015-12-30 Mark Lobodzinskilayers: Rename Layer/library/json files for consistency
2015-12-30 Michael Lentinelayers: MR89, Fix gtests for android
2015-12-17 Courtney Goeltzenl... debug_report: Update extension name
2015-12-17 Courtney Goeltzenl... debug_report: rename object type and error bits
2015-12-17 Courtney Goeltzenl... layers: Add support for DebugReportMessageLUNARG
2015-12-17 Courtney Goeltzenl... debug_report: rename and update to use CreateInfo
2015-12-17 Courtney Goeltzenl... debug_report: Rename VkDbgMsgCallback object
2015-12-15 Courtney Goeltzenl... layers: Add allocator to layer init functions
2015-12-15 Courtney Goeltzenl... layers: rename VkDbgObjectType
next