| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-17 | v133: Update parameter types on CmdWaitEvents | Courtney Goeltzenleuchter | |
| 2015-07-17 | v115: remove GetPhysicalDevicePerformance | Courtney Goeltzenleuchter | |
| 2015-07-17 | rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties | Courtney Goeltzenleuchter | |
| 2015-07-17 | vulkan: Updates to match upstream vulkan.h | Courtney Goeltzenleuchter | |
| 2015-07-17 | vulkan: Switch to upstream header | Courtney Goeltzenleuchter | |
| 2015-07-17 | vulkan.h: API changes for #13744 - sharing across queues | Chris Forbes | |
| The ICD doesn't do anything differently interesting yet, but this is enough that the API works. V2: Fix testbinding. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> | |||
| 2015-07-17 | tests: Integrate command pools into tests | Courtney Goeltzenleuchter | |
| 2015-07-17 | demos: Update for command pools | Cody Northrop | |
| 2015-07-17 | icd: Support for command pools | Cody Northrop | |
| 2015-07-17 | layers: Various layer fixes to get layer validation tests working with type ↵ | Tobin Ehlis | |
| safety changes | |||
| 2015-07-17 | nulldrv: Fix up compile issues for Windows | Courtney Goeltzenleuchter | |
| 2015-07-17 | loader: Fix MS compile warning | Courtney Goeltzenleuchter | |
| 2015-07-17 | layers: Fixup and reenable fs output validation in ShaderChecker | Chris Forbes | |
| Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> | |||
| 2015-07-17 | bug-14184: Transient memory allocations | Courtney Goeltzenleuchter | |
| 2015-07-17 | Bug 14224: Remove abbreviations on some API symbols | Tony Barbour | |
| 2015-07-17 | misc: Bump header version | Courtney Goeltzenleuchter | |
| 2015-07-17 | Bug 14084: Get tests compiling and running | Tony Barbour | |
| Some layer tests still have issues. | |||
| 2015-07-17 | Bug 14248: Add vkFreeDescriptorSets | Tony Barbour | |
| 2015-07-17 | layers: Get MemTracker compiling with type safety header change | Tobin Ehlis | |
| Still need to test functionality. | |||
| 2015-07-17 | layers: Get Generic layer to compile with type safety header changes | Tobin Ehlis | |
| 2015-07-17 | layers: Update ShaderChecker for 14084 | Chris Forbes | |
| Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> | |||
| 2015-07-17 | TODO: Disable non-working layers for now | Courtney Goeltzenleuchter | |
| 2015-07-17 | Bug 14084 - Object Tracker, Image, Generic layers | Tony Barbour | |
| 2015-07-17 | layers: Threading layer type safety header changes | Mike Stroyan | |
| Change to one map per data type. Change to one useObject and finishUsingObject function per data type. Use object.handle as map key for non-dispatchable objects. Change to VkDbgObjectType. | |||
| 2015-07-17 | layers: Fix param checker compilation errors. | Jeremy Hayes | |
| 2015-07-17 | layers: Updated DrawState to work with type safety changes | Tobin Ehlis | |
| DrawState now working with cube demo, but lots of cleanup and TODO items that need to be addressed. | |||
| 2015-07-17 | layers: Layer updates to get helpers compiling with type safety changes | Tobin Ehlis | |
| 2015-07-17 | misc: Enable only APIDump layer for now | Courtney Goeltzenleuchter | |
| 2015-07-17 | Bug 14084 - Improve type safety and remove polymorphism | Tony Barbour | |
| 2015-07-17 | bug 14084: Update test binding for type safety | Courtney Goeltzenleuchter | |
| 2015-07-17 | layers: Updated DrawState to use new VkAttachmentView object | Tobin Ehlis | |
| 2015-07-17 | update vulkan.h for multi-pass command buffers (V131, #14075) | Chia-I Wu | |
| Minimal changes to keep everything building and functioning. TODO: Need to port draw_state to use new VkAttachmentView structure. | |||
| 2015-07-17 | demos: fix color attachment store op | Chia-I Wu | |
| Should be STORE, not DONT_CARE. | |||
| 2015-07-17 | demos: destroy VkRenderPass and VkFramebuffer with VkDevice | Chia-I Wu | |
| We should not destroy them immediately after the command buffer is built. | |||
| 2015-07-17 | demos: remove an extraneous vkCmdBeginRenderPass() | Chia-I Wu | |
| 2015-07-17 | loader: Exit loop as soon as we know the answer | Courtney Goeltzenleuchter | |
| 2015-07-17 | vulkaninfo: Fix compiler complaint on windows | Courtney Goeltzenleuchter | |
| The windows compiler didn't like it when the known_extensions list of empty. By removing that size from inside the loop we get the effect we want (0 iterations) and avoid the compiler complaint. | |||
| 2015-07-17 | loader: use device extension list, not global | Courtney Goeltzenleuchter | |
| When validating the PhysicalDevice extensions really need to use the device extension list not the loader's global list. | |||
| 2015-07-14 | Revert "demos: use -o on glslangValidator to allow parallel make" | Courtney Goeltzenleuchter | |
| This reverts commit 2d83e06b0dacb8b4d1364b816ce10e56829e048a. Do not want to make this change at this time. | |||
| 2015-07-14 | demos: use -o on glslangValidator to allow parallel make | GregF | |
| 2015-07-10 | demos: Fix windows compile error in vulkaninfo.c | David Pinedo | |
| 2015-07-10 | demos: Fix list of known device extensions to not include WSI_LUNARG | Jon Ashburn | |
| Also remove DEBUG_MARKER from intel_icd list as it doesn't implement the extension so don't report it. | |||
| 2015-07-10 | demos: add code to compile spv files in separate directories. | GregF | |
| This enables parallel build. | |||
| 2015-07-10 | layers: Allow ObjectTracker to skip validation of objects that can be NULL | Tobin Ehlis | |
| 2015-07-10 | nulldrv: Update for bug 14033 Add new entrypoints and delete old ones | Jon Ashburn | |
| 2015-07-10 | misc: Update header version | Courtney Goeltzenleuchter | |
| 2015-07-10 | helper: Update header parser | Courtney Goeltzenleuchter | |
| The generated version of vulkan.h does not include structure names on enums or structures. This was throwing off our parser. This patch adds support to handle that. | |||
| 2015-07-10 | misc: Make spirv compile and mv one command | Courtney Goeltzenleuchter | |
| Seeing some issues where a parallel make causes problems by moving result of a different compile. Combined the commands into one line to try and reduce odds that happens. | |||
| 2015-07-10 | vulkan: Rename bool32_t to VkBool32 | Courtney Goeltzenleuchter | |
| Target was v129 of the header | |||
| 2015-07-10 | misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes | Jon Ashburn | |
