| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-10 | layers: port ShaderChecker to SPIR-V v31 (from ChrisF) | GregF | |
| 2015-08-10 | WSI: Remove old "vs_wsi_lunarg.h" file. | Ian Elliott | |
| 2015-08-10 | layers: Restore information messages to the MemTracker layer | Mark Lobodzinski | |
| 2015-08-10 | tests: Move DestroyShaderModule calls after pipeline creation | Mark Lobodzinski | |
| 2015-08-10 | vktrace: Build vktrace as part of the main build | Jon Ashburn | |
| 2015-08-10 | codegen: Bring in fixes from glave codegen scripts to vulkan.py vk_helper.py | Jon Ashburn | |
| Add a new target to vk_helper.py for "struct_size" so vktrace can use that. Otherwise target "struct_wrappers" builds a bunch of files not needed by vtrace. Add debug_report as an extension in vulkan.py. Vktrace needs this to intercept debug_report extensions. | |||
| 2015-08-07 | layers: Reenable informational messages in DrawState layer | Mark Lobodzinski | |
| 2015-08-07 | include: Change debug report pUserData parameter to non-const | Jon Ashburn | |
| This was inconsistently defined. | |||
| 2015-08-07 | tests: Fixed a few errors in Tri caught by ObjectTracker | Mark Lobodzinski | |
| 2015-08-07 | Update ICD links in BUILD.md. | Peter Gal | |
| Update the ICD loader configuration links in the BUILD.md to point to the master branch. | |||
| 2015-08-06 | demos: Initialize render pass in pipeline create | Tony Barbour | |
| 2015-08-06 | windows: Fix various warnings | Cody Northrop | |
| Categories include: ASSERT_TRUE(int) changed to ASSERT_TRUE(0 != int) Change uint32_t to DeviceSize Stop adding with bools Add some explicit casting Remove unreferenced variables Add 'f' suffix to float literals Conflicts: tests/vkrenderframework.cpp | |||
| 2015-08-06 | demos: Fix trivial bugs in tri | Tony Barbour | |
| 2015-08-06 | Update stale info in BUILD.md. | Dejan Mircevski | |
| 2015-08-06 | loader: Change layer manifest file location env var to VK_LAYER_PATH | Jon Ashburn | |
| bug #14394 | |||
| 2015-08-04 | v148: Bug 14368 - Minor fixes for VkPhysicalDeviceFeatures | Cody Northrop | |
| 2015-08-04 | v147: Bugs 14352 and 14300 | Cody Northrop | |
| 2015-08-04 | v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make ↵ | Cody Northrop | |
| pSampleMask an array | |||
| 2015-08-04 | v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags field | Cody Northrop | |
| 2015-08-04 | v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to ↵ | Cody Northrop | |
| clearValueCount | |||
| 2015-08-04 | v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription | Cody Northrop | |
| 2015-08-04 | v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo | Cody Northrop | |
| 2015-08-04 | v140: Bug 14251 - Inconsistencies in the definition of queries | Cody Northrop | |
| 2015-08-04 | v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets | Cody Northrop | |
| 2015-08-04 | layers: Fixed formatting error in DrawState | Mark Lobodzinski | |
| 2015-08-04 | layers: Fix freed memory use in layer_destroy_msg_callback | Mike Stroyan | |
| Defer free in layer_destroy_msg_callback until after last use of data. | |||
| 2015-08-04 | layers: DrawState validation cases for BeginCommandBuffer | Mark Lobodzinski | |
| Framebuffer and Renderpass must be NULL for PRIMARY CBs, non-NULL for SECONDARY command buffers. Test cases also added. | |||
| 2015-08-04 | loader: Remove extension origin and use Vulkan ext prop structure | Jon Ashburn | |
| Origin was set but unused. This allowed tghe loader_extension_property structure to be reduced down to the VkExtensionProperties. | |||
| 2015-08-04 | loader: Make sure layer list from manifest file is all cleaned up properly | Jon Ashburn | |
| 2015-08-03 | loader: Move long DEBUG_REPORT comments into debug report source code | Jon Ashburn | |
| 2015-08-03 | loader: Add accessor functions to add/delete from layer property lists. | Jon Ashburn | |
| Use these to handle building and destroying instance and device layer property lists. | |||
| 2015-08-03 | loader: Convert layer versions from manifest file to Vulkan int version | Jon Ashburn | |
| 2015-08-03 | loader: Allow null string for CMAKE_INSTALL_PREFIX to prevent extra paths | Jon Ashburn | |
| NULL string was making loader search extra local paths such as /share/... Also expand log buffer . | |||
| 2015-07-31 | Initialize VkDesciptorSet to VK_NULL_HANDLE | Dana Jansens | |
| 2015-07-31 | Compare the handle object to VK_NULL_HANDLE, not its internal integer value | Dana Jansens | |
| 2015-07-31 | layers: Validate renderPass. | Jeremy Hayes | |
| 2015-07-31 | cmake: Set CMAKE_INSTALL_PREFIX to "" so loader will be built with sys paths | Jon Ashburn | |
| CMake seems to default to non-null but for system SDK builds want this to be empty string. | |||
| 2015-07-31 | layers: Rework APIDump changes to fix windows compilation errors | Mark Lobodzinski | |
| MSVC compiler hated unions of structs with non-default constructors. | |||
| 2015-07-31 | demos: use -o on glslangValidator to allow parallel make | GregF | |
| 2015-07-31 | loader: Fix Windows layers json files for backslash as separator | Jon Ashburn | |
| 2015-07-31 | Screenshot layer: Works on SDK 0.2 branch | David Pinedo | |
| 2015-07-31 | ObjectTracker Layer: Fix crash on windows in CreateInstance | David Pinedo | |
| function explicit_CreateInstance was crashing when it tried to use a mutex before it was initialized. Determined mutex wasn't needed at the start of this function, so remove the lock. | |||
| 2015-07-31 | loader: Fix alloca ro loader_stack_alloc() for Windows | Jon Ashburn | |
| 2015-07-31 | loader: get_registry_files needs to parse a list | Tony Barbour | |
| 2015-07-31 | layers: Add separate windows and linux json | Courtney Goeltzenleuchter | |
| 2015-07-31 | xchange-94: Use VK_ prefix for environment vars | Courtney Goeltzenleuchter | |
| Use the Vulkan namespace (VK_ prefix) on debug environment variables used in the loader and the Intel sample driver. This resolves LunarXchange bug #94. https://vulkan.lunarg.com/app/issues/55b76baa7ef24d0001000072 | |||
| 2015-07-31 | xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME | Courtney Goeltzenleuchter | |
| Use the Vulkan namespace (VK_ prefix) on DEBUG_REPORT_EXTENSION_NAME This resolves LunarXchange bug #93. https://vulkan.lunarg.com/app/issues/55b76ae37ef24d0001000070 | |||
| 2015-07-31 | layers: Fix vkGetPipelineCacheSize validation. | Jeremy Hayes | |
| 2015-07-31 | layers: Enabled detailed output of void* memBarrier parameters | Mark Lobodzinski | |
| APIDump now interprets these void* pointers and prints the appropriate information. | |||
| 2015-07-31 | layers: Fix misc bugs in param checker. | Jeremy Hayes | |
| Fix sType validation. Improve nullptr validation. Remove more false positives. Fix VkResult validation. | |||
