OSDN Git Service

android-x86/external-swiftshader.git
2015-06-03 Alexis HetuglFramebufferTextureLayer API implementation
2015-06-03 Nicolas CapensUse the last triangle vertex for flat shading on OpenGL.
2015-06-03 Nicolas CapensSort config IDs by smaller color component depth.
2015-06-03 Nicolas CapensDon't restrict format combinations on CopyTexSubImage.
2015-06-02 Nicolas CapensFix choosing configs with 0 alpha bits.
2015-06-02 Alexis Hetugl_InstanceID implementation
2015-06-02 Alexis HetuUpdate to RenderbufferStorage's supported format list
2015-06-02 Alexis HetuRemoving a D3D limitation from SwiftShader
2015-05-29 Alexis HetuouterProduct implementation
2015-05-29 Alexis Hetutranspose implementation
2015-05-29 Alexis HetuFixed NxM matrix construction and minor issues
2015-05-28 Greg HartmanRemove direct references to stlport. These break the...
2015-05-28 Greg HartmanRemove reference to M-incompatible format
2015-05-28 Greg HartmanAdd a fix for LLVM for late versions of clang
2015-05-26 Ping-Hao WuAdd a missing break.
2015-05-26 Nicolas CapensFix R5G6B5 blend.
2015-05-26 Nicolas CapensOptimize R5G6B5 conversion.
2015-05-26 Nicolas CapensImplement R5G6B5 framebuffer present.
2015-05-26 Alexis HetuReplace if/else with switch.
2015-05-26 Nicolas CapensImplement R5G6B5 write masking.
2015-05-26 Nicolas CapensImplement R5G6B5 raster operations.
2015-05-26 Nicolas CapensCompute clear colors where they'll be used.
2015-05-26 Nicolas CapensImplement R5G6B5 clear.
2015-05-26 Nicolas CapensImplement Concatenate() and Insert() for Int2.
2015-05-26 Nicolas CapensRemove redundant/unreachable code.
2015-05-26 Nicolas CapensImplement R5G6B5 to 4.12 normalization.
2015-05-26 Nicolas CapensImplement R5G6B5 texel fetch.
2015-05-26 Nicolas CapensAdd utility function for 16-bit texture formats.
2015-05-26 Nicolas CapensAdd 6-bit and 5-bit sRGB conversion.
2015-05-26 Nicolas CapensMatch parameter order between float and integer sampling.
2015-05-26 Nicolas CapensEliminate unnecessary casts.
2015-05-26 Alexis HetuFix matrix mangled name
2015-05-25 Nicolas CapensInterpret integer color and normal coordinates as norma...
2015-05-25 Alexis HetuImplemented matrix transpose
2015-05-25 Alexis HetuGL_HALF_FLOAT vs GL_HALF_FLOAT_OES
2015-05-25 Nicolas CapensUpdate validation for GL_COMBINE.
2015-05-25 Nicolas CapensImplement GL_COMBINE.
2015-05-25 Nicolas CapensAdd state for GL_COMBINE.
2015-05-25 Nicolas CapensImplement predefined texture functions.
2015-05-22 Nicolas CapensFix auto generating mipmaps for incomplete textures.
2015-05-22 Nicolas CapensImplement GL_GENERATE_MIPMAP.
2015-05-22 Nicolas CapensImplement GL_PERSPECTIVE_CORRECTION_HINT.
2015-05-22 Nicolas CapensImplement several OpenGL ES 1.1 functions with fixed...
2015-05-22 Nicolas CapensImplement glPointSize for OpenGL ES 1.1.
2015-05-20 Keun Soo YimUse llvm-ss static lib in EGLlib.so
2015-05-20 Nicolas CapensRemove tracing of memory allocations.
2015-05-20 Alexis HetuDo not allow GLES 3.0 on Android
2015-05-20 Greg HartmanBreak the link to the swiftshader source after the...
2015-05-20 Alexis HetuAdded type checking for Mod and bitwise ops
2015-05-20 Alexis HetuglClearBuffer implementation
2015-05-19 Alexis HetuAdding unsigned int support for uniforms
2015-05-19 Alexis HetuAdding NxM matrices uniform support
2015-05-19 Ping-Hao WuImplement glClearColorx()
2015-05-19 Greg HartmanFix a NULL delete via reference bug in LLVM
2015-05-18 Greg HartmanTurn off tracing on the release build
2015-05-15 Greg HartmanFixes for JBMR1
2015-05-15 Nicolas CapensAnalyze the shader for define instructions.
2015-05-15 Greg HartmanSuppress unused parameter warnings
2015-05-15 Greg HartmanAdd automatic commit to the build process
2015-05-15 Nicolas CapensFix texture unit enable/disable and binding prioritization.
2015-05-15 Nicolas CapensFix texture coordinate transformations on OpenGL.
2015-05-14 Greg HartmanRemove the stripped libraries to save space.
2015-05-14 Greg HartmanImprove log messages on unsupported formats
2015-05-14 Greg HartmanImprove advice for attaching the debugger
2015-05-14 Alexis HetuAdded handling of a few more types of variable
2015-05-13 Greg HartmanAvoid NULL pointer exceptions when blitting without...
2015-05-13 Alexis HetuAdding bitwise operators to parser
2015-05-13 Greg HartmanFix library names on JB release.
2015-05-13 Alexis HetuTexture2DArray binding function
2015-05-13 Alexis HetuAdding unsigned int types to parser
2015-05-13 Alexis HetuGL_SRC_ALPHA_SATURATE for OpenGL ES 3.0
2015-05-12 Nicolas CapensUse the correct internal format for swaps.
2015-05-12 Nicolas CapensFix setting the source format before using it.
2015-05-12 Greg HartmanChange GceFrameBufferConfig::getInstance() to return...
2015-05-11 Alexis HetuPrinting sizes properly
2015-05-11 Alexis HetuPixel store parameters
2015-05-11 Alexis HetuTexture2DArray skeleton
2015-05-11 Alexis HetuMultiple color attachments
2015-05-11 Alexis HetuglGet, 64b version
2015-05-10 Maxime GrégoireAdded preprocessor definitions for the architecture...
2015-05-09 Nicolas CapensFix rendering to a destroyed gralloc buffer.
2015-05-08 Greg HartmanConnect AndroidNativeImage lock calls to the sw::Surface
2015-05-07 Nicolas CapensUse global libX11 symbols when present.
2015-05-06 Greg HartmanEnhance the vendor script to build the libraries
2015-05-06 Greg HartmanFix pairing of gralloc locks and unlocks to avoid refer...
2015-05-06 Greg HartmanMakefile updates to productionize the release
2015-05-05 Greg HartmanRemove gralloc
2015-05-05 Alexis HetuRemoved useless memcpy operations
2015-05-04 Alexis HetuAdded missing query type
2015-05-03 Alexis HetuAdded a few missing entries in getIntegerv
2015-05-03 Alexis HetuUpdate checks for compressed formats
2015-05-03 Alexis HetuFixed error in TexImage2D
2015-05-01 Greg HartmanDetect undersize buffers being delivered by ANativeWindow
2015-04-29 Maxime GrégoirePreprocessor definitions for libGL x64
2015-04-29 Alexis HetuFixed element array buffer name crash
2015-04-29 Nicolas CapensDispatch GLESv2 entry functions to avoid resolving...
2015-04-29 Nicolas CapensDispatch GLES_CM entry functions to avoid resolving...
2015-04-29 Nicolas CapensDispatch EGL entry functions to avoid resolving to...
2015-04-29 Nicolas CapensPredefine (E)GL export macros.
2015-04-29 Nicolas CapensPrepend entry functions with their export macros.
next