aboutsummaryrefslogtreecommitdiff
path: root/layers/basic.cpp
AgeCommit message (Expand)Author
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-06Moved header files from include to include/vulkanDavid Pinedo
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-03layers: Allow calling down chain with vkEnumerateDeviceExtensionPropertiesJon Ashburn
2015-11-02bug 14921 part 1: sed renamesChia-I Wu
2015-11-02bug 12921: Memory callback (WIP)Chia-I Wu
2015-10-23Bug 14621: Change vkGet* functions to not return VkResultCourtney Goeltzenleuchter
2015-09-25Make layers build on android.Michael Lentine
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-07-17v127: Use PFN_vkVoidFunction for GetProcAddrCourtney Goeltzenleuchter
2015-07-17v133: eliminate version from extension propertiesCourtney Goeltzenleuchter
2015-07-17rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatPropertiesCourtney Goeltzenleuchter
2015-07-09Layers: They now compile on Windows.David Pinedo
2015-07-07layers: Update basic sample layerCourtney Goeltzenleuchter
2015-07-07loader: Rename loader_platform.h -> vk_loader_platform.hTobin Ehlis
2015-07-07layers: Rename all layer headers to begin with "vk_layer_" prefixTobin Ehlis
2015-07-07include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.hTobin Ehlis
2015-06-29Revert "loader: Remove CreateDevice from loader's instance"Courtney Goeltzenleuchter
2015-06-29loader: Remove CreateDevice from loader's instanceCourtney Goeltzenleuchter
2015-06-29loader: Move CreateDevice to device tableCourtney Goeltzenleuchter
2015-06-25vulkan.h: V108 -- Static Types, Bug# 13919Tony Barbour
2015-06-24vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125)Chris Forbes
2015-06-18layers: Use static dispatch table mapsCourtney Goeltzenleuchter
2015-06-18layers: Make dispatch table thread safeJon Ashburn
2015-06-17loader: Support layers that don't have an extension entrypointJon Ashburn
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter
2015-06-17layers: Add DestroyDevice and DestroyInstance hooking to deinitialize tablesJon Ashburn
2015-06-17misc: Change vkGetProcAddr to vkGetDeviceProcAddrJon Ashburn
2015-06-17layers: Use objects dispatch table for key to layer mapsJon Ashburn
2015-06-17misc: Loader and Layers move device chain activation to CreateDeviceJon Ashburn
2015-06-17layers: Add initialization of instance dispatch tableJon Ashburn
2015-06-17layers: Add GetInstanceProcAddr() to all layersJon Ashburn
2015-04-22misc: Changes to fix warnings in Windows / VC++ buildTony Barbour
2015-04-22vkEnumerateLayers: Update to match upstreamCourtney Goeltzenleuchter
2015-04-16Bug 13632 Header 84 Assorted questions and comments on vulkan.hTony Barbour
2015-04-16layers: Removing old GetExtensionSupport API callTobin Ehlis
2015-04-16vulkan: Add vkGetGlobalExtensionInfo entrypointJon Ashburn
2015-04-16layers: Remove wrapping of GPU objects by loader and layersJon Ashburn
2015-04-16loader: refactor layer activation function to handle more general inputsJon Ashburn
2015-04-16vulkan: beautification changesCourtney Goeltzenleuchter
2015-04-16vulkan: API renamingCourtney Goeltzenleuchter
2015-04-16Stage 1 of renameCourtney Goeltzenleuchter
2015-04-16layers: Update GetExtensionSupport() to handle queries for layer nameJon Ashburn
2015-02-12Win: Attempt to keep from using Linux functions.Ian Elliott
2015-02-05Win: Eliminate VS2013 miscellaneous additional compiler warnings.Ian Elliott
2015-02-04Can compile "loader" and "layers" on Windows and Linux ...Ian Elliott
2015-02-04xgl: Remove XGL_* typedef wrappersMark Lobodzinski