aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-07loader: Remove the merged enabled_extension list in device and instance structsJon Ashburn
2015-07-07loader: Add log warning if json manifest file doesn't end in .jsonJon Ashburn
2015-07-07loader: Make a layer properties structure for manifest file.Jon Ashburn
2015-07-07toolchain: Switch to using github for glslangCody Northrop
2015-07-07toolchain: Add script to pull and build on WindowsCody Northrop
2015-07-07tests: Fix some failing layer validation testsTobin Ehlis
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-07-07vulkan.h: v129 -- rework clear colors, remove raw clear [#14020]Chris Forbes
2015-07-07tri: Use render pass load ops for color and depth clearsChris Forbes
2015-07-07cube: Use render pass load op for depth clearChris Forbes
2015-07-07vulkan.h: Split attachment and image clears (#13914, v126)Chris Forbes
2015-07-07vulkan.h: Update features/limits structures (#12827, v125)Chris Forbes
2015-07-06update vulkan.h for multi-level command buffers (V121)Chia-I Wu
2015-07-03vulkan.h: Added #define for MAX_DESCRIPTIONMark Lobodzinski
2015-07-02vulkan.h: V120 -- Tighten spec around VkMemoryRequirementsMark Lobodzinski
2015-07-02vulkan.h: V119 -- Remove unsigned byte indicesMark Lobodzinski
2015-07-02vulkan.h: V118 -- Add array types to VkImageViewTypeMark Lobodzinski
2015-07-02vulkan.h: V117 -- Remove Atomic Counters, Bug #14081Mark Lobodzinski
2015-07-02vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMALMark Lobodzinski
2015-07-02vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082.Mark Lobodzinski
2015-07-02layers: Update ObjectTracker layer to check first-level struct parameters for...Tobin Ehlis
2015-07-02layers: Fix ObjectTracker to add Instance when it's createdTobin Ehlis
2015-07-02demos: Set pName for cube shaders to "main" to keep ShaderChecker happyTobin Ehlis
2015-07-02loader: Use _alloca instead of alloca on WindowsDavid Pinedo
2015-07-01bug 14014: Fill out support for VkShaderModuleCourtney Goeltzenleuchter
2015-07-01bug-14014: Allow multiple entrypoints in modulesCourtney Goeltzenleuchter
2015-07-01loader: Move CreateDevice to device tableCourtney Goeltzenleuchter
2015-07-01loader: Remove locks from vkGet routinesTony Barbour
2015-07-01vulkan.h: Bug 14181 - Barriers need to be more preciseTony Barbour
2015-07-01Demos: use vcproj .user file to configure location of vulkan.dll in msvsDavid Pinedo
2015-07-01loader: Remove uneeded ICD and layers scanned booleanJon Ashburn
2015-07-01loader: Support gettting JSON ICD manifest files from registryJon Ashburn
2015-07-01loader: Fix compilation warnings for debug_report on WindowsJon Ashburn
2015-07-01loader: Add math library to the build for linux cJSON filesJon Ashburn
2015-07-01loader: Add parsing of JSON file to find location of ICD librariesJon Ashburn
2015-06-30cube: fix validation and clean up errorsTony Barbour
2015-06-30Layers: Fix screenshot seg fault, changed accesses to dispatch tblDavid Pinedo
2015-06-30demos: Ensure VertexInputState is NULL if unusedMark Lobodzinski
2015-06-29Revert "loader: Remove CreateDevice from loader's instance"Courtney Goeltzenleuchter
2015-06-29loader: Need to use ICD's GetDeviceProcAddrCourtney Goeltzenleuchter
2015-06-29loader: Remove CreateDevice from loader's instanceCourtney Goeltzenleuchter
2015-06-29loader: Move CreateDevice to device tableCourtney Goeltzenleuchter
2015-06-29layers: Do not advertise support for WSICourtney Goeltzenleuchter
2015-06-29layers: Abort logging if null debug_report ptrCourtney Goeltzenleuchter
2015-06-29layers: Remove unneeded assertsCourtney Goeltzenleuchter
2015-06-29generator: Add more debug statementsCourtney Goeltzenleuchter
2015-06-29generator: Clear dispatch tableCourtney Goeltzenleuchter
2015-06-29loader: Need to search device extension cacheCourtney Goeltzenleuchter