aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-01#238: Fixes the "num samples mismatch" error being shown incorrectly for subp...Dominik Witczak
2016-04-01layers: Replace GLOBAL_CB_NODE::pMemObjList with unordered_setChris Forbes
2016-04-01layers: Get rid of a bunch of linked list copying when retiring CBsChris Forbes
2016-04-01layers: trivial: remove stray () from end of error messageChris Forbes
2016-04-01layers: Replace DEVICE_MEM_INFO::pCommandBufferBindings withChris Forbes
2016-04-01layers: Replace DEVICE_MEM_INFO::pObjBindings with unordered_setChris Forbes
2016-04-01layers: Get rid of DEVICE_MEM_INFO::refCountChris Forbes
2016-04-01SPIRV: Adjust to spirv-tools library moveGregF
2016-04-01layers: Fix signed/unsigned comparison warnings in thread_check.hMichael Mc Donnell
2016-04-01loader: vk{Create|Destroy}Instance can have multiple tmp callbacksIan Elliott
2016-04-01demos: Try for std val layer and fallback the same way tri does.Karl Schultz
2016-04-01loader: Fix createDev treminator to init the logicalDevs ICD devJon Ashburn
2016-04-01loader: Remove trampoline/terminator dependency in vkEnumeratePhysicalDevicesPiers Daniell
2016-04-01loader: Trampoline vkEnumeratePhysDev should use layer-returned physDev countPiers Daniell
2016-04-01loader: Fix loader_unwrap_physical_device() to cast to correct typePiers Daniell
2016-04-01loader: Add device callback to set dispatchable objectJon Ashburn
2016-04-01loader: Remove the device_info in the layer chain structureJon Ashburn
2016-04-01loader: Add instance callback to set dispatchable objectsJon Ashburn
2016-04-01loader: Remove the instance_info in the layer chain structureJon Ashburn
2016-03-31layers: GH218 Reset availableSets count in vkResetDescriptorPoolTobin Ehlis
2016-03-31layers: Update layer validation doc for CopyImage validation additionsMark Lobodzinski
2016-03-31layers: LX458, Extend image extent validation for CmdCopyImageMark Lobodzinski
2016-03-31layers: Accept a wider range of utf8 characters as validTony Barbour
2016-03-31toolchain: Fix android buildCody Northrop
2016-03-31layers: Fix layer_validation_tests errors and update new messageMark Young
2016-03-31layers: LX265 Error if color blend attch count != subpass attch.Mark Young
2016-03-31layers: Adding attachment checks to make sure they aren't out of range.Michael Lentine
2016-03-31Don't validate memory if used for both input and output.Michael Lentine
2016-03-31Turn off XLIB defineTony Barbour
2016-03-31layers: Fix remaining leak in vkDestroyFramebuffersChris Forbes
2016-03-31layers: Don't leak a VkFramebufferCreateInfo from vkCreateFramebufferChris Forbes
2016-03-31layers: Fix the other half of #212 (bad error)Chris Forbes
2016-03-31layers: Don't stash pointer to caller memory in bound functionChris Forbes
2016-03-31SPIR-V: Update glslang and spriv-tools to latestGregF
2016-03-30winrtinstaller: fix typos in windowsRuntimeInstaller/README.txtDavid Pinedo
2016-03-30layers: GH215 Removes an invalid check in vkCmdBindDescriptorSets()Dominik Witczak
2016-03-30docs: Add OSX and Android build stepsCody Northrop
2016-03-30toolchain: Add Android specific update scriptsCody Northrop
2016-03-30layers: Update descriptor tracking in core_validationTobin Ehlis
2016-03-30#37: vkAcquireNextImageKHR() will no longer treat VK_NULL_HANDLE arg as a val...Dominik Witczak
2016-03-30layers: Build up next layer for compute shader validationChris Forbes
2016-03-30layers: More slight tidying of SC passChris Forbes
2016-03-30layers: Make some SC error reporting slightly less misleadingChris Forbes
2016-03-30layers: Separate out validation of a single pipeline stageChris Forbes
2016-03-30layers: Add device handle in CV layer dataChris Forbes
2016-03-30layers: Remove dead render_pass forward declarationChris Forbes
2016-03-30layers: Reduce noise in string conversion of objectsChris Forbes
2016-03-30layers: remove unused getTIDIndex function and associated dataChris Forbes
2016-03-30layers: LX446, Allow GetDeviceQueue to be called multiple timesMark Lobodzinski
2016-03-30layers: Relax descriptor type match for texel buffers slightlyChris Forbes