C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / GrGpu.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-23 bsalomonAdd stencil buffer create tracking to GPU stats.
2015-02-23 bsalomonDynamically create stencil buffer when needed.
2015-02-19 bsalomonRecycle stencil buffers across render targets.
2015-02-17 egdanielUse SkXfermode as public facing enum for GrPorterDuffXP
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-02-03 bsalomonAdd texture create/upload stats and make nanobench...
2015-02-03 mtkleinpatch from issue 886233004 at patchset 40001 (crrev...
2015-01-27 kkinnunenMake stencil buffers uncached for uncached render targe...
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 bsalomonMake uncached textures uncached from the get go.
2014-12-17 bsalomonStop creating GrODS for stencilPath commands.
2014-12-16 bsalomonRemove GrGpu::flushGraphicsState
2014-12-15 bsalomondevirtualize some functions on GrGpu
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-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 bsalomonSmall cleanups after GrDrawState/GrOptDrawState base...
2014-11-19 joshualittscissor state on optstate
2014-11-18 joshualittdrawinfo carries bufferinfo
2014-11-18 bsalomonminor cleanup in GrGpu.h
2014-11-17 joshualittDrawstate on stack
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 joshualittcleaning up geometry handling in gpu
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 bsalomonDon't allow renderTarget==NULL to GrContext::clear...
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-29 joshualittOptState owns program descriptor
2014-10-28 bsalomonrename GrTextureDesc->GrSurfaceDesc, GrTextureFlags...
2014-10-27 joshualittScissor rect on drawinfo
2014-10-27 joshualittClip mask manager sets stencil on draw type
2014-10-27 joshualittRevert of Clip mask manager sets stencil on draw type...
2014-10-27 joshualittClip mask manager sets stencil on draw type
2014-10-22 joshualittOval and stroke AA rect now batch
2014-10-22 joshualittRevert of Oval and stroke AA rect now batch (patchset...
2014-10-22 joshualittOval and stroke AA rect now batch
2014-10-22 mtkleinRevert of Oval and stroke AA rect now batch (patchset...
2014-10-22 joshualittOval and stroke AA rect now batch
2014-09-18 robertphillipsAdd counting of some GL calls
2014-09-17 cdaltonRemove createPath* from GrGpu and GrContext
2014-09-17 robertphillipsFix typo
2014-09-03 bsalomonRemove GrDrawTarget::AutoRenderTargetRestore.
2014-08-26 kkinnunenImplement NV_path_rendering on OpenGL ES
2014-08-21 bsalomonAdd GrResourceCache2.
2014-08-20 kkinnunenSeparate GL path rendering state from GrGpuGL to GrGLPa...
2014-08-19 bsalomonRevert of Add GrResourceCache2. (patchset #4 of https...
2014-08-19 bsalomonAdd GrResourceCache2.
2014-07-25 bsalomonRename GrGpuObject to GrGpuResource
2014-07-25 bsalomonMerge GrGpuObject and GrCacheable.
2014-07-21 cdaltonAdd a GrPathRange class
2014-06-02 krajcevskiInitial work to get ETC1 data up to the GPU
2014-05-30 commit-bot@chromiu... Revert of Initial work to get ETC1 data up to the GPU...
2014-05-30 commit-bot@chromiu... Initial work to get ETC1 data up to the GPU
2014-05-07 commit-bot@chromiu... Rename from "(un)lock" to "(un)map" for geometry buffers.
2014-05-02 commit-bot@chromiu... Split GrResource into GrCacheable/GrGpuObject
2014-04-30 commit-bot@chromiu... Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
2014-04-23 commit-bot@chromiu... Use fixed function pipeline only when drawing paths
2014-03-28 commit-bot@chromiu... Use int rather than size_t for pathCount in GrDrawTarge...
2014-03-25 commit-bot@chromiu... Remove forceRenderTargetFlush (unused)
2014-03-25 commit-bot@chromiu... Make it possible to draw multiple paths at once to...
2014-02-11 commit-bot@chromiu... Add dev bounds to bmp txt context, use bounds to ignore...
2013-10-31 robertphillips@goo... Add can-ignore-rect hint to clear call
2013-10-14 robertphillips@goo... Start cleaning up 64bit Win warnings
2013-10-14 commit-bot@chromiu... Move renderable config list to GrDrawTargetCaps
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-09 commit-bot@chromiu... Remove GrRefCnt.h in favor of SkRefCnt.h
2013-08-17 tfarina@chromium.orgReplace uses of GrAssert by SkASSERT.
2013-07-17 commit-bot@chromiu... Replace all instances of GrRect with SkRect.
2013-06-28 bsalomon@google.comAdd flag bits for partial GrContext reset
2013-06-28 edisonn@google.comrevert 9802 breacking tests on some configs
2013-06-28 bsalomon@google.comAdd flag bits for partial GrContext reset
2013-06-13 bsalomon@google.comReplace fixed-size array of effect stages in GrDrawStat...
2013-05-24 commit-bot@chromiu... fix slowness of getImageData() for CanvasRenderingConte...
2013-05-11 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-05-10 bsalomon@google.comDon't call purgeCache() from within GrResource memebers.
2013-04-20 robertphillips@goo... Remove GR_STATIC_RECT_VB
2013-04-09 bsalomon@google.comReland of 8525 with fix for case when GrRT outlives...
2013-04-03 bsalomon@google.comRevert 8525,8526 pending investigation of bench_picture...
next