OSDN Git Service

android-x86/external-swiftshader.git
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.
2015-04-28 Nicolas CapensCombine es2::Image and es1::Image into egl::Image.
2015-04-28 Nicolas CapensUse %p without precision specifier in TRACE() calls.
2015-04-28 Nicolas CapensFix compilation regression on Linux.
2015-04-28 Alexis HetuAdding instanced drawing
2015-04-28 Alexis HetuVertexArray Object implementation
2015-04-28 Alexis HetuConstness in Context
2015-04-27 Alexis HetuTransformFeedback buffer binding
2015-04-25 Nicolas CapensFix compilation regression on Linux.
2015-04-25 Greg HartmanInitial work to connect gralloc to egl::Image
2015-04-24 Greg HartmanFix several compilation warnings.
2015-04-24 Greg HartmanInitial version of the gralloc module for SwiftShader
2015-04-23 Alexis HetuAdding draw instanced functions
2015-04-22 Alexis HetuImplemented glDrawRangeElements
2015-04-20 Nicolas CapensWhen X11 is unavailable, default to a headless display.
2015-04-20 Alexis HetuAssembly output for NxM matrices
2015-04-20 Alexis HetuConnecting the dots for some built-in functions
2015-04-17 Greg HartmanRevise the SwiftShader makefiles to avoid compile errors
2015-04-17 Nicolas CapensRemove -fvisibility=protected from Android.mk files.
2015-04-17 Greg HartmanSet up Android-specific debugging
2015-04-17 Nicolas CapensOnly load a dependent library when it has an expected...
2015-04-17 Greg HartmanChanges to enable compile on Android JellyBean.
2015-04-17 Alexis HetuNew builtin function implementations
2015-04-17 Alexis HetuAdding new GLES3.0 builtin functions
2015-04-17 Alexis HetuFirst simplest 3D mipmap implementation
2015-04-17 Alexis HetuAdding new glsl interpolation qualifiers
2015-04-16 Nicolas CapensRemove unnecessary assert.h includes.
2015-04-16 Nicolas CapensAccess library dependencies through a single object.
2015-04-15 Nicolas CapensImplement glColor4f().
2015-04-15 Alexis HetuRenamed Vector4i to Vector4s
2015-04-15 Alexis HetuCompleting GLES 3.0 language parser
next