aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-25INSTALLER: Moved vulkaninfo 32-bit start menu link before 64-bit version.Mark Young
2016-01-25BUILD: Fixed more compilation warnings on 32-bit Windows builds.Mark Young
2016-01-25LOADER: Add 32-bit vulkaninfo link to start menu.Mark Young
2016-01-25Loader: Fix 32-bit Cmake detection of ImageMagickMark Young
2016-01-25DOCS: Updated LoaderAndTools doc to indicate updated ImageMagick requirements.Mark Young
2016-01-25Installer: Clean up powershell header comment.Mark Young
2016-01-25Installer: 32-bit installer changes to get working on 64-bit system.Mark Young
2016-01-25Installer: Added changes to detect 32-bit layers on 64-bit system.Mark Young
2016-01-25Installer: Minor cleanupMark Young
2016-01-25Installer: Changes for 32-bit installerMark Young
2016-01-25Installer: More work towards 32-bit installer for 32-bit OSMark Young
2016-01-25Installer: Add support to install 32-bit vulkaninfoMark Young
2016-01-25LOADER/INSTALLER: Add support for 32-bit install in Win64 installerMark Young
2016-01-25Win32: Get 32-bit Windows build workingMark Young
2016-01-25layers: LX306, Fix NPE in draw_stateMark Lobodzinski
2016-01-25loader: Disable using CreateInstance allocation callbacksJon Ashburn
2016-01-25Added one more license to list of licensesDavid Pinedo
2016-01-25demos: Select queue family based on both graphics and present supportTony Barbour
2016-01-25LAYERS: More 32-bit fixes caused by recent commits.Mark Young
2016-01-25Win32: Get 32-bit Windows build workingMark Young
2016-01-25BUILD: Fix build of draw_state.cpp with VS 2015.Mark Young
2016-01-25BUILD: Moved 64-bit source dir back to build from build64.Mark Young
2016-01-25Win32: Get 32-bit Windows build workingMark Young
2016-01-25BuildFixes: Hard-code Win64 in Visual Studio detect scriptMark Young
2016-01-25BuildFixes: Fixed update_external_sources batch file for Windows build.Mark Young
2016-01-23layers: LX300, Conditionally validate pInheritanceInfo in object_trackerMark Lobodzinski
2016-01-23layers: LX295, fix draw_state vkCreateDescriptorPool range sizesMark Lobodzinski
2016-01-22shader compiler: map VertexIndex to VertexIDGregF
2016-01-22layers: Only set up tracking for new descriptors if allocation succeeded.Chris Forbes
2016-01-22nulldrv: Set memory type mask for buffers.Chris Forbes
2016-01-22nulldrv: fill out physical device memory infoChris Forbes
2016-01-22layers: Fix draw_state validation of descriptor updates with imagesTobin Ehlis
2016-01-22misc: bump to header 1.0.2Jon Ashburn
2016-01-22layers: MR153, Correctly track inFlight cmdBuffers per queueTobin Ehlis
2016-01-22layers: MR150, Fix render pass graphics checksMichael Lentine
2016-01-22layers: MR139, draw_state VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT checksTobin Ehlis
2016-01-22layers: MR137, Flag error if set updated or freed while in useTobin Ehlis
2016-01-21glslang: bump up glslang and spirv-tools versions for ISV releaseGregF
2016-01-21shader compiler: add new VertexIndexGregF
2016-01-21Make cJSON case-sensitiveAntoine Labour
2016-01-20debug_report: Integrate review feedbackCourtney Goeltzenleuchter
2016-01-20layers: Fix screenshot to intercept CreateInstance so it canbe on instance chainJon Ashburn
2016-01-20vktrace: Get partially working again with the new loader/layer interfaceJon Ashburn
2016-01-20layers: Remove obsolete VkbaseLayerObjectJon Ashburn
2016-01-20loader: remove resolved TODOsCourtney Goeltzenleuchter
2016-01-20loader: Remove CreateInstance and CreateDeviceCourtney Goeltzenleuchter
2016-01-20loader: Use ICD's GetInstanceProcAddrCourtney Goeltzenleuchter
2016-01-20loader: Add util to strip loader extensionsCourtney Goeltzenleuchter
2016-01-20loader: implement new layer init methodCourtney Goeltzenleuchter
2016-01-20layers: fix threading destroy instanceCourtney Goeltzenleuchter