OSDN Git Service

Remove some GL/D3D legacy format quirks from vulkan vertex buffers
[android-x86/external-swiftshader.git] / src /
2019-03-04 Chris ForbesRemove some GL/D3D legacy format quirks from vulkan...
2019-03-04 Hernan LiatisVkCreateSwapchainKHR and VkDestroySwapchainKHR
2019-03-04 Chris ForbesAdd support for conversion instructions
2019-03-04 Chris ForbesAdd support for OpDot
2019-03-04 Chris ForbesAdd support for OpUMulExtended, OpSMulExtended
2019-03-04 Ben ClaytonSpirvShader: Add debug checks on Intermediate.
2019-03-04 Chris ForbesFix culling to match Vulkan convention
2019-03-02 Chris ForbesAllow all vkBeginCommandBuffer flags
2019-03-01 Alexis HetuWindows build fix
2019-03-01 Alexis HetuDescriptor sets update mechanism
2019-03-01 Nicolas CapensRemove src/Vulkan directory from CMake include path
2019-03-01 Ben ClaytonSpirvShader: Begin unary and binary ops.
2019-02-28 Ben ClaytonSpirvShader: Fix variable construction of non input...
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-28 Chris ForbesFix Context::colorWriteActive to consider all rendertargets
2019-02-28 Chris ForbesRemove remnants of non-descriptor-backed textures
2019-02-28 Ben ClaytonSpirvShader: Move emit() instructions to their own...
2019-02-28 Ben ClaytonSpirvShader: Debug print human readable opcode names
2019-02-28 Ben ClaytonSpirvShader: Move type declaration out to its own function
2019-02-28 Ben ClaytonSpirvShader: Add support for DescriptorSet and Binding...
2019-02-28 Ben ClaytonSpirvShader: Add SIMD namespace.
2019-02-27 Chris ForbesAdd support for OpVectorShuffle
2019-02-27 Chris ForbesAdd support for OpCompositeExtract
2019-02-27 Chris ForbesAdd support for OpCompositeInsert
2019-02-27 Chris ForbesAdd complex type walker for literal indexes
2019-02-27 Chris ForbesAdd support for OpCompositeConstruct
2019-02-27 Chris ForbesAdd GenericValue wrapper for either an Intermediate...
2019-02-27 Stephen WhiteFix push & pop of XMM registers.
2019-02-27 Ben ClaytonVkDebug.hpp: Call abort() after assert(false)
2019-02-27 Ben ClaytonFix warnings raised during release builds
2019-02-27 Chris ForbesReturn newly-created value from SpirvRoutine::createInt...
2019-02-27 Chris ForbesImplement indexed draws
2019-02-27 Alexis HetuDescriptor sets binding
2019-02-27 Alexis HetuSimple PipelineBarrier implementation
2019-02-27 Logan ChienFix REACTOR_USE_SUBZERO flag
2019-02-26 Ben ClaytonAdd Print helpers to reactor
2019-02-26 Alexis HetuVS build fix
2019-02-26 Chris ForbesFix point rendering
2019-02-26 Chris ForbesOpAccessChain: Remove pointer walking inside loop
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 Nicolas CapensWork around x86-64 calling convention bug
2019-02-26 Ben ClaytonSpirvShader: Decouple SPIR-V type attributes from objec...
2019-02-26 Ben ClaytonStrongly type object / type identifiers.
2019-02-26 Chris ForbesRemove VertexProcessor::multisampling state bit
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-25 Chris ForbesSuppress warnings for more instructions that require...
2019-02-25 Alexis HetuAssert there are no unmatched eglBindTexImage/eglReleas...
2019-02-25 Chris ForbesRemove remnants of non-descriptor UBO support
2019-02-25 Chris ForbesRemove remnants of GL-style user clip planes
2019-02-25 Chris ForbesRemove transform feedback remnants
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 Chris ForbesSilence emit-time warnings for many instructions
2019-02-22 Chris ForbesRemove alpha test plumbing
2019-02-22 Chris ForbesRestore vertex fetch state update from context -> state
2019-02-22 Chris ForbesImplement proper handling of constants
2019-02-22 Hernan LiatisvkGetDescriptorSetLayoutSupportKHR listed wrong
2019-02-22 Hernan LiatisUpdate ICD version to 3.0
2019-02-21 Ben ClaytonGLES: Fix race in Renderer destruction
2019-02-21 Ben ClaytonGLES: Fix OOB access of labelBlock.
2019-02-20 Chris ForbesConnect fragment shader outputs to raster operations...
2019-02-20 Chris ForbesAdd epilog pass to copy outputs out to pipeline
2019-02-20 Chris ForbesFix WalkAccessChain to actually walk type tree properly
2019-02-20 Chris ForbesRemove needless unique_ptr wrapping from inputs/outputs
2019-02-20 Chris ForbesSeparate intermediate values from lvalues
2019-02-20 Ben ClaytonSpirvShader: Split objects from types.
2019-02-20 Ben ClaytonSilence warnings: Add override to overriden virtual...
2019-02-20 Ben ClaytonSilence warnings: Remove bit-packing of Vulkan state
2019-02-20 Nico Weberswiftshader: Remove semicolons.
2019-02-20 Ben ClaytonSilence warnings: Remove all unused local variables
2019-02-20 Ben ClaytonFix mismatch of enum types in equality test
2019-02-20 Ben ClaytonSilence warnings: Add default cases to partial enum...
2019-02-19 Ben ClaytonRemove sw::BoundedIndex
2019-02-19 Ben ClaytonGLES: Remove hardcoded shader limits
2019-02-19 Chris ForbesAccumulate compile-time constant and runtime offsets...
2019-02-19 Ben ClaytonGLES: Fix for crashes when sampling certain textures.
2019-02-19 Ben ClaytonvkCmdBlitImage: Make a copy of the VkImageBlit structure
2019-02-15 Alexis HetuvkGetRenderAreaGranularity implementation
2019-02-15 Alexis HetuPrevent Pipeline crashing on missing non mandatory...
2019-02-15 Chris ForbesSupport loads and stores of interface variables
2019-02-15 Chris ForbesAdd SpirvRoutine::getValue helper
2019-02-15 Chris ForbesImplement some common forms of OpAccessChain
2019-02-15 Chris ForbesImplement some common forms of OpStore
2019-02-15 Chris ForbesImplement some common forms of OpLoad
2019-02-15 Chris ForbesTemplatize PopulateInterface & friends
2019-02-15 Chris ForbesSplit out decoration application helpers to avoid some...
2019-02-15 Chris ForbesFix handling of pointer sizes; we want them to be 1
2019-02-15 Chris ForbesAdd analysis pass support for OpLoad and OpAccessChain
2019-02-15 Chris ForbesHandle more instructions in spirv analysis pass
2019-02-15 Chris ForbesRemove more obsolete machinery from PixelProcessor
2019-02-15 Chris ForbesRemove depthOverride pixel state bit
2019-02-15 Chris ForbesCorrectly determine whether we need to compute centroids
2019-02-15 Chris ForbesWire up FS input to the shader
2019-02-15 Chris ForbesRemove VertexProcessor shader constants mechanism
next