OSDN Git Service

android-x86/external-swiftshader.git
2019-03-28 Chris ForbesAllow subpasses to use secondary command buffers
2019-03-28 Chris ForbesAdd support for OpVectorTimesMatrix
2019-03-28 Chris ForbesAdd support for OpMatrixTimesVector
2019-03-28 Alexis HetuProper mipmap size allocation for compressed textures
2019-03-28 Alexis HetuAdd support for compressed image copy
2019-03-28 SwiftShader... Regres: Update test lists @ 179c9324
2019-03-28 Chris ForbesAdd support for OpMatrixTimesScalar
2019-03-27 Alistair StrachanHandle NULL 'value' to eglGetSyncAttribKHR()
2019-03-27 Chris ForbesRemove asserts blocking pipeline derivatives
2019-03-27 Nicolas CapensAdd GLES unit tests to Kokoro Windows CI
2019-03-27 SwiftShader... Regres: Update test lists @ e747b3c3
2019-03-26 Ben ClaytonSpirvShader: Implement loops
2019-03-26 Nicolas CapensRegenerate Windows LLVM configs
2019-03-26 Nicolas CapensRegenerate Linux LLVM configs
2019-03-26 Nicolas CapensAdd Windows support to LLVM config generation script
2019-03-26 Nicolas CapensDisable LLVM_ENABLE_THREADS in config generation script
2019-03-26 Ben ClaytonSpirvShader: Implement OpSwitch
2019-03-26 Ben ClaytonSpirvShader: Implement OpBranchConditional, OpPhi, ...
2019-03-26 Alexis HetuRenderpass multisampling resolve
2019-03-26 Alexis HetuFill buffer fix
2019-03-26 Ben ClaytonSpirvShader: Add EmitState
2019-03-26 Ben ClaytonSpirvShader: Add Intermediate::replace()
2019-03-26 Ben ClaytonSpirvShader: Add flow control info to Block.
2019-03-26 SwiftShader... Regres: Update test lists @ 221459f4
2019-03-26 Chris ForbesSupport for per-instance attributes
2019-03-25 Ben ClaytonWork around another MSVC bug with variadic macros.
2019-03-25 Alexis HetuFixed erroneous filtering
2019-03-25 SwiftShader... Regres: Update test lists @ e276f52b
2019-03-22 Chris ForbesRemove extra stencil state from DrawData
2019-03-22 Nicolas CapensRemove top-level kokoro/ folder
2019-03-22 Nico WeberBuild LLVM with threads disabled.
2019-03-22 Nicolas CapensImplement atomic load/store memory ordering
2019-03-22 Nicolas CapensUse a C array for temporary load results
2019-03-22 Nicolas CapensImplement atomic load/store
2019-03-22 Alexis HetuRemoved redundant flag
2019-03-22 Ben ClaytonRegres: Transition from out/ to build/
2019-03-22 Ben ClaytonRegres: Include an example test for each of top N failures
2019-03-22 Nico WeberMerge upstream LLVM r356524.
2019-03-22 Ben ClaytonPixelRoutine: Fix warning about missing override.
2019-03-22 Ben ClaytonSpirvShader: Minor changes for ASSERTs
2019-03-22 SwiftShader... Regres: Update test lists @ b55772e6
2019-03-22 Ben ClaytonVulkanUnitTests: Align the buffers to 0x100 for the...
2019-03-22 Ben ClaytonVulkanUnitTests: Call vkDestroyDevice()
2019-03-22 Ben Clayton.gitignore: .vscode/ipch directory
2019-03-21 Nicolas CapensUse Kokoro configs/scripts for SwiftShader under tests...
2019-03-21 Chris ForbesRemove remaining UBO & constants junk from DrawData
2019-03-21 Nicolas CapensRename Intermediate::emplace() to move()
2019-03-21 Chris ForbesEnsure image strides are always suitable for the rasterizer
2019-03-21 Alexis HetuvkCmdExecuteCommands implementation
2019-03-21 Chris ForbesFix provoking vertex convention and remove configurability
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-21 Nicolas CapensRefactor variable type lookup
2019-03-21 SwiftShader... Regres: Update test lists @ aff2dd06
2019-03-21 Chris ForbesAdd support for derivative instructions
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-20 Nicolas CapensDon't treat SIMD::Float preferentially
2019-03-20 SwiftShader... Regres: Update test lists @ f2564656
2019-03-19 Chris ForbesWire up BuiltInWorkgroupId to compute pipeline
2019-03-19 Chris ForbesCarry decorations down type tree in WalkExplicitLayoutA...
2019-03-19 Chris ForbesAdd support for push constants
2019-03-19 Nicolas CapensFix VulkanUnitTests on Visual Studio
2019-03-19 Chris ForbesAdd support for OpUndef
2019-03-19 Ben ClaytonRegres: Categorize crashes caused by debug macros
2019-03-19 Ben ClaytonRegres: Fix priority boost for +2 code review.
2019-03-19 Ben ClaytonRegres: Don't attempt to build failing changes forever.
2019-03-19 Nicolas CapensFix mipmap generation on undefined cube texture
2019-03-19 Nicolas CapensUse C++11 std::swap()
2019-03-19 SwiftShader... Regres: Update test lists @ bbf5cf1e
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 Nicolas CapensCopy kokoro folder to tests/kokoro
2019-03-18 Nicolas CapensFix Travis CI build
2019-03-18 Ben ClaytonReintroduce "VkDebug: Update macros to address issues...
2019-03-18 Ben ClaytonComputeProgram: Clean up usage of Float4/Int4 and SIMD...
2019-03-18 Ben ClaytonCompute: WorkgroupSize decorations take precedence...
2019-03-16 SwiftShader... Regres: Update test lists @ 845cb5e1
2019-03-16 Chris ForbesFix stencil state plumbing
2019-03-16 Chris ForbesPropagate image view clear aspect mask to image clear
2019-03-16 Chris ForbesAdd support for OpFRem
2019-03-16 Chris ForbesAdd support for OpFMod
2019-03-16 Chris ForbesAdd support for OpInBoundsAccessChain
2019-03-15 Nicolas CapensRemove Reactor argument tests for small integers
2019-03-15 Ben ClaytonRevert "VkDebug: Update macros to address issues in...
2019-03-15 Nicolas CapensAdd Python path to Kokoro batch script
2019-03-15 Chris ForbesAdd support for OpVectorInsertDynamic, OpVectorExtractD...
2019-03-15 Chris ForbesAdd support for OpSRem
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 HetusRGB filtering fix
2019-03-15 Alexis HetuCubeMap fixes
2019-03-15 Alexis HetuDedicated allocation verification
next