platform/upstream/Vulkan-LoaderAndValidationLayers.git
2016-12-27 Mark Youngloader: EnumPhysDev fixes
2016-12-27 Tobin Ehlislayers:Fix CmdDispatch post-call function
2016-12-27 Tobin Ehlislayers:Fix unique id for CmdDispatch
2016-12-23 Tobin Ehlisscripts:Add more duplicate error enum exceptions
2016-12-23 Tobin Ehlisscripts:Add duplicate id exception
2016-12-23 Tobin Ehlisscripts:Allow duplicate exceptions for some ids
2016-12-23 Tobin Ehlislayers:Remove redundant check
2016-12-23 Tobin Ehlislayer:Add unique error ids for memory binding
2016-12-23 Tobin Ehlislayers:Add valid usage error ids
2016-12-23 Tobin Ehlisscripts:Update stat script output
2016-12-23 Tobin Ehlislayers:Fix unique error enum
2016-12-23 Lenny Komowbuild: Parameterize def file name
2016-12-23 Frank Henigmanlayers: remove unused variable
2016-12-23 Mike Weiblenlayers: Update Valid Usage enums (VL-61, final)
2016-12-23 Dave Houltonlayers: add VU checks in image.cpp (Jira VL-66)
2016-12-23 Tobin Ehlislayers:Refactor CmdDispatchIndirect()
2016-12-23 Tobin Ehlislayers:Refactor CmdDispatch()
2016-12-23 Tobin Ehlislayers:Refactor CmdDrawIndexedIndirect()
2016-12-23 Tobin Ehlislayers:Refactor CmdDrawIndirect() to use pre/post
2016-12-23 Tobin Ehlislayers:Refactor CmdDrawIndexed()
2016-12-23 Tobin Ehlislayers:Improve perf warning for unused vtx buffer
2016-12-23 Tobin Ehlislayers:Kill synchAndPrintDSConfig() function
2016-12-23 Tobin Ehlislayers:Split ValidateAndUpdateDrawState()
2016-12-23 Tobin Ehlislayers:Split validatePipelineDrawtimeState()
2016-12-23 Tobin Ehlislayers:Rename two functions to CamelCase
2016-12-23 Tobin Ehlislayers:Add PostCallRecordCmdDraw()
2016-12-23 Tobin Ehlislayers:Separate state update from addCmd()
2016-12-23 Tobin Ehlislayers:Pass cmd buffer as log_msg object
2016-12-23 Tobin Ehlislayers:Remove unneeded return value
2016-12-23 Michael Jurkaloader: clean up comment and variable
2016-12-23 Rene Lindsaytests: Fix tests for VALIDATION_ERROR_01263+01264
2016-12-23 Michael JurkaUse Python instead of greadlink to get full path on...
2016-12-23 Lenny Komowloader: Fix out of memory in enumerate phys devs
2016-12-22 Tobin Ehlislayers:Update dispatchable object printing
2016-12-22 Lenny Komowloader: Update term phys devices dynamically
2016-12-22 Lenny Komowloader: Update tramp phys devices dynamically
2016-12-22 Cody Northropandroid: Preserve toolchain build if present
2016-12-22 Frank Henigmanloader: guard gcc feature appropriately
2016-12-21 Courtney Goeltzenleu... Merge pull request #1300 from KhronosGroup/161221-fix_s...
2016-12-21 Courtney Goeltzenleu... loader: Fix validation error
2016-12-21 Jamie Madillloader: Fix Clang warning in table_ops.h
2016-12-21 Michael Jurkalayers: Add missing <string> dependency
2016-12-20 Rene Lindsaytests: Insert missing vkQueueWaitIdle()
2016-12-20 Jeremy Hayescmake: speed up the build
2016-12-20 Mike Weiblenlayers: Update Valid Usage enums (VL-61, partial)
2016-12-20 Mark Lobodzinskiscripts: Remove enum/struct_validate_helper funcs
2016-12-20 Mark Lobodzinskilayers: Remove unused header from threading/PV
2016-12-20 Mark Lobodzinskilayers: Remove redundant CreateRenderpass checks
2016-12-20 Mark Lobodzinskilayers: Remove enum_validate_helper from PV
2016-12-20 Mark Lobodzinskilayers: Remove unused threadchecker header file
2016-12-19 Chris Forbeslayers: Remove cmds vector from GLOBAL_CB_NODE
2016-12-19 Jamie Madilllayers: Fix size_t-int cast warning in descriptor_sets
2016-12-19 Tobin Ehlislayers:Clean up descriptor set layout on destroy
2016-12-19 Tobin Ehlislayers:Add validation flag for DestroyBuffer()
2016-12-19 Tobin Ehlislayers:Refactor DestroyBuffer()
2016-12-19 Tobin Ehlislayers:Add GetQueryPoolResults() validation flag
2016-12-19 Tobin Ehlislayers:Refactor GetQueryPoolResults() to pre/post
2016-12-19 Tobin Ehlislayers:Add validation flag for DestroyQueryPool()
2016-12-19 Tobin Ehlislayers:Refactor DestroyQueryPool
2016-12-19 Tobin Ehlislayers:Add validation flag for DestroySemaphore()
2016-12-19 Tobin Ehlislayers:Add validation flag for DestroyFence()
2016-12-19 Tobin Ehlislayers:Refactor DestroySemaphore
2016-12-19 Tobin Ehlislayers:Refactor DestroyFence
2016-12-19 Tobin Ehlislayers:Rename QUEUE_NODE to QUEUE_STATE
2016-12-19 Tobin Ehlislayers:Refactor GetDeviceQueue
2016-12-19 Jamie Madilllayers: Make generators Python 2.7-compatible.
2016-12-19 Mark Lobodzinskilayers: Update VU database for scissor/vp checks
2016-12-19 Mark Lobodzinskitests: Add checks for new scissor/viewport validation
2016-12-19 Mark Lobodzinskitests: Rename scissor/vp count test and fix errors
2016-12-19 Mark Lobodzinskilayers: Add scissor/viewport count checks
2016-12-19 Mark Lobodzinskilayers: GH1261, Incorrect ParamValidation error msgs
2016-12-19 Tobin Ehlisscripts:Update unique error enums as of 12/19/16
2016-12-19 Rene Lindsaytests: Fix Unexpected errors in InvalidMemoryAliasing
2016-12-19 Mark Lobodzinskiheader: Update to Vulkan version 1.0.38
2016-12-18 Mark Lobodzinskitests: Fix unexpected errs in viewport/scissor check
2016-12-18 Mark Lobodzinskitests: Fix unexpected errors in CGP state check
2016-12-18 Mark Lobodzinskitests: Fix unexpected errors in CGP viewports check
2016-12-18 Mark Lobodzinskitests: Fix unexpected errors in CGP scissor check
2016-12-18 Mark Lobodzinskilayers: Update error enum database
2016-12-18 Mark Lobodzinskilayers: Remove redundant CV checks
2016-12-18 Mark Lobodzinskitests: Change CreateGraphicsPipelines desired errors
2016-12-18 Mark Lobodzinskilayers: Move new check into parameter validation
2016-12-18 Mark Lobodzinskitests: Update test ID to move from CV into PV
2016-12-16 Rene Lindsaytests: Fix Unexpected error in VkLayerTest.InvalidDynam...
2016-12-15 Tobin Ehlislayers:Refactor consecutive descriptor count
2016-12-15 Tobin Ehlislayers:Store DescriptorSetLayout class in-order
2016-12-15 Tony Barbourtests: Remove test for nonCoherentAtomSize check
2016-12-15 Tony Barbourlayers: Remove check for nonCoherentAtomSize
2016-12-15 Jamie Madillloader: Fix Clang warnings.
2016-12-15 Mike Weiblenlayers: Update Valid Usage enums (VL-70)
2016-12-15 Jamie Madilllayers: PR1276, Fix Clang compiler warnings
2016-12-15 Mark Lobodzinskilayers: Updated val error database with new checks
2016-12-15 Mark Lobodzinskitests: Add tests for GH1260, check for SparseBinding
2016-12-15 Mark Lobodzinskilayers: Updated error enums for sparse_binding checks
2016-12-15 Maciej Jesionowskilayers: GH1260, SPARSE_BINDING_BIT validation
2016-12-14 Tony Barbourtests: Fix WriteDescriptorSetIntegrityCheck
2016-12-14 Tony Barbourtests: Fix issue with validation of positive tests
2016-12-14 Mike Schuchardtlayers: Fix object tracker memory leak
2016-12-14 Jamie Madillscripts: Add quiet option option to vk_helper.py.
2016-12-14 Chris Forbeslayers: Complain in AcquireNextImageKHR if the swapchai...
next