OSDN Git Service

Memory leak fix
[android-x86/external-swiftshader.git] / src /
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-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 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-05-31 Nicolas CapensDefine GLAPI the same way as GL_APICALL.
2018-05-30 Nicolas CapensUse official headers to define GL_ARB_texture_rectangle.
2018-05-30 Peter CollingbourneMove the declaration of DrawCall after Renderer.
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-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-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 Nicolas CapensFix build failure due to missing forward declaration.
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 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 CapensAdd support for RGBA16F external images.
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 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.
2018-03-02 Nicolas CapensFix marking all cube faces as clean after update.
2018-03-02 Nicolas CapensRefactor texture binding.
2018-03-01 Nicolas CapensRefactor exp2().
2018-03-01 Alexis HetuRelease surface on releaseTexImage
2018-03-01 Nicolas CapensAccept GL_RGB/GL_RGBA for glGetInternalformativ.
2018-03-01 Tomasz WiszkowskiMake swiftshader build files produce libs in correct...
2018-03-01 Nicolas CapensRe-implement GL_APPLE_texture_format_BGRA8888.
2018-02-28 Nicolas CapensFix floating-point luminance/alpha pixel upload.
2018-02-28 Alexis HetuTexture rectangle related fixes and associated tests
2018-02-27 Nicolas CapensUse a relative URL for SwiftConfig.
2018-02-27 Nicolas CapensFix renderbuffer binding for OpenGL ES 1.1.
2018-02-27 Nicolas CapensDon't perform component swizzling on a null texture.
2018-02-27 Nicolas CapensFix internal format handling for OpenGL ES 1.1.
2018-02-27 Nicolas CapensReplace GL_NONE with GL_NO_ERROR when used as error.
2018-02-26 Nicolas CapensRestrict multisampling to normalized unsigned and float...
2018-02-26 Nicolas CapensFix texture upload and internalformat handling.
2018-02-26 Nicolas CapensAdd debug macro for returning on assert.
2018-02-26 Nicolas CapensFix assert while updating surface buffers.
next