aboutsummaryrefslogtreecommitdiff
path: root/layers/image.cpp
AgeCommit message (Expand)Author
2015-12-01layers: Convert most of the layers to the new WSI.Ian Elliott
2015-11-23layers: Fix image layer issue validating aspectMasksMark Lobodzinski
2015-11-20layers: LX196, validate createImage paramters against format limitsMark Lobodzinski
2015-11-18layers: Fix error messages.Jeremy Hayes
2015-11-18layers: Validate barrier subresource range.Jeremy Hayes
2015-11-18layers: Fix CreateImageView depth/stencil aspect validationMark Lobodzinski
2015-11-11bug 12998 part 2: append _PACK* to packed formats that change conventionsChia-I Wu
2015-11-10layers: LX190, Image layer doe snot recognize swapchain imagesMark Lobodzinski
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-05layers: Fix printf formatsMichael Lentine
2015-11-04misc: Update author informationCourtney Goeltzenleuchter
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter
2015-11-04misc: Remove Vulkan name from CopyrightCourtney Goeltzenleuchter
2015-11-03bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limit...Chia-I Wu
2015-11-03layers: Allow calling down chain with vkEnumerateDeviceExtensionPropertiesJon Ashburn
2015-11-02bug 15000: aspect/aspectMask inconsistencies (WIP)Chia-I Wu
2015-11-02bug 14918 part 4: more cleanups (WIP)Chia-I Wu
2015-11-02bug 14921 part 1: sed renamesChia-I Wu
2015-11-02MR 542: Remaining items from the cleanup bug (WIP)Chia-I Wu
2015-11-02bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEX...Chia-I Wu
2015-11-02bug 12921: Memory callback (WIP)Chia-I Wu
2015-11-02bug 14892: 'count' parameters and members named inconsistently in many cases ...Chia-I Wu
2015-11-02layers: Migrate Image dispatch tables into layer_data structTobin Ehlis
2015-10-30bug 14362: VK_NULL_HANDLE does not work in C (WIP)Chia-I Wu
2015-10-29layers: Add DestroyImage to image layer's device GPA tableMark Lobodzinski
2015-10-28layers: Validate number of layers in subresource.Jeremy Hayes
2015-10-26layers: Modify Image layer to store IMAGE_STATE structs instead of their uniq...Tobin Ehlis
2015-10-26layers: Add state-dependent image aspect/format checksMark Lobodzinski
2015-10-23bug-14786: Addressing layered subresources in vkCmdCopyImageCourtney Goeltzenleuchter
2015-10-23misc: Change clear rectangle to include array layer/countCourtney Goeltzenleuchter
2015-10-23WIP bug-14815: VkImageAspectCourtney Goeltzenleuchter
2015-10-23Bug 14621: Change vkGet* functions to not return VkResultCourtney Goeltzenleuchter
2015-10-23bug-14291: combine color and depth/stencil clearsCourtney Goeltzenleuchter
2015-10-08layers: clean up includesCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to imageCourtney Goeltzenleuchter
2015-10-08intel,layers,tests: move cmd_meta errors to validationMike Stroyan
2015-10-06layers: Add validation for Image Aspect settingsMark Lobodzinski
2015-09-28layers: Add constructors for layer_dataCody Northrop
2015-09-25layers: remove static declaration of get_my_data_ptrMike Stroyan
2015-09-25layers: Image layer does not need to reserve spaceMike Stroyan
2015-09-24layers: Added Image layer to validation test suite with new test for bad Imag...Tobin Ehlis
2015-09-24layers: Update Image layer to support validation callback error return statusTobin Ehlis
2015-09-24layers: Update Image layer to offload view.c validation checks from driverTobin Ehlis
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-16layers: Fix layer STDOUT loggingTobin Ehlis
2015-09-11Bug 12998: Document required depth formats and layouts in buffer memoryCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-07-29layers: Add validation case for mismatched renderpass attachements and subpassesMark Lobodzinski
2015-07-17v127: Use PFN_vkVoidFunction for GetProcAddrCourtney Goeltzenleuchter
2015-07-17rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatPropertiesCourtney Goeltzenleuchter