aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
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
2015-10-23bug-14642: Rename queueRecordCount to requestedQueueCountCourtney Goeltzenleuchter
2015-10-23bug-14291: combine color and depth/stencil clearsCourtney Goeltzenleuchter
2015-10-22loader: Fix heap_realloc function to return newly allocated memoryJon Ashburn
2015-10-15loader: Clean up loader_platform fileJon Ashburn
2015-10-14loader: Use loc instead of location for getting the directoryJason Ekstrand
2015-10-09Loader: Fix locking bug in CreateInstanceJon Ashburn
2015-10-08loader: Remove unneeded definesCourtney Goeltzenleuchter
2015-10-08loader: Use correct 64bit printf format for WindowsCourtney Goeltzenleuchter
2015-10-08layers: Fix Windows compile warningsCourtney Goeltzenleuchter
2015-10-08loader: Support GetInsTanceProcAddr(inst, "vkGetDeviceProcAddr")Jon Ashburn
2015-10-08layers: In DeviceLimits move dispatch table to layer data structTobin Ehlis
2015-10-07loader: Fix comile warning on WindowJon Ashburn
2015-10-06loader, icd: correct use of _aligned_mallocMike Stroyan
2015-10-06loader: match free to alloc in dirent functionsMike Stroyan
2015-10-05loader: Fix GetInstanceProcAddr for CreateDeviceJon Ashburn
2015-10-05loader: Add warning message for unreconized layer names from env varJon Ashburn
2015-10-02loader: Fixes in trampoline code to support layers which wrap objectsJon Ashburn
2015-10-01loader: fix use of freed memoryMike Stroyan
2015-10-01loader: Fix vkGetInstanceProcAddr to handle debug_report extensionJon Ashburn
2015-09-30loader: Change GetXXProcAddr to support NULL dispatchable objectJon Ashburn
2015-09-25misc: Move snprintf define to vk_sdk_platform.hCourtney Goeltzenleuchter
2015-09-25Make layers build on android.Michael Lentine
2015-09-25WSI Validation: Initial WSI "swapchain" validation layer.Ian Elliott
2015-09-23bug-14715: DrawIndirect fixCourtney Goeltzenleuchter
2015-09-23loader: Remove instance validation checks from debug_report.cMark Lobodzinski