OSDN Git Service

Add support for OpIsInf, OpIsNan
[android-x86/external-swiftshader.git] / src /
2019-03-08 Chris ForbesAdd support for OpIsInf, OpIsNan
2019-03-07 Ben ClaytonReactor (LLVM): Fix GEP for Pointer<Pointer<T>> types
2019-03-07 Chris ForbesStart support for OpExtInst
2019-03-07 Ben ClaytonSpirvShader: Implement Uniform and StorageBuffer access
2019-03-07 Ben ClaytonSpirvShader: Add PhysicalPointers
2019-03-07 Chris ForbesRequire 16-byte alignment for Vulkan objects
2019-03-07 Ben ClaytonReactor: Fix createFCmpUNE (LLVM)
2019-03-07 Ben ClaytonReactor: Add address-of operator on reference types.
2019-03-07 Ben ClaytonVKPipeline: Log any errors produced by the SPIR-V optimizer
2019-03-07 Ben ClaytonFix windows build
2019-03-07 Chris ForbesWire up depth and stencil attachments to pipeline
2019-03-06 Ben ClaytonSpirvShader: Implement OpSelect
2019-03-06 Ben ClaytonSpirvShader: Add relational ops for ordered and unorder...
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-05 Chris ForbesAssert on unimplemented instructions
2019-03-05 Ben ClaytonSpirvShader: Add relational ops for integers
2019-03-04 Chris ForbesFix setup code to deal with inverted area sign
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-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
next