.. |
batches
|
Updates nvpr text blobs to not store a direct reference to the
|
2015-10-08 08:04:09 -07:00 |
effects
|
Move GrGLShaderVar to GrGLSL
|
2015-10-21 10:45:48 -07:00 |
gl
|
Move GrGLShaderVar to GrGLSL
|
2015-10-21 10:45:48 -07:00 |
glsl
|
Move GrGLShaderVar to GrGLSL
|
2015-10-21 10:45:48 -07:00 |
GrAllocator.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrAtlas.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrAtlas.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrAtlasTextBlob.cpp
|
adding assert to GrAtlasTextContext
|
2015-07-21 12:56:56 -07:00 |
GrAtlasTextBlob.h
|
Initialize subrun variables to make Valgrind happy
|
2015-09-10 06:31:38 -07:00 |
GrAtlasTextContext.cpp
|
Make skpaint->grpaint flow work for composing draws (verts and atlas)
|
2015-09-28 06:26:29 -07:00 |
GrAtlasTextContext.h
|
Detach cache in DF routines rather than passing it in.
|
2015-09-09 08:05:12 -07:00 |
GrAutoLocaleSetter.h
|
Fix build for UCLIBC platforms (newlocale/freelocale)
|
2015-06-09 10:18:50 -07:00 |
GrBatchAtlas.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrBatchAtlas.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrBatchFlushState.cpp
|
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
|
2015-08-17 12:55:38 -07:00 |
GrBatchFlushState.h
|
Incrementally flush GrDrawTarget
|
2015-10-02 11:27:15 -07:00 |
GrBatchFontCache.cpp
|
Have SkVarAlloc::alloc() use sk_malloc_throw.
|
2015-09-14 11:11:17 -07:00 |
GrBatchFontCache.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrBatchTest.cpp
|
Move StrokeRectBatches into .cpp files
|
2015-09-18 07:12:56 -07:00 |
GrBatchTest.h
|
Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches
|
2015-08-13 13:34:48 -07:00 |
GrBlend.cpp
|
Create fragment processor for performing input color blend with child processor
|
2015-09-15 15:33:27 -07:00 |
GrBlurUtils.cpp
|
GrDrawContext now holds GrRenderTarget pointer
|
2015-10-15 08:01:49 -07:00 |
GrBlurUtils.h
|
Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter
|
2015-05-27 11:02:55 -07:00 |
GrBufferAllocPool.cpp
|
Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome
|
2015-08-19 08:26:51 -07:00 |
GrBufferAllocPool.h
|
Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome
|
2015-08-19 08:26:51 -07:00 |
GrCaps.cpp
|
Implement stencil clipping in mixed sampled render targets
|
2015-09-30 23:02:06 -07:00 |
GrClip.cpp
|
Remove rect clip type from grclip.
|
2015-03-06 08:21:39 -08:00 |
GrClipMaskManager.cpp
|
Don't abort analytic clipping if using MSAA until elements are examined
|
2015-10-14 15:01:50 -07:00 |
GrClipMaskManager.h
|
Don't abort analytic clipping if using MSAA until elements are examined
|
2015-10-14 15:01:50 -07:00 |
GrContext.cpp
|
Move GrDrawingManager methods to their own .cpp file
|
2015-10-20 09:54:32 -07:00 |
GrContextFactory.cpp
|
skia: Add ANGLE with GL backend to nanobench/DM
|
2015-09-11 13:07:29 -07:00 |
GrContextFactory.h
|
skia: Add ANGLE with GL backend to nanobench/DM
|
2015-09-11 13:07:29 -07:00 |
GrCoordTransform.cpp
|
Add direct getter for GrCaps to GrContext.
|
2015-05-29 08:02:10 -07:00 |
GrDefaultGeoProcFactory.cpp
|
Move shader precision modifier check onto GLSLCaps
|
2015-10-21 07:14:17 -07:00 |
GrDefaultGeoProcFactory.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrDrawContext.cpp
|
Remove DrawingMgr shims from GrContext
|
2015-10-17 07:43:27 -07:00 |
GrDrawingManager.cpp
|
Dependencies are now added between the drawTargets in GrPipeline
|
2015-10-22 05:19:50 -07:00 |
GrDrawingManager.h
|
Remove DrawingMgr shims from GrContext
|
2015-10-17 07:43:27 -07:00 |
GrDrawTarget.cpp
|
Dependencies are now added between the drawTargets in GrPipeline
|
2015-10-22 05:19:50 -07:00 |
GrDrawTarget.h
|
Dependencies are now added between the drawTargets in GrPipeline
|
2015-10-22 05:19:50 -07:00 |
GrFontScaler.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrFontScaler.h
|
Dont try to draw glyphs with unexpected mask formats
|
2015-07-30 07:59:20 -07:00 |
GrFragmentProcessor.cpp
|
Use child processors to implement compose color filter.
|
2015-09-29 06:38:55 -07:00 |
GrGeometryBuffer.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrGeometryProcessor.h
|
Remove batchtracker
|
2015-09-11 08:19:35 -07:00 |
GrGlyph.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrGpu.cpp
|
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
|
2015-10-20 07:58:01 -07:00 |
GrGpu.h
|
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
|
2015-10-20 07:58:01 -07:00 |
GrGpuFactory.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrGpuFactory.h
|
Store context options on caps.
|
2015-05-22 14:01:46 -07:00 |
GrGpuResource.cpp
|
Make methods on GrGpuResource safe to call on abandoned resource
|
2015-09-24 07:07:40 -07:00 |
GrGpuResourceCacheAccess.h
|
Style Change: SkNEW->new; SkDELETE->delete
|
2015-08-26 13:07:49 -07:00 |
GrGpuResourcePriv.h
|
Allow resources' unique keys to be changed.
|
2015-02-19 08:24:16 -08:00 |
GrGpuResourceRef.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrIndexBuffer.h
|
Some cleanup in GrTextureProvider and GrResourceProvider.
|
2015-07-31 13:59:31 -07:00 |
GrInvariantOutput.cpp
|
Make skpaint->grpaint flow work for composing draws (verts and atlas)
|
2015-09-28 06:26:29 -07:00 |
GrLayerCache.cpp
|
GrDrawContext now holds GrRenderTarget pointer
|
2015-10-15 08:01:49 -07:00 |
GrLayerCache.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrLayerHoister.cpp
|
add applyFilter() to SkImage
|
2015-10-12 11:30:02 -07:00 |
GrLayerHoister.h
|
Fix layer hoisting image filter corner cases
|
2014-12-16 08:25:55 -08:00 |
GrMemoryPool.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrMemoryPool.h
|
Adding a cache + memory pool for GPU TextBlobs
|
2015-04-08 09:08:31 -07:00 |
GrNonAtomicRef.h
|
Style Change: SkNEW->new; SkDELETE->delete
|
2015-08-26 13:07:49 -07:00 |
GrOvalRenderer.cpp
|
Move shader precision modifier check onto GLSLCaps
|
2015-10-21 07:14:17 -07:00 |
GrOvalRenderer.h
|
ovals now take a const GrPipelineBuilder
|
2015-07-13 08:44:06 -07:00 |
GrPaint.cpp
|
Bye bye processor data manager.
|
2015-10-06 08:40:51 -07:00 |
GrPath.cpp
|
Use static_assert instead of SK_COMPILE_ASSERT.
|
2015-08-20 07:57:52 -07:00 |
GrPath.h
|
remove SkInstCnt
|
2015-06-26 11:45:03 -07:00 |
GrPathProcessor.cpp
|
move GrGLPathProcessor back into GrPathProcessor
|
2015-09-11 11:52:17 -07:00 |
GrPathProcessor.h
|
Remove batchtracker
|
2015-09-11 08:19:35 -07:00 |
GrPathRange.cpp
|
Updates nvpr text blobs to not store a direct reference to the
|
2015-10-08 08:04:09 -07:00 |
GrPathRange.h
|
Updates nvpr text blobs to not store a direct reference to the
|
2015-10-08 08:04:09 -07:00 |
GrPathRenderer.cpp
|
Fix compilation with SK_ENABLE_INST_COUNT=1
|
2013-12-05 12:08:12 +00:00 |
GrPathRenderer.h
|
Remove GrAddPathRenderers_default
|
2015-09-02 08:42:16 -07:00 |
GrPathRendererChain.cpp
|
Remove GrAddPathRenderers_default
|
2015-09-02 08:42:16 -07:00 |
GrPathRendering.cpp
|
Simplify nvpr text
|
2015-10-03 13:28:35 -07:00 |
GrPathRendering.h
|
Make path range loading explicit
|
2015-10-05 15:56:34 -07:00 |
GrPathUtils.cpp
|
SkPath::Direction serves two masters:
|
2015-06-10 14:23:15 -07:00 |
GrPathUtils.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrPendingProgramElement.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrPipeline.cpp
|
Dependencies are now added between the drawTargets in GrPipeline
|
2015-10-22 05:19:50 -07:00 |
GrPipeline.h
|
Dependencies are now added between the drawTargets in GrPipeline
|
2015-10-22 05:19:50 -07:00 |
GrPipelineBuilder.cpp
|
Stop supporting HW dither
|
2015-09-22 11:38:46 -07:00 |
GrPipelineBuilder.h
|
Bye bye processor data manager.
|
2015-10-06 08:40:51 -07:00 |
GrPrimitiveProcessor.cpp
|
For a frag proc, its key will be a concatenation of all its descendant procs' keys in postorder traversal.
|
2015-08-20 07:25:02 -07:00 |
GrPrimitiveProcessor.h
|
Remove batchtracker
|
2015-09-11 08:19:35 -07:00 |
GrProcessor.cpp
|
Move GrFragmentProcessor implementation to its own cpp file
|
2015-09-22 09:06:13 -07:00 |
GrProcessorUnitTest.cpp
|
Add helper for creating leaf FPs inside GrFP::TestCreate functions
|
2015-09-14 13:16:26 -07:00 |
GrProcOptInfo.cpp
|
Add support for blending of LCD for all blend modes.
|
2015-09-15 09:31:40 -07:00 |
GrProcOptInfo.h
|
Use child processors to implement compose color filter.
|
2015-09-29 06:38:55 -07:00 |
GrProgramDesc.h
|
Remove memcmp from GrProgramDesc op== and Less
|
2015-06-04 15:34:34 -07:00 |
GrProgramElement.cpp
|
Create GrOptDrawState before recording draw in GrInOrderDrawBuffer
|
2014-11-19 08:23:49 -08:00 |
GrQuad.h
|
Modify GrBWFillRectBatch to use GrQuad
|
2015-08-26 06:23:39 -07:00 |
GrRecordReplaceDraw.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrRecordReplaceDraw.h
|
Rename SkDrawPictureCallback to SkPicture::AbortCallback
|
2015-01-07 07:28:41 -08:00 |
GrRectanizer_pow2.cpp
|
Style Change: SkNEW->new; SkDELETE->delete
|
2015-08-26 13:07:49 -07:00 |
GrRectanizer_pow2.h
|
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
|
2015-03-25 18:17:32 -07:00 |
GrRectanizer_skyline.cpp
|
Style Change: SkNEW->new; SkDELETE->delete
|
2015-08-26 13:07:49 -07:00 |
GrRectanizer_skyline.h
|
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
|
2015-03-25 18:17:32 -07:00 |
GrRectanizer.h
|
Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)
|
2014-06-02 10:20:15 -07:00 |
GrReducedClip.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrReducedClip.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrRenderTarget.cpp
|
Dependencies are now added between the drawTargets in GrPipeline
|
2015-10-22 05:19:50 -07:00 |
GrRenderTargetPriv.h
|
Move some of the adding stencil attachment logic of Gpu and into Render Target.
|
2015-09-14 12:56:10 -07:00 |
GrResourceCache.cpp
|
Add onMemoryDump to GrContext
|
2015-09-15 14:16:10 -07:00 |
GrResourceCache.h
|
Revert of By default purge resources that haven't been used for 64 flushes (patchset #5 id:80001 of https://codereview.chromium.org/1316233003/ )
|
2015-09-29 10:24:45 -07:00 |
GrResourceProvider.cpp
|
Move some of the adding stencil attachment logic of Gpu and into Render Target.
|
2015-09-14 12:56:10 -07:00 |
GrResourceProvider.h
|
Remove separate cache for clip mask textures
|
2015-10-02 07:49:06 -07:00 |
GrSoftwarePathRenderer.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrSoftwarePathRenderer.h
|
Simplify parameters passed to path renderers
|
2015-08-13 07:57:10 -07:00 |
GrStencil.cpp
|
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
|
2014-04-30 14:17:00 +00:00 |
GrStencil.h
|
Replace uses of GrAssert by SkASSERT.
|
2013-08-17 00:02:59 +00:00 |
GrStencilAndCoverTextContext.cpp
|
Updates nvpr text blobs to not store a direct reference to the
|
2015-10-08 08:04:09 -07:00 |
GrStencilAndCoverTextContext.h
|
Updates nvpr text blobs to not store a direct reference to the
|
2015-10-08 08:04:09 -07:00 |
GrStencilAttachment.cpp
|
Rename GrStencilBuffer to GrStencilAttachment
|
2015-04-16 11:22:42 -07:00 |
GrStencilAttachment.h
|
remove SkInstCnt
|
2015-06-26 11:45:03 -07:00 |
GrStrokeInfo.cpp
|
Fix gpu dashing for case where all intervals are 0.
|
2015-10-05 08:11:49 -07:00 |
GrStrokeInfo.h
|
Move SkTemplates.h to private.
|
2015-08-19 11:56:48 -07:00 |
GrSurface.cpp
|
Move functions from SkGr to SkGrPriv.h
|
2015-10-09 13:36:42 -07:00 |
GrSurfacePriv.h
|
Make readpixels work on GrTextures
|
2015-07-16 08:23:13 -07:00 |
GrSWMaskHelper.cpp
|
Bye bye processor data manager.
|
2015-10-06 08:40:51 -07:00 |
GrSWMaskHelper.h
|
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
|
2015-06-09 12:16:53 -07:00 |
GrTest.cpp
|
Remove DrawingMgr shims from GrContext
|
2015-10-17 07:43:27 -07:00 |
GrTest.h
|
wire up reduced atlas and zero textblob cache to test
|
2015-08-21 11:08:00 -07:00 |
GrTestUtils.cpp
|
Fix for degenerate stroke rect
|
2015-09-22 10:32:28 -07:00 |
GrTextBlobCache.cpp
|
Style Change: SkNEW->new; SkDELETE->delete
|
2015-08-26 13:07:49 -07:00 |
GrTextBlobCache.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrTextContext.cpp
|
Dynamically allocate the GrDrawContexts
|
2015-10-06 07:38:23 -07:00 |
GrTextContext.h
|
Make GrTextContext no longer store a GrDrawContext
|
2015-09-01 05:36:47 -07:00 |
GrTexture.cpp
|
Fix for texture width or height are greater than 2^16
|
2015-10-01 11:54:34 -07:00 |
GrTextureAccess.cpp
|
GrResourceCache2 manages scratch texture.
|
2014-10-08 08:40:09 -07:00 |
GrTextureParamsAdjuster.cpp
|
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
|
2015-10-20 07:58:01 -07:00 |
GrTextureParamsAdjuster.h
|
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
|
2015-10-20 07:58:01 -07:00 |
GrTexturePriv.h
|
Add specialized content key class for resources.
|
2015-01-23 04:24:05 -08:00 |
GrTextureProvider.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrTraceMarker.cpp
|
Rename GrGpuGL to GrGLGpu for consistency
|
2014-12-16 07:33:50 -08:00 |
GrTraceMarker.h
|
Use forwarding with SkTLazy::init.
|
2015-08-12 13:37:17 -07:00 |
GrTracing.h
|
Cleanup GrDrawTarget now that all paths lead to GrBatch
|
2015-09-10 10:42:55 -07:00 |
GrTRecorder.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrVertexBuffer.h
|
Some cleanup in GrTextureProvider and GrResourceProvider.
|
2015-07-31 13:59:31 -07:00 |
GrVertices.h
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
GrXferProcessor.cpp
|
Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu
|
2015-08-12 11:14:50 -07:00 |
GrYUVProvider.cpp
|
GrDrawContext now holds GrRenderTarget pointer
|
2015-10-15 08:01:49 -07:00 |
GrYUVProvider.h
|
refactor parts of SkGr.cpp for use by SkImages
|
2015-09-08 08:37:36 -07:00 |
SkGpuDevice.cpp
|
use (temp) gpu-imagefilter-cache for applyFilter
|
2015-10-20 09:56:52 -07:00 |
SkGpuDevice.h
|
use (temp) gpu-imagefilter-cache for applyFilter
|
2015-10-20 09:56:52 -07:00 |
SkGr.cpp
|
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
|
2015-10-20 07:58:01 -07:00 |
SkGrPixelRef.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
SkGrPriv.h
|
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
|
2015-10-20 07:58:01 -07:00 |
SkGrTexturePixelRef.cpp
|
Partially rolled forward the SkGrPixelRef changes
|
2012-06-29 20:55:14 +00:00 |