OSDN Git Service

android-x86/external-swiftshader.git
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
2015-04-15 Alexis HetuNew Buffers in OpenGL ES 3.0
2015-04-15 Alexis HetuTexture Storage for GLES 3.0
2015-04-14 Alexis HetuAdded utility function for OpenGL extension strings
2015-04-14 Alexis HetuNew VertexAttribute data types
2015-04-13 Greg HartmanRemove -g from LDFLAGS.
2015-04-13 Alexis HetuTransform Feedback and Sampler API Implemented
2015-04-13 Nicolas CapensBump the version number for release.
2015-04-13 Nicolas CapensManually load X11 and resolve its symbols when needed.
2015-04-10 Greg HartmanConfigure emacs for proper SwiftShader indentation.
2015-04-10 Greg HartmanAdd support for missing pixel formats, primarily RGB565.
2015-04-10 Greg HartmanTreat the call to getIntegerv as a non-error on Android...
2015-04-10 Nicolas CapensReference count the TLS objects.
2015-04-10 Nicolas CapensRefactor GL objects into named and unnamed ones.
2015-04-10 Nicolas CapensRefactor using concrete EGL object pointers.
2015-04-10 Nicolas CapensReset TLS when the EGL context is destroyed.
2015-04-09 Alexis HetuFixed object destruction in context
2015-04-09 Greg HartmanPut debug information into the symbols files
2015-04-09 Alexis HetuAdding new object types for OpenGL ES 3.0
2015-04-08 Alexis HetuAdded more OpenGL ES 3.0 cases in front end
2015-04-08 Alexis HetuQuery objects for OpenGL ES 3.0
2015-04-02 Alexis HetuAdded OpenGL ES 3.0 parameters to buffers and textures
2015-04-02 Nicolas CapensFix using an alpha-less GL format for Android's RGBX.
2015-04-01 Greg HartmanOn Android: remove fallbacks that can match system...
2015-04-01 Nicolas CapensMove the code generation mutex to Reactor.
2015-04-01 Maxime GregoirePossibility to call a non-existing display list without...
2015-04-01 Alexis HetuReplacing numbers by constants
2015-03-31 Nicolas CapensUse matching internal and external formats for RGBA8...
2015-03-31 Nicolas CapensImplement glReadPixels() for RGBA formats.
2015-03-31 Nicolas CapensEnable using RGBA as internal formats.
2015-03-31 Nicolas CapensImplement support for RGBA blitting.
2015-03-31 Nicolas CapensImplement support for RGBA render targets.
2015-03-31 Nicolas CapensImplement support for RGBA sampling.
2015-03-31 Alexis HetuAdding uniform related APIs for GLES3
2015-03-30 Ping-Hao WuImplement basic ANDROID_image_native_buffer support.
2015-03-30 Nicolas CapensImplement support for RGBA display formats.
2015-03-30 Alexis HetuAdding trace and more verifications to new ES3 APi...
2015-03-27 Greg HartmanAdded missing stride value.
2015-03-27 Ping-Hao WuAdd missing external texture type to the sampler uniforms.
2015-03-25 Nicolas CapensImplement EGL_SWAP_BEHAVIOR for eglSurfaceAttrib().
2015-03-25 Nicolas CapensAdd a critical section for dynamic code generation.
2015-03-25 Greg HartmanAndroid FrameBuffer implementation.
2015-03-25 Nicolas CapensImplement basic GL_OES_draw_texture functionality.
2015-03-25 Greg HartmanTurn on tracing on Android by default.
2015-03-25 Ping-Hao Wudlopen() has no NO_LOAD option before Android L.
2015-03-25 Nicolas CapensImplement glTexEnvx().
2015-03-25 Nicolas CapensImplement glTexParameterx().
2015-03-24 Nicolas CapensImplement glShadeModel() for OpenGL ES 1.1.
2015-03-24 Greg HartmanAdd support for Android window size.
2015-03-24 Greg HartmanUpdate paths for the Android shared libraries
2015-03-24 Greg HartmanPull in a #include to get std::size_t for Android GCE K
2015-03-24 Greg HartmanConnect tracing and logcat
2015-03-24 Nicolas CapensWork around non-compliant behavior for Google Maps.
2015-03-24 Nicolas CapensEnable the use of samplerExternalOES.
2015-03-24 Ping-Hao WuIgnore files generated by Code::Blocks
2015-03-23 Nicolas CapensWait for threads to exit when destroying them.
2015-03-23 Greg HartmanIndicate support for Android EGL surface config attributes.
2015-03-23 Nicolas CapensUse sched_yield() instead of pthread_yield().
2015-03-23 Ping-Hao WuLLVM configuration for Android builds.
2015-03-23 Ping-Hao WuAndroid's Bionic doesn't support std::sprintf.
2015-03-23 Greg HartmanMakefiles for Android integration.
2015-03-23 Nicolas CapensRemove symbols not available on Android
next