aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-27cube: Removed some #if 0's that had bee left in the code.Ian Elliott
2015-10-27tri/cube: Handle window resizes (from WSI or XCB).Ian Elliott
2015-10-27layers: Improve DrawState Descriptor validationTobin Ehlis
2015-10-26layers: Modify Image layer to store IMAGE_STATE structs instead of their uniq...Tobin Ehlis
2015-10-26loader: Check for NULL ICD in CreateDeviceJon Ashburn
2015-10-26misc: Bump to header version 183Courtney Goeltzenleuchter
2015-10-26draw_state: Remove obsolete checkCourtney Goeltzenleuchter
2015-10-26bug-14827: Remove DescriptorInfo unionCourtney Goeltzenleuchter
2015-10-26bug-14258: Remove maxCommandBuffersCourtney Goeltzenleuchter
2015-10-26layers: Update ObjectTracker to handle double-embedded loops of array struct ...Tobin Ehlis
2015-10-26layers: Fix objectTracker to validate DSs in CmdBindDescriptorSets()Tobin Ehlis
2015-10-26bug-14258: Make descriptor pools and command pools more consistentCourtney Goeltzenleuchter
2015-10-26misc: bump to header version 182Courtney Goeltzenleuchter
2015-10-26bug-14575: normalized queue prioritiesCourtney Goeltzenleuchter
2015-10-26Bug 14789: Clean up limit structureCourtney Goeltzenleuchter
2015-10-26layers: Fix windows build errorMark Lobodzinski
2015-10-26layers: Add state-dependent image aspect/format checksMark Lobodzinski
2015-10-23misc: Update header to v181Courtney Goeltzenleuchter
2015-10-23bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferViewCourtney Goeltzenleuchter
2015-10-23bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlagsCourtney Goeltzenleuchter
2015-10-23bug-14786: Addressing layered subresources in vkCmdCopyImageCourtney Goeltzenleuchter
2015-10-23bug-14786: minor renamesCourtney Goeltzenleuchter
2015-10-23misc: Change clear rectangle to include array layer/countCourtney Goeltzenleuchter
2015-10-23bug-14542: Remove VK_UNSUPPORTED from success return codesCourtney Goeltzenleuchter
2015-10-23WIP bug-14815: VkShaderStageCourtney Goeltzenleuchter
2015-10-23WIP bug-14815: VkImageAspectCourtney Goeltzenleuchter
2015-10-23misc: Bump header version to v180Courtney Goeltzenleuchter
2015-10-23misc: change is unneeded?Courtney Goeltzenleuchter
2015-10-23bug-14746: add batched submit for semaphores and command buffersCourtney Goeltzenleuchter
2015-10-23misc: match upstream header v179Courtney Goeltzenleuchter
2015-10-23Bug 14621: Change vkGet* functions to not return VkResultCourtney Goeltzenleuchter
2015-10-23bug-14580: add dataSize to vkGetPipelineCacheDataCourtney Goeltzenleuchter
2015-10-23bug-14809: Need VK_ERROR_FEATURE_NOT_PRESENTCourtney Goeltzenleuchter
2015-10-23misc: make enum boundary names consistentCourtney Goeltzenleuchter
2015-10-23bug-14808: report number of valid bits in timesampsCourtney Goeltzenleuchter
2015-10-23misc: upstream header v176Courtney Goeltzenleuchter
2015-10-23misc: Remove WRITE_COMBINEDCourtney Goeltzenleuchter
2015-10-23misc: Fix compile warnings about undefined _MSC_VERCourtney Goeltzenleuchter
2015-10-23bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfoCourtney Goeltzenleuchter
2015-10-23bug-14646: remove VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BITCourtney Goeltzenleuchter
2015-10-23misc: bump header version 174Courtney Goeltzenleuchter
2015-10-23bug-14084: Replace abbreviations in VkQueryPipelineStatisticFlagsCourtney Goeltzenleuchter
2015-10-23bug-14531: Expand tess abbreviation to tessellationCourtney Goeltzenleuchter
2015-10-23misc: Bump header to align with upstreamCourtney Goeltzenleuchter
2015-10-23bug-14642: Rename queueRecordCount to requestedQueueCountCourtney Goeltzenleuchter
2015-10-23misc: Bump header to align with upstreamCourtney Goeltzenleuchter
2015-10-23bug-14291: combine color and depth/stencil clearsCourtney Goeltzenleuchter
2015-10-23misc: Rename depthClip to depthClampCourtney Goeltzenleuchter
2015-10-23demos: Check all return valuesTony Barbour
2015-10-23Return empty string instead of nullMichael Lentine