| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-27 | check that cube array views are complete cubes | Cass Everitt | |
| 2015-08-26 | v156: Bump API minor version | Cody Northrop | |
| 2015-08-26 | v156: Bug 14451 - Rename dynamic state objects | Cody Northrop | |
| 2015-08-26 | Bug 14474: Remove *_USAGE_GENERAL | Cody Northrop | |
| 2015-08-26 | v155: Bug 14435 - Remove abbreviations in VkClearColor | Cody Northrop | |
| 2015-08-26 | v154: Bug 14417 - Added VkShaderStage to VkShaderCreateInfo | Cody Northrop | |
| 2015-08-26 | v153: Minor version bump for bugs 14323, 14400, 14339, 14406 | Cody Northrop | |
| 2015-08-26 | Bug 14406: Add support for front/back stencil reference dynamic state | Cody Northrop | |
| 2015-08-26 | Bug 14339: Add the missing alphaToOneEnable to ↵ | Cody Northrop | |
| VkPipelineColorBlendStateCreateInfo | |||
| 2015-08-26 | Bug 14400: Add FORMAT_FEATURES for blits | Cody Northrop | |
| 2015-08-26 | Bug 14323: RasterLine and RasterDepthBias changes | Cody Northrop | |
| 2015-08-25 | loader: Add support for relative pathnames in the ICD manifest file lib_path | Jon Ashburn | |
| 2015-08-25 | Fix formatting for GitLab web interface | Jens Owen | |
| 2015-08-25 | layers: Initial commit of Validation Details md file | Tobin Ehlis | |
| This is intended to be a comprehensive list of validation checks in the Vulkan validation layers. For each layer, a table is included that describes the checks performed by that layer, the relevant API calls, the associated ERROR/WARNING code, any tests that exercise that check, and further notes or TODOs. Also each layer has a "pending work" section so that checks to be added in the future can be documented here. This is intended to be a working document where the document stays in synch with the code. Also, if missing validation checks are identified, but cannot be immediately implemented, they should be added to an appropriate "pending" section. Finally, if someone wants to contribute to the validation efforts, they can identify existing "pending" work to implement. | |||
| 2015-08-24 | loader: Make so layer manifest files are retained at CreateInstance | Jon Ashburn | |
| layer manifest files were rescanned after CreateInstance as needed for CreateDevice and GetPhysicalDeviceXXXProperties. Now stored the device and instance layer list in instance object. Also fix mem leak of extension list in some cases. Also fix bug where deep copy of instance to device layer properties was not being done. Only a shallow copy was being done. Also remove the lib_info struct from layer properties structure as only the lib name field was being used. Other layer library info is stored in the layer_library_list once the layer libraries are opened. | |||
| 2015-08-24 | loader: Make the ICD library scan happen as needed rather than once | Jon Ashburn | |
| Add a one time loader init routine also since this was done by ICD scan. Add icd library struct to instance object. | |||
| 2015-08-24 | loader: Remove the device_extension list from from scanned icds, unused | Jon Ashburn | |
| 2015-08-24 | loader: Remove the global extension list from scanned_icds struct | Jon Ashburn | |
| This list is regenerated as needed and stored in the instance object. | |||
| 2015-08-24 | loader: Make the global/instance ext list once for each instance | Jon Ashburn | |
| Also fix some bugs in the heap_alloc/heap_free. Also fix some memory leaks. | |||
| 2015-08-24 | loader: Remove global instance extension list and rebuild it as needed | Jon Ashburn | |
| This will be necessary once ICDs are rescanned at CreateInstance and prior. | |||
| 2015-08-18 | tests: Fix tests that re-submit Cmd Buffers w/ ONE_TIME_SUBMIT flag | Tobin Ehlis | |
| Added a way to pass VkCmdBufferBeginInfo through test framework. For tests that do multiple submits, update BeginCommandBuffer() calls to not set ONE_TIME_SUBMIT flag. | |||
| 2015-08-18 | layers: Add validation check to enforce ONE_TIME_SUBMIT of cmd buffers | Tobin Ehlis | |
| Track createInfo and beginInfo independently per cmdBuffer & check begin flags at QueueSubmit time to verify cmd buffer not submitted multiple times if VK_CMD_BUFFER_OPTIMIZE_ONE_TIME_SUBMIT_BIT is set. Add CmdBufferTwoSubmits test to verify this check. | |||
| 2015-08-17 | cube: Set pipeline renderpass | Courtney Goeltzenleuchter | |
| LunarXchange issue #111: https://vulkan.lunarg.com/app/issues/55cbc6d77ef24d0001000001 noticed that the pipeline's renaderPass was not being set. | |||
| 2015-08-14 | Revert "demos: Add dependency for SPIRV shader components" | Mike Stroyan | |
| This reverts commit 7dffaa146e1ec138b1c6a0b02a3b54d352636683. | |||
| 2015-08-14 | layers: Change Threading layer dispatch and logging | Mike Stroyan | |
| Use new log_msg with per instance and device dispatch | |||
| 2015-08-14 | layers: Remove unused layer-dispatch target | Mike Stroyan | |
| 2015-08-14 | layers: Optimize DrawState when info is not shown | Mike Stroyan | |
| Return quickly from synchAndPrintDSConfig when info is not requested. | |||
| 2015-08-14 | layers: Remove add_dependencies of .def files | Mike Stroyan | |
| The generated .def files should not be listed with add_dependencies. | |||
| 2015-08-14 | layers: Remove active flags with removed callbacks | Mike Stroyan | |
| layer_destroy_msg_callback was including flags from just removed callbacks. | |||
| 2015-08-14 | demos: Updated vulkaninfo for new features/limits entries | Mark Lobodzinski | |
| Also cleaned up output | |||
| 2015-08-13 | layers: Fix windows build for multi layer .def file | Jon Ashburn | |
| 2015-08-13 | loader: Fix bug in heap_free function to not do double free | Jon Ashburn | |
| 2015-08-12 | layers: Make multi layer functional again as a multi layer per library | Jon Ashburn | |
| Pretty much a total rewrite of this layer. Make multi1 a Device layer and multi2 an Instance layer. Remove all extension and layer property stuff, rely on manifest file. Remove all old common stuff, rely on newer loader/layer interface which can handle multiple layers pre library via manifest file. | |||
| 2015-08-12 | loader: Handle multiple layers descriptions per manifest file | Jon Ashburn | |
| 2015-08-11 | Bug 14407 - Add texelCoords to Sampler state | Cody Northrop | |
| 2015-08-11 | Bug 14339 - Add alphaToOne as an optional feature | Cody Northrop | |
| 2015-08-11 | v151: Bug 14386 - Change VK_NULL_HANDLE from a 0 to a nullptr | Cody Northrop | |
| 2015-08-11 | v150: Bug 14384 - Add a subpass field to VkCmdBufferBeginInfo | Cody Northrop | |
| 2015-08-11 | v149: Fix header ordering bug | Cody Northrop | |
| 2015-08-11 | nulldrv: Change to new WSI query functions. | Ian Elliott | |
| 2015-08-11 | layers: mem_tracker: Change to new WSI query functions. | Ian Elliott | |
| 2015-08-11 | demos: Change to new WSI header ... | Ian Elliott | |
| Change to: - Use new WSI query functions. - Set new VkSwapChainCreateInfoWSI members. | |||
| 2015-08-11 | loader: Change to new WSI query functions. | Ian Elliott | |
| 2015-08-11 | vulkan.py: Change to new WSI query functions. | Ian Elliott | |
| 2015-08-11 | WSI: Update swapchain headers to to version 13 and 45. | Ian Elliott | |
| Update "vk_wsi_device_swapchain.h" to version 45. Update "vk_wsi_swapchain.h" to version 13. | |||
| 2015-08-11 | build: rebuild LLVM when LLVM overlay files change | GregF | |
| 2015-08-11 | layers: Don't output DrawState dynamic state info for null handles | Mark Lobodzinski | |
| This was causing random segfaults in the layer validation tests. | |||
| 2015-08-11 | loader: Remove one time scan of layer libraries; do it as needed | Jon Ashburn | |
| Everytime get a Vulkan API call which needs layer library info rescan all layer manifest files to get the info. This way if they change the list will be updated. | |||
| 2015-08-11 | layers: Handle uninitialized QueueFamily values in APIDump | Mark Lobodzinski | |
| If queueFamilyCount or pQueueFamilyIndices were uninitialized, APIDump would persist in printing this info resulting in a segfault. Added check for sharingMode before examining these values. | |||
| 2015-08-10 | build: advance glslang and LunarGLASS versions to SPIR-V rev 31 | GregF | |
