OSDN Git Service

Disable surface and swapchain support for Android
[android-x86/external-swiftshader.git] / src / Vulkan /
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-04-05 Ben ClaytonFix DescriptorUpdateTemplate::updateDescriptorSet
2019-04-03 Ben ClaytonImplement dynamic buffer offsets.
2019-04-03 Alexis HetuRemoved SwiftShader's custom DrawType enum
2019-04-03 Ben ClaytonVkPipeline: Add basic optimization passes.
2019-04-03 Nicolas CapensDefault to 64-bit MSVC toolchain
2019-04-03 Nicolas CapensRename swiftshader_icd.def to libvk_swiftshader.def
2019-03-29 Ben ClaytonVkPipeline: Debug - show ids not names in disassembly.
2019-03-29 Nicolas CapensFix descriptor set allocation and update
2019-03-29 Chris ForbesWire up indirect dispatch
2019-03-28 Chris ForbesClaim support for multi draw indirect + base instance
2019-03-28 Chris ForbesImplement indirect draws
2019-03-28 Chris ForbesAllow subpasses to use secondary command buffers
2019-03-28 Alexis HetuProper mipmap size allocation for compressed textures
2019-03-28 Alexis HetuAdd support for compressed image copy
2019-03-27 Chris ForbesRemove asserts blocking pipeline derivatives
2019-03-27 Nicolas CapensAdd GLES unit tests to Kokoro Windows CI
2019-03-26 Alexis HetuRenderpass multisampling resolve
2019-03-26 Alexis HetuFill buffer fix
2019-03-26 Chris ForbesSupport for per-instance attributes
2019-03-21 Chris ForbesEnsure image strides are always suitable for the rasterizer
2019-03-21 Alexis HetuvkCmdExecuteCommands implementation
2019-03-21 Chris ForbesSynchronize at end of renderpass
2019-03-21 Alexis Hetusw::Surface removed
2019-03-21 Alexis Hetusw::Surface references removed from sampling code
2019-03-21 Alexis HetuBasic CommandBuffer::waitEvents implementation
2019-03-20 Chris ForbesVulkan: Plumb bound descriptor sets down to SpirvRoutine.
2019-03-20 Nicolas CapensFix MSVC build
2019-03-20 Chris ForbesFactor out vertex attribute binding from Draw*::play
2019-03-19 Chris ForbesAdd support for push constants
2019-03-19 Nicolas CapensFix VulkanUnitTests on Visual Studio
2019-03-18 Chris ForbesWire up sample mask correctly
2019-03-18 Chris ForbesTidy stencil state handling
2019-03-18 Alexis HetuAllow null dispatchable objects
2019-03-18 Ben ClaytonReintroduce "VkDebug: Update macros to address issues...
2019-03-18 Ben ClaytonCompute: WorkgroupSize decorations take precedence...
2019-03-16 Chris ForbesPropagate image view clear aspect mask to image clear
2019-03-15 Ben ClaytonRevert "VkDebug: Update macros to address issues in...
2019-03-15 Chris ForbesRemove asserts on depth bounds values
2019-03-15 Chris ForbesRemove asserts blocking specialization constant use
2019-03-15 Chris ForbesRun spirv-opt pass to eliminate dead functions after...
2019-03-15 Ben ClaytonComputeProgram: Add subgroup builtins.
2019-03-15 Alexis HetuDescriptorSetLayout destruction fix
2019-03-15 Alexis HetuCubeMap fixes
2019-03-15 Alexis HetuDedicated allocation verification
2019-03-15 Ben ClaytonVkDebug: Update macros to address issues in b/127433389
2019-03-15 Dan SinclairCopy build artifacts to CMAKE_BINARY_DIR.
2019-03-13 Alexis HetuChange scissor type from sw::Rect to VkRect2D
2019-03-13 Alexis HetuRemove old Framebuffer code from Vulkan
2019-03-13 Alexis HetuRemoved references to sw::Surface
2019-03-13 Ben Claytonsrc/Pipeline/ComputeProgram: Remove unused parameter...
2019-03-12 Hernan LiatisWait semaphores for VkQueuePresentKHR
2019-03-12 Hernan LiatisHandle oldSwapchains
2019-03-12 Hernan LiatisvkAcquireNextImageKHR and vkQueuePresentKHR
2019-03-12 Chris ForbesFix image format properties query in various edge cases
2019-03-12 Alexis HetuAdd utility functions from sw::Surface to vk::Format
2019-03-12 Ben ClaytonVulkan: Very rough first implementation of compute...
2019-03-11 Alexis HetuAllow the Blitter to clear and blit vk::Image objects...
2019-03-08 Alexis HetuBuild fix
2019-03-08 Alexis HetuMove Blitter ownership from Image to Device
2019-03-08 Alexis HetuDescriptor Update Template implementation
2019-03-08 Chris ForbesFix inconsistencies in advertised dimensions vs levels
2019-03-07 Ben ClaytonSpirvShader: Implement Uniform and StorageBuffer access
2019-03-07 Chris ForbesRequire 16-byte alignment for Vulkan objects
2019-03-07 Ben ClaytonVKPipeline: Log any errors produced by the SPIR-V optimizer
2019-03-07 Chris ForbesWire up depth and stencil attachments to pipeline
2019-03-06 Ben ClaytonPlumb PipelineLayouts down to SpirvRoutine
2019-03-06 Chris ForbesImplement GetPhysicalDeviceSparseImageFormatProperties
2019-03-06 Chris ForbesDisable creation of multisample images until they work
2019-03-04 Hernan LiatisImplement vkGetSwapchainImagesKHR
2019-03-04 Chris ForbesRemove some GL/D3D legacy format quirks from vulkan...
2019-03-04 Hernan LiatisVkCreateSwapchainKHR and VkDestroySwapchainKHR
2019-03-02 Chris ForbesAllow all vkBeginCommandBuffer flags
2019-03-01 Alexis HetuWindows build fix
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-28 Chris ForbesRemove partial logic op support
2019-02-28 Chris ForbesUse sample count from multisample state, not from attac...
2019-02-27 Ben ClaytonVkDebug.hpp: Call abort() after assert(false)
2019-02-27 Chris ForbesImplement indexed draws
2019-02-27 Alexis HetuDescriptor sets binding
2019-02-27 Alexis HetuSimple PipelineBarrier implementation
2019-02-26 Chris ForbesFix point rendering
2019-02-26 Alexis HetuReplace uses of sw::Surface with vk::ImageView in the...
2019-02-26 Chris ForbesFix various issues in vertex fetch setup
2019-02-26 Hernan LiatisWrong macro being #undef'd in VkGetProcAddress
2019-02-25 Hernan LiatisFix minor issue in vkCreateInstance extension loop
2019-02-25 Alexis HetuPipelineLayout implementation
2019-02-23 Chris ForbesSet render targets correctly when drawing
2019-02-22 Chris ForbesWire up cull mode handling to Vulkan pipeline
2019-02-22 Hernan LiatisvkGetDescriptorSetLayoutSupportKHR listed wrong
2019-02-22 Hernan LiatisUpdate ICD version to 3.0
2019-02-20 Ben ClaytonSilence warnings: Add override to overriden virtual...
2019-02-20 Ben ClaytonSilence warnings: Remove all unused local variables
2019-02-20 Ben ClaytonSilence warnings: Add default cases to partial enum...
2019-02-19 Ben ClaytonvkCmdBlitImage: Make a copy of the VkImageBlit structure
next