OSDN Git Service

Make Blitter part of Renderer.
[android-x86/external-swiftshader.git] / src / OpenGL / libGLES_CM / main.cpp
2017-06-28 Nicolas CapensMake Blitter part of Renderer.
2017-06-15 Nicolas CapensMake the EGL surface class abstract.
2017-05-19 Nicolas CapensImplement eglQueryContext.
2017-05-03 Nicolas CapensAdd Subzero as a Git subtree.
2016-12-06 Alexis HetuRenamed libEGL/Surface.* to libEGL/EGLSurface.*
2016-09-30 Nicolas CapensFix missing Register() entry function for OpenGL ES...
2016-06-08 Alexis HetuSilence unused private member warning
2016-06-08 Nicolas CapensAdd the EGL display as a context member.
2016-05-11 Nicolas CapensApply the Apache 2.0 license.
2016-05-10 Nicolas CapensRemove the watermark logo.
2016-02-10 Nicolas CapensFix attempting to load libX11 when rendering headless.
2015-12-21 Nicolas CapensStore the native display as an opaque pointer.
2015-10-22 Nicolas CapensRevert "Implementation of EGL_KHR_swap_buffers_with_dam...
2015-10-21 Nicolas CapensImplementation of EGL_KHR_swap_buffers_with_damage.
2015-10-21 Nicolas CapensImplementation of EGL_KHR_fence_sync.
2015-08-06 Nicolas CapensSupport matrix stack overflow/underflow errors.
2015-06-22 Nicolas CapensLog the switch value when reaching an UNREACHABLE().
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-17 Nicolas CapensOnly load a dependent library when it has an expected...
2015-04-16 Nicolas CapensAccess library dependencies through a single object.
2015-04-01 Greg HartmanOn Android: remove fallbacks that can match system...
2015-03-24 Greg HartmanUpdate paths for the Android shared libraries
2014-12-11 Nicolas CapensCreate 64-bit translator libraries for the Android...
2014-12-08 Nicolas CapensCreate translator libraries for the Android Emulator...
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 CapensRename the GLES2 folder to OpenGL.