OSDN Git Service

android-x86/external-swiftshader.git
2015-06-11 Alexis HetuIncreasing the number of vertex texture units allowed
2015-06-11 Alexis HetuTransform feedback varyings API
2015-06-11 Greg HartmanAllow an optional supplemental commit message on builds
2015-06-11 Alexis HetuMore ground work for Uniform blocks
2015-06-11 Nicolas CapensCompile fixes for JBMR2.
2015-06-11 Nicolas CapensFix Linux compilation.
2015-06-11 Nicolas CapensRemove unnecessary RGB565 conversion.
2015-06-11 Nicolas CapensFix texture uploads using different formats.
2015-06-11 Nicolas CapensMake back buffers non-lockable.
2015-06-11 Nicolas CapensSupport creating a Surface from a user pointer.
2015-06-11 Nicolas CapensAdd support for OpenGL ES 2.0 image formats to Surface.
2015-06-11 Nicolas CapensFix color component defaults.
2015-06-11 Nicolas CapensLock the external buffer when dirty.
2015-06-11 Nicolas CapensUse only external surface dimensions.
2015-06-10 Nicolas CapensFix potential null pointer dereference.
2015-06-10 Nicolas CapensCreate a global and thread-safe Blitter.
2015-06-10 Nicolas CapensMove blit routine generation to a method.
2015-06-10 Alexis HetuAdding Struct related types
2015-06-09 Alexis HetuglGetActiveUniformsiv implementation
2015-06-09 Alexis HetuAdded proper number suffixes in GLSL parser
2015-06-09 Alexis HetuFixing some warnings in libGLESv3.cpp
2015-06-09 Nicolas CapensRemove the Radiance prototype.
2015-06-09 Alexis HetuUniform Blocks API
2015-06-08 Alexis HetuFixed instanced rendering
2015-06-08 Alexis HetuglInstanceID implementation
2015-06-08 Alexis HetuShaderCore const inputs
2015-06-08 Alexis HetuAdd proper in/out shader types
2015-06-08 Maxime GrégoireUse a non-blocking lock for the streaming vertex buffer
2015-06-07 Alexis HetuAdding base type changes related to Uniform Blocks
2015-06-04 Alexis HetuRoundEven implementation
2015-06-04 Alexis HetuAdding more built-in function definitions
2015-06-04 Nicolas CapensSupport different component orders for decoding RGB565.
2015-06-04 Nicolas CapensPass the internal format to the image data loading...
2015-06-04 Nicolas CapensFix infinite loop when using EGL_DONT_CARE.
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...
next