C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / GrInOrderDrawBuffer.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-03 robertphillipsSplit GrTargetCommands into its own files
2015-03-03 robertphillipsSplit command holding object (GrTargetCommands) out...
2015-03-02 robertphillipsMinor cleanup of GrInOrderDrawBuffer
2015-03-02 robertphillipsIncrease GrInOrderDrawBuffer's encapsulation of trace...
2015-02-27 robertphillipsDecrease GrInOrderDrawBuffer::Cmd's reliance on GrInOrd...
2015-02-17 robertphillipsImprove GrInOrderDrawBuffer::Cmd encapsulation
2015-02-16 robertphillipsMinor refactoring
2015-02-13 egdanielPass in ProcOptInfos into willNeedDstCopy on XPs
2015-02-06 joshualittsimple fix to close batches on anything push to the...
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-21 joshualittremove drawtype
2015-01-21 joshualittremove drawType from optState
2015-01-20 joshualittBUG=skia:
2015-01-14 joshualittMore changes to bring together path / geo procs
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-17 bsalomonStop creating GrODS for stencilPath commands.
2014-12-15 joshualittThis change will ultimately pull uniform color, and...
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-04 joshualittmove program descriptor generation to flush
2014-12-04 joshualittRevert of move program descriptor generation to flush...
2014-12-03 joshualittmove program descriptor generation to flush
2014-12-02 bsalomonmove some copy surface stuff to GrFlushToGpuDrawTarget
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-24 bsalomonCreate GrOptDrawState directly in the cmd buffer in...
2014-11-20 joshualittdstCopy on optdrawstate
2014-11-19 joshualittscissor state on optstate
2014-11-19 bsalomonCreate GrOptDrawState before recording draw in GrInOrde...
2014-11-18 joshualittdrawinfo carries bufferinfo
2014-11-17 joshualittDrawstate on stack
2014-11-13 cdaltonCombine similar DrawPaths calls in GrInOrderDrawBuffer
2014-11-11 joshualittSnap optdrawstate in inorder draw buffer and pass into gpu
2014-11-07 joshualittsimple cl to cleanup friends in GrGpu
2014-11-07 cdaltonUpdate GrTRecorder to preserve memory allocations
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-10-31 joshualittBeginning to refactor nvpr code
2014-10-29 joshualittclear stencil clip on draw target
2014-10-28 bsalomonrename GrTextureDesc->GrSurfaceDesc, GrTextureFlags...
2014-10-15 cdaltonAdds a GrTRecorder class that GrInOrderDrawBuffer uses...
2014-10-14 mtkleinRevert of Create a single command buffer for GrInOrderD...
2014-10-14 cdaltonAdds a GrTRecorder class that GrInOrderDrawBuffer uses...
2014-10-13 mtkleinRevert of Create a single command buffer for GrInOrderD...
2014-10-13 cdaltonAdds a GrTBaseList class that GrInOrderDrawBuffer uses...
2014-10-08 bsalomonGrResourceCache2 manages scratch texture.
2014-09-19 bsalomonMove IOType to GrGpuRef and rename that to GrIORef...
2014-09-19 bsalomonMake GrIODB keep pending IO refs on all resources it...
2014-08-05 bsalomonReplace op== with CombineIfPossible in GrDrawState.
2014-08-04 bsalomonRemove unused matrix param from GrContext/GrDrawTarget...
2014-07-21 cdaltonAdd a GrPathRange class
2014-07-07 bsalomonRemove deferred version of GrDrawState.
2014-07-02 bsalomonCombine clip stack and clip origin into one struct...
2014-07-02 bsalomonReduce integer divides in GrAllocator
2014-03-28 commit-bot@chromiu... Use int rather than size_t for pathCount in GrDrawTarge...
2014-03-28 commit-bot@chromiu... Add discard API to SkCanvas, plumb it to glDiscardFrame...
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-10-31 robertphillips@goo... Add can-ignore-rect hint to clear call
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-17 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
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.
2013-07-03 robertphillips@goo... Minor GrContext/GrInOrderDrawBuffer cleanup
2013-04-15 bsalomon@google.comAdd support for using glCopyTexSubImage2D when possible...
2013-04-10 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-09 bsalomon@google.comMake GrIODB record and play back copySurface.
2013-04-02 bsalomon@google.comMake drawRect preserve vertex attrib state and push...
2013-03-20 bsalomon@google.comAttempt to reland 8264-5 with warning-as-error fixes.
2013-03-20 reed@google.comrevert 8265-8264 (broke build)
2013-03-20 bsalomon@google.comAdds local coords to GrEffect system.
2013-02-25 bsalomon@google.comGive GrDrawTarget a back ptr to its owning GrContext.
2013-02-14 jvanverth@google.comRemove unused texture coordinate flags.
next