aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-07object_track: Update extension & layer supportCourtney Goeltzenleuchter
2015-07-07cube: Disable currently unused codeCourtney Goeltzenleuchter
2015-07-07Update CMake as things are ported.Courtney Goeltzenleuchter
2015-07-07loader: track layer library listCourtney Goeltzenleuchter
2015-07-07loader: Save app allocation callbacksCourtney Goeltzenleuchter
2015-07-07layers: Add TODO regarding lockingCourtney Goeltzenleuchter
2015-07-07mem_tracker: Remove unused variableCourtney Goeltzenleuchter
2015-07-07mem_tracker: Move wsi data to layer_dataCourtney Goeltzenleuchter
2015-07-07layers: Update basic sample layerCourtney Goeltzenleuchter
2015-07-07loader: bug 12992: extension and layer supportCourtney Goeltzenleuchter
2015-07-07layers: Fix codegen for printing arrays of char* stringsTobin Ehlis
2015-07-07loader: Add implicit layer activationJon Ashburn
2015-07-07loader: Split the instance and device layer enablement env vars into 2Jon Ashburn
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