summaryrefslogtreecommitdiff
path: root/gpu/gl/GrGLInterface.cpp
AgeCommit message (Expand)Author
2014-05-05Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.commit-bot@chromium.org
2014-05-02Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBuf...djsollen@google.com
2014-05-02Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.commit-bot@chromium.org
2014-05-01Remove SkDEBUGFAILs that are problematic for Chromiumcommit-bot@chromium.org
2014-04-30Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILcommit-bot@chromium.org
2014-04-30Fail to create GrContext when we get a NULL for a GL/GLSL version stringcommit-bot@chromium.org
2014-04-25Use EXT_direct_state_access for path matrix manipulationcommit-bot@chromium.org
2014-04-23Use fixed function pipeline only when drawing pathscommit-bot@chromium.org
2014-04-15Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps.commit-bot@chromium.org
2014-04-01Add GL_ARB_invalidate_subdata functions to GrGLInterface.bsalomon@google.com
2014-03-25Add Gpu Tracing to Ganeshcommit-bot@chromium.org
2014-03-24Add SkASSERT's to gl/Interface validatecommit-bot@chromium.org
2014-02-28Cleanup GrGLInterface after Chromium changescommit-bot@chromium.org
2014-02-24Use vertex buffer objects instead of client side arrays in fixed-function cod...commit-bot@chromium.org
2014-02-21Add hooks for GL_EXT_debug_marker in gpucommit-bot@chromium.org
2014-01-24Turn NVPR on by default (but off in tools).commit-bot@chromium.org
2014-01-24Revert "Turn NVPR on by default (but off in tools)."halcanary@google.com
2014-01-24Turn NVPR on by default (but off in tools).commit-bot@chromium.org
2014-01-21Move GrGLInterface function pointers into a nested structcommit-bot@chromium.org
2014-01-17Move GrGLExtensions from GrGLContextInfo to GrGLInterfacecommit-bot@chromium.org
2014-01-16Remove GR_GL_IGNORE_ES3_MSAA.scommit-bot@chromium.org
2014-01-16Rename GrGLBinding->GrGLStandard, no longer a bitfieldcommit-bot@chromium.org
2013-12-05Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org
2013-11-20Remove the SKIA_IGNORE_GPU_MIPMAPS now that Chrome sets glGenMipmap forcommit-bot@chromium.org
2013-09-05Add support for ES3 MSAA.commit-bot@chromium.org
2013-08-30Fix invalid enum error when checking for core profile in GrGLInterface::valid...bsalomon@google.com
2013-08-30Add glTexGen funcs to interfacecommit-bot@chromium.org
2013-08-23Use indexed extensions on ES3.commit-bot@chromium.org
2013-08-21Recognize that ES3 supports texture storage. Add workaround for apparent Adre...commit-bot@chromium.org
2013-08-20Add validation check that linewidth func is present (we already call it on ES).commit-bot@chromium.org
2013-08-16Support VAO when on ES3.commit-bot@chromium.org
2013-08-15Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.bsalomon@google.com
2013-07-26get genmipmap function in the structcommit-bot@chromium.org
2013-05-01Add support for GL_EXT_multisampled_render_to_texture.bsalomon@google.com
2013-04-29Remove guard against checking for copytexsubimage2d ptr in GrGLInterface::val...commit-bot@chromium.org
2013-04-29Plumbed in discard_framebuffer extensionrobertphillips@google.com
2013-04-11Add glCopyTexSubImage2D to GrGLInterfacecommit-bot@chromium.org
2013-03-19Add support for IMG's MSAA extension.bsalomon@google.com
2013-03-05Validate that VAO functions are present in ES2 interfaces and add bit to caps...bsalomon@google.com
2013-03-01Add support to GrGLInterface for vertex array objectsbsalomon@google.com
2013-03-01Revert 7919 and 7920 (committed wrong version of r7919.)bsalomon@google.com
2013-03-01Add support to GrGLInterface for vertex array objectsbsalomon@google.com
2013-02-27Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-02-26Use glGetStringi to get extensions when available.bsalomon@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-09-11Revert r5491, r5495, r5497, and r5498.borenet@google.com
2012-09-11Add more logging to GrGLInterface. Temporary.borenet@google.com
2012-09-11Add lots of logging to GrGLInterface.cpp. Temporary.borenet@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-06-21Expanded distribution of instance countingrobertphillips@google.com