OSDN Git Service

android-x86/external-swiftshader.git
2018-10-10 Nicolas CapensGrant more downstream SwiftShader approval rights.
2018-10-09 Nicolas CapensDisable accidentally enabled OpenGL logging.
2018-10-04 Nicolas CapensRemove unused preprocessor definitions.
2018-10-02 Nicolas CapensAdd renderer source to Vulkan project.
2018-10-02 Nicolas CapensDuplicate source files for Vulkan.
2018-10-02 Nicolas CapensChange build output directory to 'out'.
2018-10-02 Nicolas CapensRemove environment-wide include paths.
2018-10-02 Nicolas CapensFix CMake Subzero build.
2018-10-02 Nicolas CapensFix preprocessor error.
2018-10-02 Merck HungMigrate to using <log/log.h> since Android O (API 27)
2018-10-02 Nicolas CapensRemove stray printfs.
2018-10-01 Nicolas CapensRemove duplicates in LLVM 7.0 build.
2018-10-01 Nicolas CapensFix stencil buffer memory leak.
2018-09-28 Nicolas CapensNotify team on Travis CI failures.
2018-09-28 Merck HungExplicitly include Android.mk for only OpenGL
2018-09-28 Nicolas CapensSilently ignore attempts to delete default VAO.
2018-09-27 Logan ChienReactor: Fix Trunc generic code generation
2018-09-27 Logan ChienReactor: Fix Frac generic code generation
2018-09-27 Logan ChienReactor: Fix RoundInt generic code generation
2018-09-27 Logan ChienReactor: Fix Round (float) generic code generation
2018-09-27 Logan ChienReactor: Add check to SSE-specifc code for UShort4
2018-09-27 Logan ChienReactor: Fix Floor generic code generation
2018-09-27 Logan ChienReactor: Fix add/sub sat generic code generation
2018-09-27 Logan ChienReactor: Cleanup indentations
2018-09-27 Merck HungInclude <string> for fixing undefined template on Mac.
2018-09-26 Chris ForbesInitial cmake support for vulkan target
2018-09-26 Nicolas CapensRemove exit-time destructors.
2018-09-26 Alexis HetuVulkan API (GetProcAddr only)
2018-09-26 Logan ChienUse lower case for internal Makefile variables
2018-09-25 Chris ForbesMore thread safety in ES2 & EGL APIs
2018-09-25 Chris ForbesAdd support for constant folding of clamp()
2018-09-21 Chris ForbesFix constant folding of nonsquare mat * vec and vec...
2018-09-21 Chris ForbesAvoid emitting nonsquare scale matrix entries where...
2018-09-21 Chris ForbesFix nonsquare matrix construction from scalar
2018-09-21 Chris ForbesFix missing case for declarations in glslang AST dump
2018-09-21 Chris ForbesFix code generation for vec.swiz *= mat
2018-09-20 Logan ChienAdd SWIFTSHADER prefix to Android.mk variables
2018-09-14 Alexis HetuBuild fix
2018-09-13 Nicolas CapensDisable unsafe FP math optimizations for LLVM 7.0.
2018-09-13 Nicolas CapensWork around stack probe issue.
2018-09-12 Shannon WoodsUpdated issue tracker URL
2018-09-12 Nicolas CapensAdd Windows configs for LLVM 7.0.
2018-09-11 Stephen LanhamUpdate BUILD.gn configs to support ARM[64] builds.
2018-09-11 Logan ChienAdd LLVM 7.0 Android.mk
2018-09-11 Logan ChienAdd LLVM 7.0 ARM/AArch64 backend to CMakeLists.txt
2018-09-11 Logan ChienMove atomicExchange under PERF_PROFILE
2018-09-11 Logan ChienAdd the unimplemented non-x86 code generator
2018-09-11 Logan ChienPort SwiftShader to LLVM 7.0
2018-09-11 Logan ChienAdd LLVM 7.0 configs for Linux and Android
2018-09-11 Logan ChienAdd LLVM 7.0 config generation script
2018-09-11 Logan ChienAdd LLVM 7.0 git submodule
2018-09-11 Logan ChienRefactor LLVM initialization code
2018-09-11 Logan ChienWrap call arguments with ARGS macro
2018-09-11 Logan ChienRemove sw::Value, sw::BasicBlock, and sw::SwitchCases
2018-09-11 Logan ChienRemove stale LLVM include path
2018-09-11 Nicolas CapensFix Visual Studio SubzeroTest build.
2018-09-07 Alexis HetuGuard against out of bounds accesses caused by a large...
2018-09-07 Nicolas CapensFix texture completeness test when using sampler objects.
2018-09-06 Nicolas CapensUse custom executable memory allocator.
2018-09-06 Chris ForbesFix GL resource access thread safety
2018-09-06 Chris ForbesFix eglChooseConfig behavior to match CTS expectation
2018-09-05 Nicolas CapensMove ConvertReadFormatType to utilities.
2018-09-05 Nicolas CapensRemove quad-layout depth formats from sampler.
2018-09-05 Nicolas CapensImplement GL_NV_read_depth_stencil.
2018-09-05 Nicolas CapensRefactor glReadPixels validation.
2018-09-05 Nicolas CapensImplement GL_OES_fbo_render_mipmap.
2018-08-31 Nicolas CapensDocument build and test instructions.
2018-08-31 Chris ForbesConsider context promotion when validating share context
2018-08-30 Greg HartmanResolve conflicts on Android.bp/.mk when building with O
2018-08-30 Greg HartmanAllow SwiftShader to be moved to a non-default location
2018-08-30 Alexis HetuChecking in Vulkan headers
2018-08-29 Alistair StrachanAndroid: Add Android.bp files for a host build.
2018-08-29 Alistair StrachanAndroid: Add host versions of the Android platform...
2018-08-29 Alistair StrachanAndroid: Introduce ANDROID_HOST_BUILD and rework logging.
2018-08-18 Nicolas CapensUpdate googletest to latest revision.
2018-08-14 Nicolas CapensFix braces warning treated as error.
2018-08-13 Nicolas CapensFix attribute layout location linking.
2018-08-10 Alexis HetuNon libX11 build fix
2018-08-10 Alexis HetuSwiftShader on Fuchsia x64
2018-08-07 Nicolas CapensFix platform display retrieval.
2018-08-07 Nicolas CapensAdd EGL 1.5 entry points.
2018-08-06 Nicolas CapensFix Direct3D 8 build.
2018-08-02 Nicolas CapensFix gl_FrontFacing to take GL_FRONT_FACE into account.
2018-08-01 Alexis HetuTSAN fix
2018-07-31 Nicolas CapensFix validation of uniform block size.
2018-07-20 Nicolas CapensAdd missing header.
2018-07-20 Nicolas CapensFix leaking uniforms.
2018-07-13 Nicolas CapensRemove X11 window validation.
2018-07-09 Nicolas CapensRemove invalid assert.
2018-07-06 Nicolas CapensSupport MSAN with Subzero JIT compiled code.
2018-07-06 Nicolas CapensSupport 64-bit call targets.
2018-07-06 Nicolas CapensHarden against X11 instability.
2018-07-06 Alexis HetuFix for MSAN issues
2018-07-05 Nicolas CapensReject copying from GL_RGB10_A2 to unsized formats.
2018-07-05 Nicolas CapensProtect exported symbols from overrides.
2018-07-05 Nicolas CapensPrevent LTO from eliminating releaseTexImage() calls.
2018-07-04 Nicolas CapensRemove invalid glGetIntegerv() enums.
2018-07-04 Nicolas CapensFix protecting exported symbols from overrides.
2018-07-04 Nicolas CapensUse an internal symbol to determine library directory.
2018-07-04 Nicolas CapensFix CMake architecture string comparison.
next