aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-22loader: Fix heap_realloc function to return newly allocated memoryJon Ashburn
2015-10-22layers: Remove mid() & mdd() functions from DrawStateTobin Ehlis
2015-10-22layers: Add DrawState check for DescriptorSet availability in PoolTobin Ehlis
2015-10-22layers: DrawState layout tracking improvementsTobin Ehlis
2015-10-22layers: Added TODO comments to DrawState for missing validation checksTobin Ehlis
2015-10-22layers: Fix indices in DrawState error messageTobin Ehlis
2015-10-22layers: Comment in DrawState for missing validation of DescriptorPool size limitTobin Ehlis
2015-10-21demos: Add mem barrier to change layout to presentTony Barbour
2015-10-21demos: check return value from vkQueueWaitSemaphoreTony Barbour
2015-10-21demos: Handle paint events and call RedrawWindow to animateTony Barbour
2015-10-21Fix "_out64" -> "build" references accidentally removedCody Northrop
2015-10-21Fix formatting in BUILD.mdCody Northrop
2015-10-21BUILD.md: changed "_out64" to "build"David Pinedo
2015-10-19demos: fix tabs and line endings in vulkaninfoDavid Pinedo
2015-10-19Demos: output api version in vulkaninfoDavid Pinedo
2015-10-19Clarify parameter usage in memory_type_from_propertiesTony Barbour
2015-10-16layers: LX161, validate attachment references in subpassesMark Lobodzinski
2015-10-16layers: LX160, Validate Descriptor Set Image AspectsMark Lobodzinski
2015-10-15loader: Clean up loader_platform fileJon Ashburn
2015-10-15Add subpass dependency validation.Michael Lentine
2015-10-15layers: LX159, properly validate swapchain imagesMark Lobodzinski
2015-10-15layers: LX159, validate all descriptorSets in arrayMark Lobodzinski
2015-10-15layers: LX159, pipelineCache CAN be Null.Mark Lobodzinski
2015-10-15layers: Remove MemTracker dead codeMark Lobodzinski
2015-10-14cmake: Need glslang for tests as well as ICDCourtney Goeltzenleuchter
2015-10-14cmake: Fix options for building on WindowsCourtney Goeltzenleuchter
2015-10-14cmake: Make all sub-components optionalJason Ekstrand
2015-10-14loader: Use loc instead of location for getting the directoryJason Ekstrand
2015-10-14Updaing build to include vk_layer_utilsMichael Lentine
2015-10-13update_external_sources: Get Windows LunarGLASS build working againCody Northrop
2015-10-12layers: Bug #14850, enforce validation for semaphore statesMark Lobodzinski
2015-10-12Fix image aspect value passed to demo_set_image_layoutTony Barbour
2015-10-09layers: Remove dependency between calls to vkCreateImage and vkGetPhysicalDev...Tony Barbour
2015-10-09demos: Create a wider console on windowsDavid Pinedo
2015-10-09Loader: Fix locking bug in CreateInstanceJon Ashburn
2015-10-08update_external_sources: move up to latest glslangGreg Fischer
2015-10-08loader: Remove unneeded definesCourtney Goeltzenleuchter
2015-10-08loader: Use correct 64bit printf format for WindowsCourtney Goeltzenleuchter
2015-10-08layers: Fix Windows compiler warningsCourtney Goeltzenleuchter
2015-10-08layers: Fix Windows compile warningsCourtney Goeltzenleuchter
2015-10-08layers: clean up includesCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to swapchainCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to shader_checkerCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to param_checkerCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to mem_trackerCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to imageCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to draw_stateCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to device_limitsCourtney Goeltzenleuchter
2015-10-08layers: Add support for Windows DEBUG_OUTPUT loggingCourtney Goeltzenleuchter
2015-10-08demos: Add getting GetDeviceProcAddr entrypoint from GetInstanceProcAddrJon Ashburn