summaryrefslogtreecommitdiff
path: root/gpu/gl/GrGLCreateNullInterface.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-04-30Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILcommit-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-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-21Move GrGLInterface function pointers into a nested structcommit-bot@chromium.org
2014-01-16Rename GrGLBinding->GrGLStandard, no longer a bitfieldcommit-bot@chromium.org
2013-08-30Add glTexGen funcs to interfacecommit-bot@chromium.org
2013-08-17Replace uses of GrAssert by SkASSERT.tfarina@chromium.org
2013-07-26get genmipmap function in the structcommit-bot@chromium.org
2013-07-19Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-18Fix for Ubuntu compiler complaintrobertphillips@google.com
2013-07-18Yet another build fix for r10148robertphillips@google.com
2013-07-18Fix build breakages due to r10148robertphillips@google.com
2013-07-18Improve null gpu's memory handlingrobertphillips@google.com
2013-04-29Plumbed in discard_framebuffer extensionrobertphillips@google.com
2013-04-11Add glCopyTexSubImage2D to GrGLInterfacecommit-bot@chromium.org
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-26Use glGetStringi to get extensions when available.bsalomon@google.com
2013-02-26Consolidate functions common the the null and debug GL interfaces.bsalomon@google.com
2013-01-07Remove GrTDArray.bsalomon@google.com
2012-11-19Add support for new glShaderSource() signature from Khronos. Disabled by def...senorblanco@chromium.org
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-07-09Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.tomhudson@google.com
2012-06-15Add strings to debug/null interfaces glGetStringbsalomon@google.com
2012-06-08Remove glBlendEquation and glColorPointerbsalomon@google.com
2012-06-06fix warnings on Mac in src/gpu and include/gpucaryclark@google.com
2012-05-31Add glTexParameteriv to GL interfacebsalomon@google.com
2012-05-10Move convolution from code in GrGLProgram to new GrConvolutionEffecttomhudson@google.com
2012-05-07Make GrGLDefines.h be a private headerbsalomon@google.com
2012-04-27Bumped num stages to 4 in preparation for AA clippingrobertphillips@google.com
2012-04-18Added glBlendEquation to GL interfacerobertphillips@google.com
2012-02-14Move GL-specific include files to their own subdirectory, to bettertomhudson@google.com
2012-02-10Move GL-specific source code to make room for D3D back end.tomhudson@google.com