C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / gl / debug / GrGLCreateDebugInterface.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-18 egdanielRevert of Improve tracking of bound FBOs in GrGLGpu...
2015-03-17 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-03-17 bsalomonRevert of Improve tracking of bound FBOs in GrGLGpu...
2015-03-17 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-03-14 bsalomonRevert of Improve tracking of bound FBOs in GrGLGpu...
2015-03-04 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-03-01 robertphillipsRevert of Improve tracking of bound FBOs in GrGLGpu...
2015-02-28 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-10-24 egdanielAdd gpu support for glVertexAttrb1f, 2fv, and 3fv
2014-10-09 kkinnunenMake the Sk GL context class an abstract base class
2014-10-08 bsalomonRevert of Make the Sk GL context class an abstract...
2014-10-08 kkinnunenMake the Sk GL context class an abstract base class
2014-09-05 bsalomon"NULL !=" = NULL
2014-07-29 bsalomonSome fixes around GrContext::abandonContext:
2014-06-11 krajcevskiAdd support for glCompressedTexSubImage2D
2014-05-05 commit-bot@chromiu... Add support for glMapBufferRange. Use glMapBufferRange...
2014-05-02 djsollen@google.comRevert of Add support for glMapBufferRange. Use glMapBu...
2014-05-02 commit-bot@chromiu... Add support for glMapBufferRange. Use glMapBufferRange...
2014-04-30 commit-bot@chromiu... Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
2014-04-25 commit-bot@chromiu... Use EXT_direct_state_access for path matrix manipulation
2014-04-23 commit-bot@chromiu... Use fixed function pipeline only when drawing paths
2014-04-19 commit-bot@chromiu... fix warnings around size_t/int
2014-02-28 commit-bot@chromiu... Cleanup GrGLInterface after Chromium changes
2014-02-24 commit-bot@chromiu... Use vertex buffer objects instead of client side arrays...
2014-01-21 commit-bot@chromiu... Move GrGLInterface function pointers into a nested...
2014-01-16 commit-bot@chromiu... Rename GrGLBinding->GrGLStandard, no longer a bitfield
2013-12-05 commit-bot@chromiu... Fix compilation with SK_ENABLE_INST_COUNT=1
2013-08-30 commit-bot@chromiu... Add glTexGen funcs to interface
2013-07-26 commit-bot@chromiu... get genmipmap function in the struct
2013-06-03 commit-bot@chromiu... Remove assertion in debug GL impl that stencil buffers...
2013-04-29 robertphillips@goo... Plumbed in discard_framebuffer extension
2013-04-11 robertphillips@goo... Update debug GL backend to match r8633
2013-04-11 commit-bot@chromiu... Add glCopyTexSubImage2D to GrGLInterface
2013-03-07 bsalomon@google.comUse vertex array objects on core profiles.
2013-03-01 bsalomon@google.comAdd support to GrGLInterface for vertex array objects
2013-03-01 bsalomon@google.comRevert 7919 and 7920 (committed wrong version of r7919.)
2013-03-01 bsalomon@google.comAdd support to GrGLInterface for vertex array objects
2013-02-28 robertphillips@goo... Split GrGLContextInfo into GrGLContext & GrGLContextInfo
2013-02-26 bsalomon@google.comUse glGetStringi to get extensions when available.
2013-02-26 bsalomon@google.comConsolidate functions common the the null and debug...
2012-11-19 senorblanco@chromi... Add support for new glShaderSource() signature from...
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-07-31 robertphillips@goo... Fixed minor memory leaks
2012-07-13 robertphillips@goo... Fixed over-length lines in GrGLCreateDebugInterface.cpp
2012-06-26 robertphillips@goo... Removed cached copy of the GrDebugGLInterface
2012-06-15 bsalomon@google.comAdd strings to debug/null interfaces glGetString
2012-06-08 bsalomon@google.comRemove glBlendEquation and glColorPointer
2012-06-06 caryclark@google.comfix warnings on Mac in src/gpu and include/gpu
2012-05-31 bsalomon@google.comAdd glTexParameteriv to GL interface
2012-05-30 robertphillips@goo... Added knowledge of GL_RED textures to debugGLReadPixels
2012-04-27 robertphillips@goo... Bumped num stages to 4 in preparation for AA clipping
2012-04-18 robertphillips@goo... Added glBlendEquation to GL interface
2012-04-12 robertphillips@goo... Fixed uninitialized memory issue on Linux when running...
2012-04-05 robertphillips@goo... Initial split up of Debug Interface into separate files
2012-03-28 robertphillips@goo... Moved Debug GL interface to src/gpu/gl/debug in prepara...