OSDN Git Service

android-x86/external-swiftshader.git
2020-04-15 Alexis HetuFix fragments depth values not being clamped q-x86
2020-04-14 Antonio MaioranoCMake: split out Vulkan sources into separate CMakeLists
2020-04-14 Ben ClaytonDevice: Rename RoutineCacheT to RoutineCache
2020-04-14 Ben ClaytonDevice: Don't inherit [Vertex,Setup,Pixel]Processor.
2020-04-14 David 'Digit... [vulkan] Implement VK_FUCHSIA_external_memory extension.
2020-04-14 Nicolas CapensReuse Store logic for Modf and Frexp output parameters
2020-04-14 Nicolas CapensSeparate Operand store logic from EmitStore()
2020-04-14 Nicolas CapensOnly store component count in Operand
2020-04-14 Nicolas CapensRename size/sizeInComponents to componentCount
2020-04-14 Nicolas CapensUse the type and result ID helpers
2020-04-14 Nicolas CapensObtain type ID from instruction
2020-04-14 Nicolas CapensAdd helper methods for obtaining type and result ID
2020-04-11 Ben ClaytonLLVMReactor: Replace deprecated CreateCall overload
2020-04-10 David 'Digit... [cmake] Add support for CMAKE_SYSTEM_NAME == "Fuchsia"
2020-04-09 Nicolas CapensRename GenericValue to Operand
2020-04-09 Ben ClaytonCMake: Fix linux build with SWIFTSHADER_BUILD_PVR
2020-04-09 Ben ClaytonVulkan/Debug: Fix clang-10 warning
2020-04-09 Ben Claytonthird_party/cppdap: Roll forward to 4dcca577
2020-04-09 Corentin WallezClamp _SNORM formats to -1.0
2020-04-09 Alexis HetuRemove debug only code limiting the number of primitives
2020-04-08 Ben ClaytonRegres: Post coverage results even if the test lists...
2020-04-08 Antonio MaioranoCMake: split out all src/OpenGL targets into their...
2020-04-08 Antonio MaioranoCMake: split out SwiftShader GL deps into separate...
2020-04-08 Antonio MaioranoCMake: clean up dependencies
2020-04-08 Ben ClaytonAdd SystemBenchmarks.
2020-04-08 Ben ClaytonVkCommandBuffer: Remove static Cast() method
2020-04-08 Ben ClaytonRemove src/Device/Config.cpp
2020-04-08 Ben ClaytonKokoro: Check that build files don't reference non...
2020-04-07 Ben ClaytonRegres: Fix uncovered calculations after optimizations
2020-04-07 Ben ClaytonRegres: Optimize coverage processing
2020-04-07 Ben ClaytonRegres: Re-populate treeFile.allSpans on parse.
2020-04-07 Ben ClaytonUpdate third_party/marl/BUILD.gn with new files
2020-04-07 Ben ClaytonUpdate Marl to 539094011
2020-04-07 Ben ClaytonSquashed 'third_party/marl/' changes from 16e1dc37c...
2020-04-07 Ben ClaytonCoverage: Improve uncovered visualizations
2020-04-06 Alexis HetuDon't blend integer formats
2020-04-06 Antonio MaioranoClamp GLES sine/cosine to [-1,1]
2020-04-06 Alexis HetuDelete Plane.cpp and Plane.hpp
2020-04-06 Ben ClaytonCMake / Kokoro: Build and run system-unittests.
2020-04-04 Ben ClaytonVulkan: Destruct the list of vk::Query in QueryPool
2020-04-03 Antonio MaioranoReally fix Android build
2020-04-03 Antonio MaioranoFix Chromium and Android build
2020-04-03 Ben ClaytonDebug: Add missing include.
2020-04-03 Ben ClaytonVulkan/Debug: Create a PhysicalFile if DebugSource...
2020-04-03 Ben ClaytonVulkan/Debug: Always provide the dap::Source::path
2020-04-03 Ben ClaytonCMake: Don't always regenerate OpenCLDebugInfo100.h
2020-04-03 Antonio MaioranoCMake: use gtest and gmock targets
2020-04-03 Antonio MaioranoCMake: split out atsc-encoder into its own CMakeLists
2020-04-03 Antonio MaioranoCMake: clean up cppdap usage
2020-04-03 Antonio MaioranoCMake: split out Reactor into its own CMakeLists
2020-04-03 Antonio MaioranoCMake: split out boost into its own CMakeLists
2020-04-03 Antonio MaioranoCMake: split out libbacktrace into its own CMakeLists
2020-04-03 Antonio MaioranoCMake: split out subzero and llvm-subzero into their...
2020-04-03 Ben ClaytonKokoro: Add the ppa:ubuntu-toolchain-r/test apt-repository
2020-04-02 Nicolas CapensRemove the D3D9 and D3D8 source code
2020-04-02 Nicolas CapensRemove the custom Visual Studio solution and projects
2020-04-02 Nicolas CapensFix GN build
2020-04-02 Ben ClaytonReactor: Fix remove_if brokenness
2020-04-02 Nicolas CapensRemove the sw::Color<> class
2020-04-02 Ben ClaytonChange for loops to use const refs, per performance...
2020-04-02 Alexis HetuFix ImageView size computation
2020-04-01 Corentin WallezMetalSurface: set layer.device to a ref of the system...
2020-04-01 Ben ClaytonRegres: Add invertCommon optimization.
2020-04-01 Ben ClaytonRegres: Move optimization logic to separate file
2020-04-01 Ben ClaytonRegres: Keep coverage span groups stable.
2020-04-01 Ben ClaytonRegres: Split coverage.go into multiple files
2020-04-01 Ben ClaytonRegres: Further optimizations for coverage
2020-04-01 Ben ClaytonRegres: Add cov.ReadJSON()
2020-03-30 Nicolas CapensFix implicit narrowing cast
2020-03-30 Nicolas CapensEliminate the legacy PowerVR SDK
2020-03-30 Nicolas CapensIntegrate PowerVR OpenGL ES samples
2020-03-30 Nicolas CapensFix completeness test of OpenGL ES immutable textures
2020-03-30 Corentin WallezRevert "MetalSurface: set layer.device to a ref of...
2020-03-30 Corentin WallezMetalSurface: set layer.device to a ref of the system...
2020-03-29 Nicolas CapensDon't expose the sampling routine cache's mutex
2020-03-29 Nicolas CapensCreate PowerVR targets if submodule already exists
2020-03-28 Ben ClaytonRegres: Generate coverage data on nightly runs
2020-03-28 Ben ClaytonSubzero Coroutines: Use ultra-low-level marl APIs
2020-03-28 Ben ClaytonSubzero: Ensure coroutines are same-thread.
2020-03-28 Nicolas CapensRename constant cache to snapshot cache
2020-03-28 Nicolas CapensAdd sampling routine documentation
2020-03-27 Alexis HetuFix Android.bp following the SPIRV-Tools update
2020-03-27 Ben ClaytonRegres: Switch to building with LLVM 10
2020-03-27 Ben ClaytonRegres: Add llvm.Version.Download() to download and...
2020-03-27 Ben ClaytonKokoro: Test LLVM 10 backend for ubuntu
2020-03-27 Ben ClaytonCoverage: Add 'turbo-cov': a faster reimplementation...
2020-03-27 Nicolas CapensDon't download all submodules for Kokoro tests
2020-03-27 Ben ClaytonReactor: Disable more warnings to get LLVM 10 building
2020-03-27 Ben ClaytonLLVM 10: Add configs/common and configs/darwin.
2020-03-27 Ben ClaytonLLVM 10: Add configs/common and configs/linux.
2020-03-27 Alexis HetuUpdate SPIR-V Tools to fd773eb50
2020-03-27 Alexis HetuSquashed 'third_party/SPIRV-Tools/' changes from 8910ea...
2020-03-27 Alexis HetuUpdate SPIR-V Headers to f8bf11a02
2020-03-27 Alexis HetuSquashed 'third_party/SPIRV-Headers/' changes from...
2020-03-27 David 'Digit... Remove two minor compiler warnings/errors:
2020-03-26 Ben Claytonthird_party: Create scripts for updating spirv-[tools...
2020-03-26 Nicolas CapensFix taking aspect into account for image view identifiers
2020-03-26 Ben ClaytonKokoro: Move llvm configs into 7.0 subdirectory, create...
2020-03-26 Ben ClaytonRegres: Add support for generating collated coverage...
2020-03-26 Ben ClaytonCMake: Emit coverage-toolchain.txt file next to ICD...
next