OSDN Git Service

android-x86/external-swiftshader.git
2014-12-02 Nicolas CapensImplement a Radiance prototype.
2014-12-02 Nicolas CapensClear the list of uniforms before recompiling.
2014-12-01 Nicolas CapensImplement ETC1 compressed textures support.
2014-12-01 Nicolas CapensCreate a renderer device per GL context.
2014-11-28 Nicolas CapensIgnore Android EGL config attributes.
2014-11-28 Nicolas CapensReference/release both the image and parent texture.
2014-11-26 Nicolas CapensEliminate exception handling.
2014-11-26 Alexis HetuFixed Fractal shader
2014-11-26 Alexis HetuFixed signed/unsigned types comparison
2014-11-26 Alexis HetuFixed uniform-default-values.html
2014-11-26 Nicolas CapensDon't treat A8R8G8B8 on an X8R8G8B8 display as a slow...
2014-11-25 Nicolas CapensUse both sysv and gnu style linker hash tables.
2014-11-24 Alexis HetuFixed a WebGL conformance test
2014-11-22 Nicolas CapensAdd libGLES_CM to the Code::Blocks project.
2014-11-21 Nicolas CapensSwitch from GCC to Clang.
2014-11-21 Alexis HetuFixed the compound-assignment-type-combination.html...
2014-11-21 Nicolas CapensAdd GL_OES_draw_texture stubs.
2014-11-21 Nicolas CapensFix C++11 compilation errors.
2014-11-21 Nicolas CapensFixed shader-varying-packing-restrictions.html
2014-11-21 Alexis HetuMore warnings fixed
2014-11-21 Nicolas CapensFix 32-bit builds of the sample app on Linux.
2014-11-21 Nicolas CapensFix closing unopened shared libraries.
2014-11-21 Nicolas CapensImplemented EGL_EXT_platform_base and EGL_KHR_platform_gbm.
2014-11-20 Nicolas CapensImplement EGL_EXT_client_extensions.
2014-11-20 Nicolas CapensRemove RemoveTree.
2014-11-20 Nicolas CapensFixed memory leak associated with TLS.
2014-11-20 Nicolas CapensValidate allocation size in PoolAllocator
2014-11-19 Alexis HetuSending proper GL error on invalid Renderbuffer.
2014-11-17 Nicolas CapensFix eglGetDisplay(EGL_DEFAULT_DISPLAY) on Linux.
2014-11-17 Nicolas CapensAdd the OGLES2HelloTriangle sample to the Linux build.
2014-11-14 Nicolas CapensFix the Linux build.
2014-11-13 Alexis HetuAdded glTestFenceNV implementation
2014-11-13 Alexis HetuFixing some trivial warnings in the SwiftShader build.
2014-11-11 Nicolas CapensFix test sample launch environment.
2014-11-10 Nicolas CapensDelete EGL images only after eglDestroyImageKHR.
2014-11-10 Nicolas CapensSupport GL_TEXTURE_2D targets in glEGLImageTargetTextur...
2014-11-10 Nicolas CapensExport extensions.
2014-11-10 Alexis HetuAdding separate paths for each different library build...
2014-11-10 Nicolas CapensAdd the glEGLImageTargetRenderbufferStorageOES entry...
2014-11-05 Nicolas CapensAvoid resetting the EGL error code on client context...
2014-11-05 Nicolas CapensLoad libraries from a list of possible names.
2014-11-03 Nicolas CapensAdd stubs for RAD entry functions.
2014-11-03 Nicolas CapensInitialize RAD using EGL instead of GLUT.
2014-11-03 Nicolas CapensAdded HelloRAD test sample.
2014-11-03 Nicolas CapensRename libGLESv2 references to libRAD. Rename the es2...
2014-11-03 Nicolas CapensRemove libGLES_CM and rename libGLESv2 to libRAD.
2014-11-03 Nicolas CapensCopy the OpenGL folder to Radiance.
2014-11-03 Nicolas CapensRename the GLES2 folder to OpenGL.
2014-11-03 Nicolas CapensAutomatically close the attach debugger dialog.
2014-11-03 Nicolas CapensFix crash on eglDestroyContext.
2014-10-31 Nicolas CapensFix comparing GL texture target against the GL enum...
2014-10-31 Nicolas CapensFix setting the number of matching configs for an unkno...
2014-10-30 Nicolas CapensImplement texturing.
2014-10-30 Nicolas CapensImplement attribute pointers.
2014-10-30 Nicolas CapensTrack active texture.
2014-10-30 Nicolas CapensImplement texture enable.
2014-10-30 Nicolas CapensImplement the fixed-function matrix stacks.
2014-10-30 Nicolas CapensImplement fixed-function lighting.
2014-10-29 Nicolas CapensMatch the exports ordinals to PowerVR.
2014-10-29 Nicolas CapensAdd the BasicTnL PowerVR sample.
2014-10-29 Nicolas CapensCall any available function for creating frame buffers.
2014-10-29 Nicolas CapensName the namespaces logically.
2014-10-29 Nicolas CapensDelegate extensions to the right implementation based...
2014-10-28 Nicolas CapensReturn the requested GL context version.
2014-10-28 Nicolas CapensRetrieve the current context and display from EGL.
2014-10-28 Nicolas CapensRename the GLES2 namespace to gl2.
2014-10-28 Nicolas CapensMove common image implementations to EGL.
2014-10-28 Nicolas CapensShare the EGL image interface between implementations.
2014-10-28 Nicolas CapensUpdate to the latest Khronos headers.
2014-10-28 Nicolas CapensRemove tracing for the Device interface.
2014-10-28 Nicolas CapensEliminate unnecessary getDevice() calls.
2014-10-28 Nicolas CapensEliminate the createDevice() dependency.
2014-10-28 Nicolas CapensCreate the depth/stencil buffer independently from...
2014-10-28 Nicolas CapensMove the EGL shared image creation implementation to...
2014-10-28 Nicolas CapensAbstract the use of textures in EGL.
2014-10-27 Nicolas CapensRemove unnecessary getDevice() calls.
2014-10-26 Nicolas CapensFix setting the EGL context.
2014-10-25 Nicolas CapensEliminate the glBindTexImage dependency.
2014-10-25 Nicolas CapensEliminate the getCurrentContext() dependency.
2014-10-24 Nicolas CapensEliminate the destroyContext() dependency.
2014-10-24 Nicolas CapensAdvertise GL_OES_EGL_image support.
2014-10-24 Nicolas CapensAdvertise EGL configs as ES1 renderable.
2014-10-24 Nicolas CapensAdd ES1 stubs and remove ES2-only functions.
2014-10-24 Nicolas CapensFix a Khronos extension function prototype.
2014-10-24 Nicolas CapensDon't include libGLESv2 headers in libEGL headers.
2014-10-24 Nicolas CapensAdd the Khronos GLES headers.
2014-10-24 Nicolas CapensAdd the libGLES_CM project to the solution and fix...
2014-10-24 Nicolas CapensRename libGLESv2 files to libGLES_CM.
2014-10-24 Nicolas CapensCopy libGLESv2 to libGLES_CM.
2014-10-22 Nicolas CapensUse unsigned enum base types to use them as state bitfi...
2014-10-22 Nicolas CapensRemove unused min/max definitions.
2014-10-22 Nicolas CapensMove current register to register set.
2014-10-17 Nicolas CapensRemove unused shader compiler code.
2014-10-17 Nicolas CapensFix the write mask of indirect struct accesses.
2014-10-15 Nicolas CapensUpdate the release version.
2014-10-15 Nicolas CapensFix crash caused by missing shader function definition...
2014-06-26 Nicolas CapensDelete routines on demand.
2014-06-26 Nicolas CapensSplit off Routine into its own file.
2014-06-26 Nicolas CapensEstimate the function size based on the average instruc...
2014-06-26 Nicolas CapensUpdate the RoutineManager interface.
next