OSDN Git Service

android-x86/external-swiftshader.git
2018-06-22 Alexis HetuMemory leak fix nougat-x86 oreo-x86 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5 android-x86-8.1-r1 android-x86-8.1-r2 android-x86-8.1-r3 android-x86-8.1-r4 android-x86-8.1-r5 android-x86-8.1-r6
2018-06-22 Alexis HetuStd:unordered_map removed from Optimizer for improved...
2018-06-22 Nicolas CapensNewly load sibling library from the same directory.
2018-06-22 Nicolas CapensSupport Sanitizer builds with CMake.
2018-06-21 Adrienne WalkerExpose suffixed versions of VertexAttribDivisor
2018-06-20 Alexis HetuAllow Linux build without X11 dependency
2018-06-20 Nicolas CapensDisable mixed enum types warning for Subzero.
2018-06-18 Alexis HetuFixed size verification assert to include border
2018-06-15 Nicolas CapensFix clearing of dirty textures.
2018-06-15 Tom AndersonRemove manual references to exe_and_shlib_deps
2018-06-14 Alexis HetuOptimizer optimization
2018-06-14 Alexis HetuAllow SwiftShader to compile on Fuchsia
2018-06-08 Nicolas CapensFix GLSL struct with single matrix.
2018-06-05 Alexis HetuFix IOSurface synchronization issues
2018-06-05 Nicolas CapensRun unittests on Travis CI.
2018-06-05 Nicolas CapensAdd CMake target for unittests.
2018-06-05 Nicolas CapensDon't acquire image for copying until needed.
2018-06-04 Alexis HetuQuick build fix
2018-06-04 Alexis HetuFixed synchronization issue on MacOS
2018-06-02 Nicolas CapensFix CLang build.
2018-06-02 Nicolas CapensPrevent floating-point error accumulation during blitting.
2018-06-01 Nicolas CapensFix the unittests Ninja build.
2018-05-31 Nicolas CapensDefine GLAPI the same way as GL_APICALL.
2018-05-31 Nicolas CapensDon't use X11 on Mac OS.
2018-05-30 Nicolas CapensUse official headers to define GL_ARB_texture_rectangle.
2018-05-30 Nicolas CapensUpdate Khronos headers to latest version.
2018-05-30 Peter CollingbourneMove the declaration of DrawCall after Renderer.
2018-05-30 Nicolas CapensFix new[] / delete mismatch.
2018-05-30 Nicolas CapensFix loop unrolling.
2018-05-30 Nicolas CapensAlso copy shader info log on success.
2018-05-29 Nicolas CapensImplement dynamic indexing of temporaries.
2018-05-29 Nicolas CapensImplement gather/scatter operations for shader register...
2018-05-29 Nicolas CapensDetect loop index modifications in loop body.
2018-05-23 Nicolas CapensAdd MSVC project for reproducing fuzzer testcases.
2018-05-23 Nicolas CapensUpdate issue tracker information.
2018-05-18 Krzysztof KosińskiAccept GL_TEXTURE_MAX_ANISOTROPY_EXT for samplers.
2018-05-17 Nicolas CapensPrevent 32-bit numeric overflow on image allocation.
2018-05-17 Nicolas CapensRefactor surface buffer size calculation.
2018-05-17 Nicolas CapensRefactor maximum texture dimensions.
2018-05-16 Nicolas CapensIgnore glGenerateMipmap for unspecified or zero-sized...
2018-05-16 Alexis HetuFix glBlitFramebuffer validation for BGRA8 IOSurfaces
2018-05-16 Alexis HetuFixed atan corner case
2018-05-14 Krzysztof KosińskiImplement OES_vertex_array_object.
2018-05-14 Alexis HetuRevert part of "Fix Linux build." to fix swiftshader_un...
2018-05-11 Alexis HetuPitch fix for IO surfaces
2018-05-09 Alexis HetuRectangle texture addressing fix
2018-05-07 Ian RogersAllocate executable memory backed by named mmaps on...
2018-05-04 Nicolas CapensDon't flag temporary registers as used samplers.
2018-05-03 Nicolas CapensSkip ignored EGL config attributes.
2018-04-26 Nicolas CapensAccept GL_HALF_FLOAT and GL_HALF_FLOAT_OES interchangeably.
2018-04-25 Nicolas CapensFix Linux build.
2018-04-25 Jorge E. MoreiraUse the correct constant name for the Android SDK version
2018-04-25 Takuto IkutaUse override for overridden function
2018-04-24 Alexis HetuFixed sampler within struct uniform used as function...
2018-04-19 Alexis HetuLoad sibling libraries from the same directory
2018-04-18 Nicolas CapensImplement missing EGL surface queries.
2018-04-17 Nicolas CapensRemove unstructured metadata files.
2018-04-16 Nicolas CapensGuard against clearing null depth/stencil buffers.
2018-04-13 Alexis HetuAdded check for temporary register overflow
2018-04-12 David RimRelease thread local storage on thread exit.
2018-04-10 Alexis HetuChromium build fix
2018-04-10 Alexis HetuFix CMake build
2018-04-10 Nicolas CapensFix build failure due to missing forward declaration.
2018-04-10 Greg HartmanAdd -Wno-sentinel that is needed on Android K
2018-04-10 Greg HartmanFix makefiles for Andoid K
2018-04-10 Nicolas CapensAdd work-arounds for missing C++11 features.
2018-04-10 Greg HartmanCorrect confusion between Android O and O MR1
2018-04-09 Alexis HetueglCreatePbufferFromClientBuffer implementation
2018-04-09 Nicolas CapensInitialize array size on error.
2018-04-09 Alexis HetuWebGL test fix for MacOS
2018-04-06 Alexis HetuFixed buffer offset when primitive restart is enabled
2018-04-06 Greg HartmanAlso look for sibling libraries in /system
2018-04-04 Mustafa Çamurcu[ozone] swiftshader ozone
2018-03-29 Nicolas CapensGuard against copying from a zero-sized 3D image.
2018-03-27 Alexis HetuExpose surfaceless context extension strings
2018-03-27 Nicolas CapensRevert "Use official headers to define GL_ARB_texture_r...
2018-03-26 Nicolas CapensFix missing sized internal formats.
2018-03-26 Nicolas CapensSupport more glCopyTexImage unsized formats.
2018-03-26 Nicolas CapensDon't upload array texture images six times.
2018-03-26 Nicolas CapensValidate pixel unpack buffer offset.
2018-03-26 Nicolas CapensUse official headers to define GL_ARB_texture_rectangle.
2018-03-26 Nicolas CapensUpdate OpenGL headers.
2018-03-26 Alexis HetuAllow Blitter::fastClear to directly write to external...
2018-03-26 Alexis HetuMultisampled blitter clear fix
2018-03-21 Nicolas CapensFix multisampled line rendering.
2018-03-20 Alexis HetuMoving Chromium's version of the libraries first
2018-03-20 Nicolas CapensFix output directory creation.
2018-03-20 Nicolas CapensSplit output binaries by platform.
2018-03-20 Nicolas CapensFix Travis CI deploy directory.
2018-03-20 Nicolas CapensAdd support for RGBA16F external images.
2018-03-16 Nicolas CapensUpload binaries to Google Cloud Storage.
2018-03-15 Nicolas CapensFix glTexSubImage support of half-float extension formats.
2018-03-14 Alexis HetuGL_CHROMIUM_color_buffer_float_rgba extension support
2018-03-13 Nicolas CapensCheck X11 return status.
2018-03-08 Alexis HetuBuild fix: Unit test code cleanup
2018-03-08 Alexis HetuAdded support for sampler2DRect in ESSL3
2018-03-07 Nicolas CapensFix Subzero build on Android.
2018-03-07 Chih-Hung HsiehUse -Werror in Android builds.
2018-03-07 Jiyong ParkBuild SwiftShader with BOARD_VNDK_VERSION=current
2018-03-06 Nicolas CapensPrevent crashing when no current program is set.
next