OSDN Git Service

android-x86/external-swiftshader.git
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-07 Alexis HetuFixed Vertex Array Objects
2017-11-03 Alexis HetuStruct varyings implementation
2017-11-02 Alexis HetuPrevent initializing outline edges to out of bound...
2017-11-01 Corentin Walleztranslator: Add define to disable pool allocation.
2017-10-31 Nicolas CapensFix Visual Studio warning treated as error.
2017-10-31 Nicolas CapensFix pedantic Linux warning treated as error.
2017-10-31 Nicolas CapensEnable executable code generation and linking.
2017-10-30 Nicolas CapensFix vertex stream count and normalized data layout.
2017-10-30 Alexis HetuSupport for gl_MaxDrawBuffers in OpenGL ES 3.0
2017-10-30 Alexis HetuSwitching MacOS to use Subzero
2017-10-27 Corentin Wallezvertex_routine_fuzzer: Get source from `data`
2017-10-27 Nicolas CapensFill vertex routine state for fuzzer.
2017-10-27 Nicolas CapensFix last stream type enum.
2017-10-27 Corentin WallezFix MSVC compilation of the VertexRoutineFuzzer
2017-10-27 Corentin WallezVertexRoutineFuzzer: Add code able to compile a simple...
2017-10-27 Corentin WallezlibGLESv2: compile entry points in the shared library.
2017-10-26 Nicolas CapensUse more explicit include paths.
2017-10-26 Alexis HetuData race fix
2017-10-26 Alexis HetuPrimitive restart implementation
2017-10-26 Nicolas CapensFix rendering to single-channel color buffers.
2017-10-24 Corentin WallezAdd a stub "vertex routine" fuzzer
2017-10-19 Alexis HetuUpdate the Windows Target Platform Version
2017-10-11 Nicolas CapensFix Visual Studio 2017 build of Debug D3D8.
2017-10-10 Nicolas CapensUpgrade SwiftShader solution and projects to Visual...
2017-10-06 Alexis HetuDo not assign a location to uniform block members
2017-10-06 Nicolas CapensRename version scripts to linker scripts.
2017-10-06 Nicolas CapensFix depth clamping during 'very' early depth test.
2017-10-03 Casey DahlinIncrease coverage of Swizzle test in Reactor
2017-10-03 Alexis HetuFix for 3D texture sampling
2017-10-03 Nicolas CapensEnable use of NEON intrinsics on ARM.
2017-10-03 Nicolas CapensSpill whole vector registers to the stack.
2017-10-03 Casey DahlinAdd test for MulAdd in Reactor
2017-10-03 Nicolas CapensOptimize common vector shuffle patterns for ARM32.
2017-10-03 Nicolas CapensFix vector packing pseudo-instruction.
2017-10-03 Alexis HetuAdding support for more format/internalformat combinations
2017-10-02 Casey DahlinAdd test for MulHigh in Reactor
2017-10-02 Nicolas CapensFix emulation of Short to Byte saturation.
2017-10-02 Nicolas CapensFix vector packing regression.
2017-10-02 Casey DahlinAdd test for PackSigned/PackUnsigned in Reactor
2017-10-02 Alexis HetuFix for integer modulo operations
2017-10-02 Nicolas CapensImplement vector intrinsics for ARM32.
2017-09-29 Casey DahlinAdd test for Unpack in Reactor
2017-09-29 Alexis HetuPrevent division by 0
2017-09-29 Alexis HetuHandle WindowSurface::checkForResize() errors gracefully
2017-09-29 Casey DahlinAdd tests for AddSat/SubSat in Reactor
2017-09-29 Casey DahlinSupport saturating vector add and subtract on ARM32.
2017-09-28 Nicolas CapensSupport vector shift by constant for ARM32.
2017-09-28 Nicolas CapensAdd intrinsic lowering stubs for ARM.
2017-09-28 Aaron GableUpload pnacl-subzero changes to Gerrit by default
2017-09-28 Lei ZhangDo not inline GlobalContext TLS methods.
2017-09-27 Nicolas CapensRefactor vector packing.
2017-09-27 Nicolas CapensBreak on gtest failures in debug mode.
2017-09-27 Nicolas CapensBuild before debugging with Visual Studio Code.
2017-09-27 Nicolas CapensFix initial framerate and show maximum.
2017-09-27 Alexis HetuFixed crash in Renderer
2017-09-27 Alexis HetuLinux build fix
2017-09-26 Alexis HetuProperly initializing image's memory
2017-09-25 Alexis HetuMore data races fixed
2017-09-21 Alexis HetuUse atomic operations to specify shared memory access...
2017-09-21 Alexis HetuEnable more checks on Chromium trybots
2017-09-18 Nicolas CapensImplement X11 onscreen framerate counter.
2017-09-18 Nicolas CapensFix implementation format for default renderbuffer.
2017-09-15 Nicolas CapensFix polygon offset depth clamp and units resolution.
2017-09-14 Nicolas CapensFix libGL build.
2017-09-13 Nicolas CapensFree thread-local storage implicitly on thread termination.
2017-09-11 Nicolas CapensFix sign-correcting of masked stencil reference.
2017-09-05 Nicolas CapensFix thread-local storage memory leak.
2017-09-01 Nicolas CapensFix constant vector construction for emulated types.
2017-08-31 Nicolas CapensClarify new dependencies since project Treble.
2017-08-31 Jiyong ParkBuild lib*_swiftshader with BOARD_VNDK_VERSION
2017-08-17 Alexis HetuAllow Chromium to create an OpenGL ES3 context android-x86-7.1-r1 android-x86-7.1-r2
2017-08-17 Alexis HetuglGetFragDataLocation implementation
2017-08-16 Alexis HetuImplement GL_MAX_PROGRAM_TEXEL_OFFSET and GL_MAX_TEXTUR...
2017-08-14 Robert LiaoRemove /RTC1 for Windows Debug Builds
2017-08-12 Nicolas CapensBuild with a newer version of XCode.
2017-08-12 Nicolas CapensRestrict the Travis CI Linux distro to Trusty.
2017-08-11 Nicolas CapensEnable Travis CI builds on Mac OS X.
2017-08-11 Nicolas CapensRestrict building Subzero to Marshmallow and up.
2017-08-10 Alexis HetuAlways produce an optimized library on Chromium
2017-08-10 Nicolas CapensRestrict GLSL globals to be initialized with constant...
2017-08-09 Nicolas CapensEliminate unnecessary inverse masks.
2017-08-09 Branimir KaradžićFixed D3DQUERYTYPE_TIMESTAMP behaviour.
2017-08-08 Alexis HetuSkeleton for Ozone FrameBuffer implementation
2017-08-08 Alexis HetuRollback debug specific changes to build files
2017-08-05 Nicolas CapensGeneralize 4x32-bit vector swizzling.
2017-08-04 Nicolas CapensLog an error when unsupported Android pixel formats...
2017-08-04 Nicolas CapensCheck against sRGB formats for eglBindTexImage().
2017-08-04 Alexis HetuEGL header fix for OZONE
2017-08-04 Alexis HetuUpdate EGL and KHR headers to Khronos's current version
2017-08-04 Alexis HetuEnable Subzero on ChromeOS
2017-08-04 Alexis HetuFixed some function signatures
2017-08-04 Alexis HetuFixed 'truncation of constant value' warning
2017-08-04 Nicolas CapensAdd libnativewindow dependency.
2017-08-04 Nicolas CapensSuppress attributes warnings.
2017-08-04 Nicolas CapensRefactor Android includes.
2017-08-04 Nicolas CapensWork around stlport build bug.
next