summaryrefslogtreecommitdiff
path: root/gpu/gl/GrGpuGL.cpp
AgeCommit message (Expand)Author
2014-04-16Double assignment in GrGpuGL::configToGLFormats()commit-bot@chromium.org
2014-04-16glDiscardFramebuffer() in GrGpuGL::discard uses invalid GLenumcommit-bot@chromium.org
2014-04-02Use glInvalidateFramebuffer() when it is supported.commit-bot@chromium.org
2014-03-28Use int rather than size_t for pathCount in GrDrawTarget::drawPathscommit-bot@chromium.org
2014-03-28SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hcommit-bot@chromium.org
2014-03-28Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()commit-bot@chromium.org
2014-03-25Remove forceRenderTargetFlush (unused)commit-bot@chromium.org
2014-03-25Add Gpu Tracing to Ganeshcommit-bot@chromium.org
2014-03-25Make it possible to draw multiple paths at once to a draw targetcommit-bot@chromium.org
2014-02-21Add hooks for GL_EXT_debug_marker in gpucommit-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-16Make GrGLContextInfo have private ptr to GrGLInterfacecommit-bot@chromium.org
2014-01-16Rename GrGLBinding->GrGLStandard, no longer a bitfieldcommit-bot@chromium.org
2013-12-19Add detection of mip supportcommit-bot@chromium.org
2013-12-09Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...commit-bot@chromium.org
2013-12-02Reverting r12427rmistry@google.com
2013-12-02Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-11-28Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-11-27Don't check the framebuffer status every time we flush when we're on Chromium;commit-bot@chromium.org
2013-11-21Avoid printing draw target info to stderr while running unit testscommit-bot@chromium.org
2013-11-20Remove the SKIA_IGNORE_GPU_MIPMAPS now that Chrome sets glGenMipmap forcommit-bot@chromium.org
2013-11-01Fix two inconsistencies in handling fixed-function texture coordinate set gen...commit-bot@chromium.org
2013-10-31Add can-ignore-rect hint to clear callrobertphillips@google.com
2013-10-21More clang warning fixes.commit-bot@chromium.org
2013-10-21Fix GrProgramsTest to not generate tests with too many TexCoord referencescommit-bot@chromium.org
2013-10-17Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-10-16Third wave of Win64 warning cleanuprobertphillips@google.com
2013-10-15separate state for msaa renderabilitycommit-bot@chromium.org
2013-10-14Start cleaning up 64bit Win warningsrobertphillips@google.com
2013-10-14Move renderable config list to GrDrawTargetCapscommit-bot@chromium.org
2013-10-09Implement stroking a path with nv_path_renderingcommit-bot@chromium.org
2013-10-09Implement filling a path with nv_path_rendering covercommit-bot@chromium.org
2013-10-04Use vertexless shaders when NVpr is availablecommit-bot@chromium.org
2013-10-04Don't access RT when disabling scissor.commit-bot@chromium.org
2013-09-25Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents.commit-bot@chromium.org
2013-09-09Improve handling of FF vertex array statecommit-bot@chromium.org
2013-09-06Rip out CSAA supportcommit-bot@chromium.org
2013-09-05Add support for ES3 MSAA.commit-bot@chromium.org
2013-09-05Add a GrGpuGL reference for GrGLProgram/GrGLUniformManagercommit-bot@chromium.org
2013-08-30Add bit to GrGLCaps for fixed function supportcommit-bot@chromium.org
2013-08-30Add glTexGen funcs to interfacecommit-bot@chromium.org
2013-08-29Moving out of order call to TexParameteri in GrGpuGL::onCreateTexturejunov@chromium.org
2013-08-28Replace uses of GR_DEBUG by SK_DEBUG.commit-bot@chromium.org
2013-08-22My clang now doesn't complain about !"foo".mtklein@google.com
2013-08-20Use ES3 texture swizzling.commit-bot@chromium.org
2013-08-20Update renderable configs for ES3commit-bot@chromium.org
2013-08-20Change comments about size internal formatscommit-bot@chromium.org
2013-08-20Revert "Changed rules about sized internal formats on GLES3."bsalomon@google.com
2013-08-20Changed rules about sized internal formats on GLES3.commit-bot@chromium.org