aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-11layers: Handle uninitialized QueueFamily values in APIDumpMark Lobodzinski
2015-08-10build: advance glslang and LunarGLASS versions to SPIR-V rev 31GregF
2015-08-10layers: port ShaderChecker to SPIR-V v31 (from ChrisF)GregF
2015-08-10WSI: Remove old "vs_wsi_lunarg.h" file.Ian Elliott
2015-08-10layers: Restore information messages to the MemTracker layerMark Lobodzinski
2015-08-10tests: Move DestroyShaderModule calls after pipeline creationMark Lobodzinski
2015-08-10vktrace: Build vktrace as part of the main buildJon Ashburn
2015-08-10codegen: Bring in fixes from glave codegen scripts to vulkan.py vk_helper.pyJon Ashburn
2015-08-07layers: Reenable informational messages in DrawState layerMark Lobodzinski
2015-08-07include: Change debug report pUserData parameter to non-constJon Ashburn
2015-08-07tests: Fixed a few errors in Tri caught by ObjectTrackerMark Lobodzinski
2015-08-07Update ICD links in BUILD.md.Peter Gal
2015-08-06demos: Initialize render pass in pipeline createTony Barbour
2015-08-06windows: Fix various warningsCody Northrop
2015-08-06demos: Fix trivial bugs in triTony Barbour
2015-08-06Update stale info in BUILD.md.Dejan Mircevski
2015-08-06loader: Change layer manifest file location env var to VK_LAYER_PATHJon Ashburn
2015-08-04v148: Bug 14368 - Minor fixes for VkPhysicalDeviceFeaturesCody Northrop
2015-08-04v147: Bugs 14352 and 14300Cody Northrop
2015-08-04v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make pSampleM...Cody Northrop
2015-08-04v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags fieldCody Northrop
2015-08-04v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to clearValue...Cody Northrop
2015-08-04v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescriptionCody Northrop
2015-08-04v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfoCody Northrop
2015-08-04v140: Bug 14251 - Inconsistencies in the definition of queriesCody Northrop
2015-08-04v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSetsCody Northrop
2015-08-04layers: Fixed formatting error in DrawStateMark Lobodzinski
2015-08-04layers: Fix freed memory use in layer_destroy_msg_callbackMike Stroyan
2015-08-04layers: DrawState validation cases for BeginCommandBufferMark Lobodzinski
2015-08-04loader: Remove extension origin and use Vulkan ext prop structureJon Ashburn
2015-08-04loader: Make sure layer list from manifest file is all cleaned up properlyJon Ashburn
2015-08-03loader: Move long DEBUG_REPORT comments into debug report source codeJon Ashburn
2015-08-03loader: Add accessor functions to add/delete from layer property lists.Jon Ashburn
2015-08-03loader: Convert layer versions from manifest file to Vulkan int versionJon Ashburn
2015-08-03loader: Allow null string for CMAKE_INSTALL_PREFIX to prevent extra pathsJon Ashburn
2015-07-31Initialize VkDesciptorSet to VK_NULL_HANDLEDana Jansens
2015-07-31Compare the handle object to VK_NULL_HANDLE, not its internal integer valueDana Jansens
2015-07-31layers: Validate renderPass.Jeremy Hayes
2015-07-31cmake: Set CMAKE_INSTALL_PREFIX to "" so loader will be built with sys pathsJon Ashburn
2015-07-31layers: Rework APIDump changes to fix windows compilation errorsMark Lobodzinski
2015-07-31demos: use -o on glslangValidator to allow parallel makeGregF
2015-07-31loader: Fix Windows layers json files for backslash as separatorJon Ashburn
2015-07-31Screenshot layer: Works on SDK 0.2 branchDavid Pinedo
2015-07-31ObjectTracker Layer: Fix crash on windows in CreateInstanceDavid Pinedo
2015-07-31loader: Fix alloca ro loader_stack_alloc() for WindowsJon Ashburn
2015-07-31loader: get_registry_files needs to parse a listTony Barbour
2015-07-31layers: Add separate windows and linux jsonCourtney Goeltzenleuchter
2015-07-31xchange-94: Use VK_ prefix for environment varsCourtney Goeltzenleuchter
2015-07-31xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAMECourtney Goeltzenleuchter
2015-07-31layers: Fix vkGetPipelineCacheSize validation.Jeremy Hayes