OSDN Git Service

Disable surface and swapchain support for Android
[android-x86/external-swiftshader.git] / src / Vulkan / libVulkan.cpp
2019-04-05 Chris ForbesDisable surface and swapchain support for Android pie-x86 android-x86-9.0-r1 android-x86-9.0-r2
2019-04-05 Alexis HetuSupport pNext chain entries in vkCreateImageView
2019-04-05 Alexis HetuSample location properly marked as unsupported
2019-04-05 Alexis HetuInput aspect support in vkCreateRenderPass
2019-03-18 Ben ClaytonReintroduce "VkDebug: Update macros to address issues...
2019-03-15 Ben ClaytonRevert "VkDebug: Update macros to address issues in...
2019-03-15 Alexis HetuDedicated allocation verification
2019-03-15 Ben ClaytonVkDebug: Update macros to address issues in b/127433389
2019-03-12 Hernan LiatisHandle oldSwapchains
2019-03-12 Hernan LiatisvkAcquireNextImageKHR and vkQueuePresentKHR
2019-03-12 Ben ClaytonVulkan: Very rough first implementation of compute...
2019-03-08 Alexis HetuMove Blitter ownership from Image to Device
2019-03-08 Alexis HetuDescriptor Update Template implementation
2019-03-06 Chris ForbesImplement GetPhysicalDeviceSparseImageFormatProperties
2019-03-04 Hernan LiatisImplement vkGetSwapchainImagesKHR
2019-03-04 Hernan LiatisVkCreateSwapchainKHR and VkDestroySwapchainKHR
2019-03-01 Alexis HetuDescriptor sets update mechanism
2019-02-28 Hernan LiatisAdvertise support for VK_KHR_swapchain
2019-02-28 Hernan LiatisAdd basic VkSurfaceKHR (Xlib only for now)
2019-02-25 Hernan LiatisFix minor issue in vkCreateInstance extension loop
2019-02-22 Hernan LiatisUpdate ICD version to 3.0
2019-02-15 Alexis HetuvkGetRenderAreaGranularity implementation
2019-02-14 Hernan LiatisAllow creation of VkInstances that support Xlib surfaces
2019-02-13 Nicolas CapensReplace vulkan.h includes with vulkan_core.h
2019-02-06 Alexis HetuBasic DescriptorPool and DescriptorSetLayout implementation
2019-02-01 Alexis HetuCommandPool reset and trim
2019-01-31 Alexis HetuSupport for device groups
2019-01-30 Chris ForbesAdd SPIRV-Tools as git subtree
2019-01-30 Chris ForbesAdd SPIRV-Headers as git subtree
2019-01-30 Alexis HetuvkQueueWaitIdle and vkDeviceWaitIdle as noops
2019-01-30 Nicolas CapensMerge changes If2de3cbd,Ia12719e9
2019-01-29 Alexis HetuIntentionally ignore pipeline cache for now
2019-01-29 Nicolas CapensUpdate to latest LLVM 7.0 release branch revision.
2019-01-25 Alexis HetuQueryPool object creation
2019-01-24 Alexis HetuvkGetImageSubresourceLayout implementation
2019-01-17 Alexis HetuImplemented depth and stencil clear command
2019-01-17 Chris ForbesProduce correct error result for unsupported formats
2018-12-12 Alexis HetuVkImageView initial implementation
2018-12-11 Alexis HetuImage copy
2018-12-07 Alexis HetuImplement waiting for fences as noop
2018-12-06 Alexis HetuBasic commands required to draw a simple triangle test
2018-12-06 Alexis HetuVkPipeline simple implementation
2018-11-30 Alexis HetuAllow Command Buffers to be allocated and freed
2018-11-26 Nicolas CapensImplement extended vkCreateDevice features support.
2018-11-26 Nicolas CapensFix entry function pointer queries.
2018-11-21 Alexis HetuPlaceholder object for VkPipelineCache
2018-11-21 Alexis HetuInitial implementation of CommandPool
2018-11-21 Alexis HetuVulkan Sampler implementation
2018-11-16 Alexis HetuInitial implementation of RenderPass
2018-11-16 Alexis HetuInitial implementation of Framebuffer
2018-11-16 Alexis HetuInitial implementation of Image
2018-11-16 Alexis HetuInitial implementation of ShaderModule
2018-11-16 Alexis HetuInitial implementation of Pipeline, PipelineLayout
2018-11-14 Nicolas CapensRefactor physical device feature query.
2018-11-14 Nicolas CapensFix feature query infinite loop.
2018-11-14 Nicolas CapensRemove unsupported functionality.
2018-11-14 Nicolas CapensBase the driver version on Version.h.
2018-10-26 Nicolas CapensFix OGLES2HelloAPI and Vulkan build.
2018-10-26 Alexis HetuBuffer, BufferView and DeviceMemory
2018-10-25 Chris ForbesFixes for extension enumeration
2018-10-19 Alexis HetuDevice and PhysicalDevice features and properties
2018-10-18 Alexis HetuCommandBuffer skeleton
2018-10-18 Alexis HetuSynchonization objects
2018-10-18 Alexis HetuLinux build fix
2018-10-15 Alexis HetuVulkan dispatchable objects
2018-10-12 Nicolas CapensAdd LLVM 7.0 as git subtree
2018-09-26 Chris ForbesInitial cmake support for vulkan target
2018-09-26 Alexis HetuVulkan API (GetProcAddr only)