OSDN Git Service

eglCreatePbufferFromClientBuffer implementation
[android-x86/external-swiftshader.git] / src / Shader /
2018-03-08 Alexis HetuAdded support for sampler2DRect in ESSL3
2018-03-01 Nicolas CapensRefactor exp2().
2018-02-27 Nicolas CapensDon't perform component swizzling on a null texture.
2018-02-01 Alexis HetuTexture Rectangle implementation
2018-01-26 Nicolas CapensRemove unnecessary pointer checks.
2018-01-11 Nicolas CapensFix exp2 for integer input.
2018-01-10 Nicolas CapensUse exact-at-power-of-two reciprocal for texture projec...
2018-01-09 Nicolas CapensFix break statement.
2018-01-09 Nicolas CapensFix restoring the break execution enable mask.
2018-01-09 Nicolas CapensFix loops with dynamic iteration count.
2018-01-09 Nicolas CapensFix switch statements in loops.
2018-01-04 Alexis HetuSampler allocation fix
2018-01-03 Nicolas CapensFix clamping depth output to [0, 1] range.
2018-01-03 Nicolas CapensFix initializing LOD for 3D sampling.
2017-12-21 Nicolas CapensClamp unsigned floating-point formats.
2017-12-19 Nicolas CapensRename signed normalized formats.
2017-12-19 Nicolas CapensOptimize mipmap base level.
2017-12-19 Nicolas CapensImplement mipmap base/max level.
2017-12-18 Nicolas CapensRefactor Blitter state.
2017-12-18 Nicolas CapensImplement sRGB texture sampling.
2017-12-14 Nicolas CapensImplement render target layers support.
2017-12-14 Nicolas CapensImplement missing depth/stencil formats.
2017-12-08 Nicolas CapensFix missing RG8 blending support.
2017-12-07 Alexis HetuRename version to shaderModel
2017-12-06 Alexis HetuMinor C++11 code cleanup
2017-12-01 Nicolas CapensImplement seamless cubemap sampling.
2017-12-01 Nicolas CapensPerform coordinate clamping on border addressing mode.
2017-12-01 Nicolas CapensRefactor high-precision texture coordinate addressing.
2017-12-01 Nicolas CapensCompute cube LOD based on Manhattan distance.
2017-12-01 Nicolas CapensCompute implicit derivatives relative to first quad...
2017-11-30 Nicolas CapensSupport 3-component integer formats natively.
2017-11-17 Alexis HetuDepth related fixes
2017-11-16 Nicolas CapensRefactor lvalue() to return the root node.
2017-11-16 Nicolas CapensPrint uniform buffer registers as cb#[index].
2017-11-16 Nicolas CapensEliminate integer destination modifier.
2017-11-14 Alexis Hetuarcsin/arccos/arctan precision fix
2017-11-14 Alexis HetuHigh precision implementation for sin/cos/tan
2017-11-14 Alexis HetuPrecision fix for inversesqrt.
2017-11-14 Alexis HetuFixes for exp and log functions
2017-11-10 Alexis Hetuisnan and isinf implementation
2017-11-07 Nicolas CapensWork around Visual Studio bug causing access violation.
2017-11-07 Nicolas CapensImplement shadow texture depth comparison.
2017-11-07 Nicolas CapensFix cube texture gradient calculation.
2017-11-07 Nicolas CapensPass the sampling lod/bias as a separate parameter.
2017-11-07 Nicolas CapensRefactor sampling functions to use a return value.
2017-11-07 Nicolas CapensCreate SamplerCore on demand.
2017-11-07 Nicolas CapensPass down the texture compare state.
2017-11-02 Alexis HetuPrevent initializing outline edges to out of bound...
2017-10-26 Nicolas CapensUse more explicit include paths.
2017-10-26 Nicolas CapensFix rendering to single-channel color buffers.
2017-10-06 Nicolas CapensFix depth clamping during 'very' early depth test.
2017-10-03 Alexis HetuFix for 3D texture sampling
2017-10-02 Alexis HetuFix for integer modulo operations
2017-09-27 Nicolas CapensRefactor vector packing.
2017-09-15 Nicolas CapensFix polygon offset depth clamp and units resolution.
2017-08-09 Nicolas CapensEliminate unnecessary inverse masks.
2017-08-02 Alexis HetuSwiftShader always builds its release version in Chromium
2017-08-02 Nicolas CapensRefactor sampleTexel() to use a return value.
2017-07-27 Alexis Hetugl_VertexID implementation
2017-07-26 Nicolas CapensSupport bitcasts between scalars and short vectors.
2017-07-25 Nicolas CapensSuppress UBSan false positives.
2017-07-21 Alexis HetuFixed default color values for R and RG types
2017-07-20 Alexis HetuFP32 linear filtering computation now available to...
2017-07-20 Alexis HetuUnnormalized integer formats now all use the same path
2017-07-20 Alexis HetuCompute texture coordinates using floating point operations
2017-07-20 Nicolas CapensImprove mipmap LOD calculation precision.
2017-07-19 Alexis HetuAdd texture filtering precision hint
2017-07-19 Alexis HetuAdded support for most formats to FP sampleTexel
2017-07-14 Alexis HetuRemove redundant R5G6R5 conversions
2017-07-07 Alexis HetuMinor fix for log2
2017-05-25 Nicolas CapensFix floating-point sampling of YUV formats.
2017-05-11 Nicolas CapensPrevent LTO from eliminating cross-library virtual...
2017-05-05 Nicolas CapensFixed -1 to implicitly unsigned char narrowing error.
2017-05-03 Nicolas CapensAdd Subzero as a Git subtree.
2017-04-12 Nicolas CapensFix floating-point color buffer support.
2017-03-20 Tom AndersonFix GCC build
2017-03-14 Alexis HetuFixed defines from BUILD.gn files
2017-02-07 Nicolas CapensFix predicating instructions before return in loops.
2017-02-03 Nicolas CapensUse unsigned index array accesses for texture sampling.
2017-01-30 Nicolas CapensRefactor Byte4 unpacking.
2017-01-18 Nicolas CapensDetect SSE4.1 support for Subzero.
2017-01-05 Nicolas CapensFix integer overflow in rasterization.
2017-01-05 Nicolas CapensOptimize flat triangle edge rasterization.
2016-12-09 Nicolas CapensFix transpose2x4().
2016-12-06 Nicolas CapensDeprecate the Long1 type.
2016-12-06 Nicolas CapensDeprecate handling power-of-two texture sampling separa...
2016-12-02 Nicolas CapensMake Reactor destination variables non-const.
2016-12-01 Nicolas CapensImplement switch constructs.
2016-12-01 Nicolas CapensDon't use Long1 for stencil operations.
2016-12-01 Nicolas CapensAvoid ambiguous vector casts.
2016-11-22 Alexis HetuFixed official chromium build on Linux
2016-11-15 Alexis HetuFixed clang warnings and unmuted these warnings
2016-09-28 Nicolas CapensMove Reactor type definitions to Reactor.hpp.
2016-09-28 Nicolas CapensAbstract llvm::Value usage.
2016-09-28 Nicolas CapensAbstract llvm::BasicBlock usage.
2016-09-28 Alexis HetuFixing Linux build
2016-09-28 Alexis HetuAdded missing types to PixelProgram::clampColor
2016-09-26 Alexis HetuFix for the remaining vertex array issues
2016-09-16 Alexis HetuAdded RG8 fragment output format
2016-09-16 Alexis HetuFixed R8I and R8UI fragment output formats
next