aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-11-12bug 15120: rename vkCmdPushConstants "values" to "pValues"Chia-I Wu
2015-11-08Reset the "access_flags" for each loop iterationPiers Daniell
2015-11-06loader: Compile fixes to instance extension from rebase of bug 15068 changesJon Ashburn
2015-11-06bug 15085: queue creation naming issuesChia-I Wu
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-06loader: Update calling conventions on instance extension functionsJon Ashburn
2015-11-06Merge branch 'david_include_change_20151106'David Pinedo
2015-11-06loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semanticsJon Ashburn
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-03bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (...Chia-I Wu
2015-11-03bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limit...Chia-I Wu
2015-11-03bug 14608: VkShaderModule object lifetime (WIP)Chia-I Wu
2015-11-03bug 12921 part 2: Memory callback (WIP)Chia-I Wu
2015-11-03loader: Resource cleanup on loaer_init_physical_device_info()Jon Ashburn
2015-11-03loader: Call down chain for vkEnumerateDeviceExtensionPropertiesJon Ashburn
2015-11-03loader: Create a VkPhysicalDevice object rather than using ICDsJon Ashburn
2015-11-03layers: Windows define fixesTobin Ehlis
2015-11-02loader: Fix Windows buildCourtney Goeltzenleuchter
2015-11-02bug 14918 part 3: sed renamesChia-I Wu
2015-11-02bug 14921 part 1: sed renamesChia-I Wu
2015-11-02bug 14918 part 2: some simple renames (WIP)Chia-I Wu
2015-11-02bug 14892 part 2: rename more "count" (WIP)Chia-I Wu
2015-11-02bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP)Chia-I Wu
2015-11-02bug 14848: Verifying Sparse Behavior (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-02bug 14909: Define "length" as it relates to push constants be in units of byt...Chia-I Wu
2015-10-30bug 14876: Can timestamps be written inside a renderpass? (WIP)Chia-I Wu
2015-10-30bug 14362: VK_NULL_HANDLE does not work in C (WIP)Chia-I Wu
2015-10-30MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore o...Chia-I Wu
2015-10-30bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP)Chia-I Wu
2015-10-30bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP)Chia-I Wu
2015-10-30bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP)Chia-I Wu
2015-10-30bug 14844: Query Pool issues (WIP)Chia-I Wu
2015-10-29loader: Update Linux and Windows ICD/layer discover documentationjon
2015-10-29loader: Update linux documentation on where ICD lives.jon
2015-10-29loader: Move utility function so it is found on both Linux and Windowsjon
2015-10-29loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on LinuxDaniel Dadap
2015-10-29loader: add helper for combining pathsDaniel Dadap
2015-10-28use conditional compilation based on _WIN32 instead of WIN32 and __linux__Johannes van Waveren
2015-10-26loader: Check for NULL ICD in CreateDeviceJon Ashburn
2015-10-26bug-14258: Make descriptor pools and command pools more consistentCourtney Goeltzenleuchter
2015-10-23misc: Change clear rectangle to include array layer/countCourtney Goeltzenleuchter
2015-10-23bug-14746: add batched submit for semaphores and command buffersCourtney Goeltzenleuchter
2015-10-23Bug 14621: Change vkGet* functions to not return VkResultCourtney Goeltzenleuchter
2015-10-23bug-14580: add dataSize to vkGetPipelineCacheDataCourtney Goeltzenleuchter