OSDN Git Service

Make Blitter part of Renderer.
[android-x86/external-swiftshader.git] / src / OpenGL / libGLES_CM / libGLES_CM.cpp
2017-06-28 Nicolas CapensMake Blitter part of Renderer.
2017-05-03 Nicolas CapensAdd Subzero as a Git subtree.
2016-07-03 Nicolas CapensFix Visual Studio 2015 compilation issues.
2016-06-08 Nicolas CapensValidate level index before validating level itself.
2016-06-08 Nicolas CapensStore EGL images in a namespace.
2016-06-03 Nicolas CapensFix the OpenGL ES 1.1 version string.
2016-05-16 Nicolas CapensUpdate version.
2016-05-11 Nicolas CapensApply the Apache 2.0 license.
2016-04-14 Nicolas CapensFix validation of texture level.
2016-01-28 Nicolas CapensImplement glGetPointerv().
2016-01-12 Nicolas CapensFix signed/unsigned comparison warnings.
2016-01-07 Nicolas CapensImplement glDrawTexfOES.
2016-01-04 Nicolas CapensFix checking for invalid query enums.
2015-11-13 Nicolas CapensAdd "Google" to GL_RENDERER to be whitelisted by Chrome.
2015-10-21 Nicolas CapensImplementation of EGL_KHR_fence_sync.
2015-08-09 Nicolas CapensImplement glLoadMatrixx() and glMultMatrixx().
2015-08-06 Nicolas CapensImplement several fixed-point entry functions.
2015-08-06 Nicolas CapensImplement missing vertex element functions.
2015-08-06 Nicolas CapensImplement missing state and queries.
2015-08-06 Nicolas CapensValidate vertex element sizes.
2015-08-06 Nicolas CapensValidate glOrtho() and glFrustum() parameters.
2015-08-06 Nicolas CapensRenamed boolean state variables and setters.
2015-08-06 Nicolas CapensImplement texture environment src, operand, and color.
2015-07-03 Nicolas CapensImplement alpha testing.
2015-07-03 Nicolas CapensImplement user clip planes.
2015-06-29 Nicolas CapensImplement materials and lights.
2015-06-22 Nicolas CapensLog the switch value when reaching an UNREACHABLE().
2015-06-16 Nicolas CapensFix point rendering.
2015-06-03 Nicolas CapensDon't restrict format combinations on CopyTexSubImage.
2015-05-25 Nicolas CapensInterpret integer color and normal coordinates as norma...
2015-05-25 Nicolas CapensUpdate validation for GL_COMBINE.
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-19 Ping-Hao WuImplement glClearColorx()
2015-05-15 Nicolas CapensFix texture unit enable/disable and binding prioritization.
2015-05-15 Nicolas CapensFix texture coordinate transformations on OpenGL.
2015-04-29 Nicolas CapensDispatch GLES_CM entry functions to avoid resolving...
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-16 Nicolas CapensAccess library dependencies through a single object.
2015-04-15 Nicolas CapensImplement glColor4f().
2015-03-25 Nicolas CapensImplement basic GL_OES_draw_texture functionality.
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-20 Ping-Hao WuRemove unnecessary <exception> includes.
2015-03-12 Nicolas CapensImplement glFrustum() for OpenGL ES 1.1.
2015-02-11 Nicolas CapensMake the Object class independent of the GL version.
2015-02-09 Maxime GregoireOpenGL ES environment texture partial implementation
2015-01-29 Nicolas CapensProvide missing OpenGL ES 1.x extension for implementat...
2015-01-27 Maxime GregoireOpenGL ES 1.1 colorPointer function implementation
2015-01-27 Maxime GregoireOpenGL ES 1.1 fog implementation
2015-01-14 Nicolas CapensProvide framebuffer-specific color read format/type...
2015-01-14 Nicolas CapensRetrieve the implementation color read format/type...
2014-12-11 Nicolas CapensCreate 64-bit translator libraries for the Android...
2014-12-01 Nicolas CapensImplement ETC1 compressed textures support.
2014-11-28 Nicolas CapensReference/release both the image and parent texture.
2014-11-26 Nicolas CapensEliminate exception handling.
2014-11-22 Nicolas CapensAdd libGLES_CM to the Code::Blocks project.
2014-11-21 Nicolas CapensAdd GL_OES_draw_texture stubs.
2014-11-19 Alexis HetuSending proper GL error on invalid Renderbuffer.
2014-11-10 Nicolas CapensSupport GL_TEXTURE_2D targets in glEGLImageTargetTextur...
2014-11-10 Nicolas CapensExport extensions.
2014-11-10 Nicolas CapensAdd the glEGLImageTargetRenderbufferStorageOES entry...
2014-11-03 Nicolas CapensAdd stubs for RAD entry functions.
2014-11-03 Nicolas CapensRename the GLES2 folder to OpenGL.