OSDN Git Service

android-x86/external-swiftshader.git
2019-02-08 Alexis HetuUpdate and Fill Buffers
2019-02-06 Alexis HetuBasic DescriptorPool and DescriptorSetLayout implementation
2019-02-06 Nicolas CapensAdd SPIRV-Tools to the Vulkan build.
2019-02-06 Nicolas CapensAdd Visual Studio project files for SPIRV-Tools.
2019-02-06 Nicolas CapensSwitch to SPIRV-Headers from subtree.
2019-02-06 Nicolas CapensSuppress Clang warning for unsupported warning.
2019-02-05 Ben ClaytonSilence clang warning spewed by every .cpp compile
2019-02-05 Ben ClaytonCMake: Fix logic that automatically fetches submodules.
2019-02-05 Maksim SisovGCC: use Wno-error=header-hygiene only with clang.
2019-02-05 Ben ClaytonFix linux link error when using LLVM reactor backend.
2019-02-04 Chris ForbesSplit Object::Kind::Variable
2019-02-04 Alexis HetuSupport for usage in memory requirements
2019-02-04 Chris ForbesAdjust interface extraction to account for split types
2019-02-04 Alexis HetuvkCmdSetEvent/vkCmdResetEvent implementation
2019-02-01 Alexis HetuCommandPool reset and trim
2019-02-01 Raymond ChiuAdd presubmit config for kokoro
2019-01-31 Chris ForbesInclude Vulkan version of debug support in vulkan files
2019-01-31 Alexis HetuSupport for device groups
2019-01-31 Raymond ChiuAdd -Wl,--no-as-needed to ld flags
2019-01-30 Matthew Dempsky[fuchsia] Ensure VMO has execute rights
2019-01-30 Chris ForbesAdd SPIRV-Tools as git subtree
2019-01-30 Chris ForbesSquashed 'third_party/SPIRV-Tools/' content from commit...
2019-01-30 Chris ForbesAdd SPIRV-Headers as git subtree
2019-01-30 Chris ForbesSquashed 'third_party/SPIRV-Headers/' content from...
2019-01-30 Alexis HetuvkQueueWaitIdle and vkDeviceWaitIdle as noops
2019-01-30 Nicolas CapensRe-enable -Wno-defaulted-function-deleted warnings.
2019-01-30 Nicolas CapensMerge changes If2de3cbd,Ia12719e9
2019-01-30 Alexis HetuSupport for instanceCount, firstVertex and firstInstanc...
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-29 Nicolas CapensSquashed 'third_party/llvm-7.0/llvm/' changes from...
2019-01-29 Raymond ChiuSetup Kokoro linux build
2019-01-28 Alexis HetuFramebuffer clear assert fix
2019-01-28 Wez[Fuchsia] Use the read/write permission flag names...
2019-01-28 Nicolas CapensFix LLVM 3.0 build issue.
2019-01-25 Alexis HetuImplementation of partial clear
2019-01-25 Alexis HetuSupport for clearing Framebuffer attachments
2019-01-25 Alexis HetuBasic RenderPass implementation
2019-01-25 Alexis HetuQueryPool object creation
2019-01-24 Alexis HetuvkGetImageSubresourceLayout implementation
2019-01-24 Alexis HetuFixed a crash using TransformFeedback with DrawArraysIn...
2019-01-23 Lingfeng YangAdd GL_OES_EGL_image_external_essl3
2019-01-22 Chris ForbesUse unique names for each LLVM IR dump
2019-01-21 Chris ForbesChange routine names to be strings of char
2019-01-18 Chris Forbesmake NDEBUG version of UNIMPLEMENTED() macro variadic too
2019-01-18 Cody SchuffelenFix compilation error on android build.
2019-01-18 Chris Forbesdrop c++ version for cmake build to 11
2019-01-18 Chris Forbesremove remaining make_unique usage
2019-01-18 Alexis HetuReplaced std::make_unique with std::unique_ptr
2019-01-17 Chris ForbesSplit types from other kinds of definitions
2019-01-17 Chris ForbesAdd support for builtin blocks
2019-01-17 Chris ForbesAdd support for arrays to interface and size analyses
2019-01-17 Chris ForbesAdd minimal support for integer constants
2019-01-17 Alexis HetuImplemented depth and stencil clear command
2019-01-17 Alexis HetuAdded clear color image command
2019-01-17 Alexis HetuSupport for array layers and mip levels in VkImage...
2019-01-17 Alexis HetuAllow clearing image arrays in ImageView
2019-01-17 Chris ForbesCollect input/output interfaces
2019-01-17 Tom TanPort LLVM change rL350655
2019-01-17 Chris ForbesAdd support for SPIRV decorations
2019-01-17 Alexis HetuFixed all OOB accesses in VertexProgram and PixelProgram
2019-01-17 Chris ForbesAdd builtin interface to spirv shader
2019-01-17 Chris ForbesMove AttribType enum to SpirvShader
2019-01-17 Chris ForbesAdd size calculation for spirv types
2019-01-17 Chris ForbesFormatting-only change: conform better with swiftshader...
2019-01-17 Chris ForbesFix build
2019-01-17 Chris ForbesCollect type and variable definitions from SPIRV shader
2019-01-17 Chris ForbesInitial stub implementation of SpirvShader
2019-01-17 Chris ForbesProduce correct error result for unsupported formats
2019-01-17 Alexis HetuMake the B10G11R11 and E5B9G9R9 formats fast clearable
2019-01-17 Alexis HetuAdded the ability to write to many new formats in the...
2019-01-16 Alexis HetuFixed build on Arm 64
2019-01-14 Chris ForbesRemove VK support for GL-style symmetric clip space
2019-01-11 Chris Forbesfix mismatched new/delete[] in BeginRenderPass
2019-01-07 Sergey Ulanov[Fuchsia] Implement ExecutableMemory support on Fuchsia.
2019-01-07 Tom TanAdd intrinsics and missing LLVM AsmParser files for...
2019-01-07 Nico WeberRemove unnecessary ldflags.
2018-12-24 Milko Leporis[MIPS] Add support for mips32r1 arch variant
2018-12-21 Alexis HetuFix for true integer blit to lower bit depth image
2018-12-21 Alexis HetuSupport for reading low-bitdepth float formats in Blitter
2018-12-21 Alexis HetuAdded support for half float in the Blitter
2018-12-21 Alexis HetuSupport for VK_FORMAT_A1R5G5B5_UNORM_PACK16 in Blitter
2018-12-21 Alexis HetuAdded missing formats to Blitter
2018-12-21 Alexis HetuAdded missing VkFormat entries to Surface utility functions
2018-12-21 Alexis HetuImplement image blitting
2018-12-21 Alexis HetuImplement buffer to buffer copy command
2018-12-21 Alexis HetuSupport regions in Buffer to/from Image copy
2018-12-18 Alexis HetuSupport for combined Depth and Stencil formats
2018-12-18 Alexis HetuSupport for array layers in Image objects
2018-12-13 Alexis HetuProperly dispose of the sw::Renderer object
2018-12-12 Chris ForbesFix CMake-based build
2018-12-12 Alexis HetuvkCmdDraw implementation
2018-12-12 Alexis HetuRenderPass begin and end
2018-12-12 Alexis HetuAdd missing checks in the GraphicsPipeline constructor
2018-12-12 Alexis HetuImplement Image clear
2018-12-12 Alexis HetuVkImageView initial implementation
2018-12-11 Alexis HetuImage to Image copy command
2018-12-11 Alexis HetuFixed command buffer reset and added implicit reset
2018-12-11 Alexis HetuImage copy
2018-12-11 Chris ForbesImport snapshot of spirv headers
next