C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / GrDrawTarget.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-13 joshualittCreation of GrBatchAtlas and Distancefieldpathrenderer...
2015-03-03 robertphillipsSplit command holding object (GrTargetCommands) out...
2015-02-26 bsalomonCleanup in GrPipelineBuilder
2015-02-26 joshualittSome small code tidying
2015-02-23 joshualittMove clip off of draw target
2015-02-23 bsalomonDynamically create stencil buffer when needed.
2015-02-16 robertphillipsMinor refactoring
2015-02-13 egdanielPass in ProcOptInfos into willNeedDstCopy on XPs
2015-02-12 joshualittA simple change to move a bunch of stuff out of Gr...
2015-02-06 bsalomonRevert of Revert of Move DstCopy on gpu into the GrXfer...
2015-02-05 bsalomonRevert of Move DstCopy on gpu into the GrXferProcessor...
2015-02-05 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-04 egdanielRevert of Revert "Move DstCopy on gpu into the GrXferPr...
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-03 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-01-28 joshualittGrBatchPrototype
2015-01-28 joshualittRevert of GrBatchPrototype (patchset #32 id:630001...
2015-01-27 joshualittGrBatchPrototype
2015-01-27 joshualittRevert of GrBatchPrototype (patchset #30 id:570001...
2015-01-26 joshualittGrBatchPrototype
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2015-01-20 egdanielRemove willReadDst from GrFragmentProcessor.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-22 joshualittThis CL cleans up the last remaining users of localCoor...
2014-12-17 bsalomonStop creating GrODS for stencilPath commands.
2014-12-14 tfarinaCleanup: Mark some overridden methods with 'SK_OVERRIDE'.
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-10 joshualittRevert of Remove GP from drawstate, revision of invaria...
2014-12-10 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-09 joshualittThis cl moves color and coverage off of drawstate....
2014-12-01 bsalomonAdd a base class for GrIODB that handles geometry data
2014-11-26 bsalomonsome cleanup around GrGpu/GrDrawTarget copySurface
2014-11-26 bsalomonRevert of some cleanup around GrGpu/GrDrawTarget copySu...
2014-11-26 bsalomonsome cleanup around GrGpu/GrDrawTarget copySurface
2014-11-25 cdaltonAdd IndexType parameter to GrDrawTarget::drawPaths
2014-11-20 joshualittdstCopy on optdrawstate
2014-11-19 bsalomonCreate GrOptDrawState before recording draw in GrInOrde...
2014-11-18 joshualittdrawinfo carries bufferinfo
2014-11-17 joshualittDrawstate on stack
2014-11-15 joshualittPush creation of default GP to the caller
2014-11-07 joshualittsimple cl to cleanup friends in GrGpu
2014-11-07 joshualittRefactor DrawTarget and GPU to be independent
2014-11-06 joshualittClip in grdrawtarget
2014-11-05 bsalomonWorkaround for PowerVR clear issue.
2014-11-04 joshualittremoving setVertexArraySource from drawtarget
2014-11-03 joshualittTemporary fix to remove drawrect call from GpuGL
2014-11-03 bsalomonDon't allow renderTarget==NULL to GrContext::clear...
2014-10-31 joshualittRevert of Temporary fix to remove drawrect call from...
2014-10-31 joshualittTemporary fix to remove drawrect call from GpuGL
2014-10-31 joshualittBeginning to refactor nvpr code
2014-10-31 joshualittsmall fix for cache clear
2014-10-29 joshualittBUG=skia:
2014-10-29 joshualittclear stencil clip on draw target
2014-10-28 bsalomonrename GrTextureDesc->GrSurfaceDesc, GrTextureFlags...
2014-10-27 joshualittScissor rect on drawinfo
2014-10-09 joshualittgl programs rewrite
2014-10-07 joshualittRevert of gl programs rewrite (patchset #10 id:180001...
2014-10-07 joshualittgl programs rewrite
2014-09-26 egdanielSplit GrDrawState and GrOptDrawState into separate...
2014-09-05 bsalomonMake GrDrawState and GrEffectStage use the pending...
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-20 kkinnunenSeparate GL path rendering state from GrGpuGL to GrGLPa...
2014-08-12 bsalomonMake comment ASCII in GrDrawTarget.h
2014-08-08 bsalomonAdd an opaqueness hint to GrDrawState.
2014-08-04 egdanielEnable gpu Debug markers if tracing category skia.gpu...
2014-08-04 bsalomonRemove unused matrix param from GrContext/GrDrawTarget...
2014-07-29 egdanielRemove support in the gpu to use hardware AA lines...
2014-07-29 egdanielRevert of Remove gpu support for willUseHWAALines....
2014-07-29 egdanielRemove gpu support for willUseHWAALines.
2014-07-21 cdaltonAdd a GrPathRange class
2014-06-18 egdanielModify gpu debug markers to store gpu device markers...
2014-05-02 commit-bot@chromiu... Split GrResource into GrCacheable/GrGpuObject
2014-04-30 commit-bot@chromiu... Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
2014-03-28 commit-bot@chromiu... Use int rather than size_t for pathCount in GrDrawTarge...
2014-03-28 commit-bot@chromiu... SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from...
2014-03-28 commit-bot@chromiu... Add discard API to SkCanvas, plumb it to glDiscardFrame...
2014-03-27 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-03-25 commit-bot@chromiu... Add Gpu Tracing to Ganesh
2014-03-25 commit-bot@chromiu... Make it possible to draw multiple paths at once to...
2014-02-21 commit-bot@chromiu... Add hooks for GL_EXT_debug_marker in gpu
2013-11-22 commit-bot@chromiu... Apply hairline optimization only if the path renderer...
2013-11-08 bsalomon@google.comRevert "Do not apply hairline optimization for paths...
2013-11-08 commit-bot@chromiu... Do not apply hairline optimization for paths if nv_path...
2013-10-31 robertphillips@goo... Add can-ignore-rect hint to clear call
2013-10-31 reed@google.comRevert "Revert "add SK_ATTR_DEPRECATED -- will need...
2013-10-31 reed@google.comRevert "add SK_ATTR_DEPRECATED -- will need to disable...
2013-10-31 reed@google.comadd SK_ATTR_DEPRECATED -- will need to disable for...
2013-10-14 robertphillips@goo... Start cleaning up 64bit Win warnings
2013-10-09 commit-bot@chromiu... Implement stroking a path with nv_path_rendering
2013-10-09 commit-bot@chromiu... Implement filling a path with nv_path_rendering cover
2013-09-18 commit-bot@chromiu... Replace uses of GrNoncopyable by SkNoncopyable.
2013-09-09 commit-bot@chromiu... Remove GrRefCnt.h in favor of SkRefCnt.h
2013-08-28 commit-bot@chromiu... Replace uses of GR_DEBUG by SK_DEBUG.
2013-08-17 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-08-17 tfarina@chromium.orgReplace uses of GrAssert by SkASSERT.
2013-08-16 commit-bot@chromiu... Change Atlas recycling to track current flush count...
2013-07-17 commit-bot@chromiu... Replace all instances of GrRect with SkRect.
next