aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-01loader: Get loader compiling.Ian Elliott
2015-12-01WSI: Eliminate a lot of references to WSI header files.Ian Elliott
2015-12-01WSI-ICD: Created per-platform structs for platform-specific info.Ian Elliott
2015-12-01WSI-debug_report: Add VK_OBJECT_TYPE_SURFACE_KHRIan Elliott
2015-12-01vulkan.py: Changes in previous WSI functions.Ian Elliott
2015-12-01nulldrv: WSI hand-editsIan Elliott
2015-12-01loader: Hand-editsIan Elliott
2015-12-01WSI: sed-generated changes to WSI code (not all that's needed).Ian Elliott
2015-12-01WSI: Remove old WSI headers (content now in "vulkan.h").Ian Elliott
2015-12-01WSI: Add WSI content to "vulkan.h" and "vk_platform.h".Ian Elliott
2015-11-30layers: LX195, Drawstate ignores compute pipelinesMark Lobodzinski
2015-11-30layers: Update README file for new SDK releasesMark Lobodzinski
2015-11-27layers/SC: Fix location counting for stages which take arrayed input.Chris Forbes
2015-11-26layers: Fix path for vulkan header.Jeremy Hayes
2015-11-26layers/SC: LX187: compute size of array and matrix typesChris Forbes
2015-11-26layers/SC: consider types larger than vec4 when collecting interfacesChris Forbes
2015-11-26layers/SC: fix a bogus leftover comment in descriptor validationChris Forbes
2015-11-26layers: Use spirv.hpp from colocated glslang treeChris Forbes
2015-11-26layers/SC: Delete disabled FS broadcast checking codeChris Forbes
2015-11-26Update param checker.Michael Lentine
2015-11-26layers: Remove mem/object deletion orderingMichael Lentine
2015-11-26Update access bits for 210 header.Michael Lentine
2015-11-25demos: Fix layer names for cubeJon Ashburn
2015-11-24Layers: changed layer names to conform to specDavid Pinedo
2015-11-23layers: port ShaderChecker layer to SPIR-V 1.0GregF
2015-11-23icd compiler, glslang: move to SPV 1.0GregF
2015-11-23layers: Add link to example vk_layer_settings.txtCody Northrop
2015-11-23layers: Fix image layer issue validating aspectMasksMark Lobodzinski
2015-11-20Revert "icd compiler, glslang: move to SPV 1.0"Jon Ashburn
2015-11-20Fix build in masterMichael Lentine
2015-11-20layers: MemTracker cleanup, remove redundant object-tracker type checksMark Lobodzinski
2015-11-20icd compiler, glslang: move to SPV 1.0GregF
2015-11-20tests: Make some of the validation tests work on androidMichael Lentine
2015-11-20layers: Fix thread-safety issues found in rendersystemtestsMark Lobodzinski
2015-11-20loader: Don't use ICD's VkDevice after it has been destroyedJon Ashburn
2015-11-20layers: Temporarily disable memory barrier validation in drawstateMark Lobodzinski
2015-11-20layers: LX196, validate createImage paramters against format limitsMark Lobodzinski
2015-11-19layers: Add null-check in MemTracker to prevent layer crashMark Lobodzinski
2015-11-19layers: Additional MapMemory validation checks in MemTrackerMark Lobodzinski
2015-11-19layers: LX206, properly restore command buffer level on a resetMark Lobodzinski
2015-11-19layers: LX205, fix BeginCommandBuffer log messagesMark Lobodzinski
2015-11-19layers: Fix memory barrier validation issuesMark Lobodzinski
2015-11-19loader: Don't init icds if CreateInstance() from ICD fails.Jon Ashburn
2015-11-19layers: Add DrawState checks for incompatible layouts at BindDescriptorSets timeTobin Ehlis
2015-11-19layers: Fix windows build errors in MemTrackerMark Lobodzinski
2015-11-19mem_tracker: Return VK_SUCCESS in vkCreateCommandPool, vkResetCommandPoolDavid Pinedo
2015-11-18loader: Make version in layer JSON files consistentJon Ashburn
2015-11-18loader: Add parsing of api_version in ICD JSONJon Ashburn
2015-11-18loader: Add dynamic dispatch for unknown device extension entrypointsJon Ashburn
2015-11-18demos: Change tri to use GetInstanceProcAddr for WSI dev ext entry pointsJon Ashburn