skia2/src/gpu
2014-03-26 13:44:58 +00:00
..
effects Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrectly ignored. 2014-03-25 15:13:18 +00:00
gl Remove forceRenderTargetFlush (unused) 2014-03-25 22:07:24 +00:00
FlingState.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
GrAAConvexPathRenderer.cpp replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove them entirely! 2014-03-20 20:00:24 +00:00
GrAAConvexPathRenderer.h Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrAAHairLinePathRenderer.cpp Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. 2014-03-05 18:27:43 +00:00
GrAAHairLinePathRenderer.h Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrAARectRenderer.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
GrAARectRenderer.h Add bevel-stroke support in GrAARectRenderer 2013-11-06 10:08:21 +00:00
GrAddPathRenderers_default.cpp This takes the convex path tesselator from the Android code and hooks it into a 2013-01-09 21:04:52 +00:00
GrAddPathRenderers_none.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
GrAllocator.h Drop executable flag from headers so that they can be packaged 2014-03-11 19:55:51 +00:00
GrAllocPool.cpp move GrMalloc, GrFree, Gr_bzero to their sk equivalents 2013-09-26 19:56:51 +00:00
GrAllocPool.h Replace uses of GrNoncopyable by SkNoncopyable. 2013-09-18 13:00:55 +00:00
GrAtlas.cpp Remove unused zero_fill() in GrAtlas.cpp 2014-03-12 17:31:20 +00:00
GrAtlas.h Sanitizing source files in Housekeeper-Nightly 2014-03-04 03:02:32 +00:00
GrBinHashKey.h Reverting r12427 2013-12-02 13:50:38 +00:00
GrBitmapTextContext.cpp Enable use of distance fields via SkPaint flag. 2014-03-11 17:07:15 +00:00
GrBitmapTextContext.h Drop executable flag from headers so that they can be packaged 2014-03-11 19:55:51 +00:00
GrBlend.cpp Replace uses of GR_DEBUGCODE by SkDEBUGCODE. 2013-09-06 23:13:05 +00:00
GrBlend.h Add blend optimization helpers and use to convert rect draws to clears. 2013-08-14 21:56:37 +00:00
GrBufferAllocPool.cpp Start cleaning up 64bit Win warnings 2013-10-14 21:53:24 +00:00
GrBufferAllocPool.h Replace uses of GrNoncopyable by SkNoncopyable. 2013-09-18 13:00:55 +00:00
GrCacheID.cpp Revert r7595 due to housekeeper warning-as-error. 2013-02-05 20:09:41 +00:00
GrClipData.cpp Replace all instances of GrRect with SkRect. 2013-07-17 21:39:42 +00:00
GrClipMaskCache.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
GrClipMaskCache.h Avoid re-rendering stencil clip for every draw with reducable clip stack 2013-11-05 15:03:08 +00:00
GrClipMaskManager.cpp Remove unnecessary isrect code in clip mask manager 2014-03-24 17:30:48 +00:00
GrClipMaskManager.h Implement the clip as 4 or fewer GrEffects when possible. 2014-03-07 19:43:43 +00:00
GrContext.cpp Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" 2014-03-25 16:20:24 +00:00
GrDefaultPathRenderer.cpp replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove them entirely! 2014-03-20 20:00:24 +00:00
GrDefaultPathRenderer.h Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrDistanceFieldTextContext.cpp More distance field improvements: 2014-03-24 18:34:04 +00:00
GrDistanceFieldTextContext.h Drop executable flag from headers so that they can be packaged 2014-03-11 19:55:51 +00:00
GrDrawState.cpp Apply hairline optimization only if the path renderer wants it 2013-11-22 07:02:11 +00:00
GrDrawState.h Apply hairline optimization only if the path renderer wants it 2013-11-22 07:02:11 +00:00
GrDrawTarget.cpp Add Gpu Tracing to Ganesh 2014-03-25 15:17:32 +00:00
GrDrawTarget.h Add Gpu Tracing to Ganesh 2014-03-25 15:17:32 +00:00
GrDrawTargetCaps.h Add hooks for GL_EXT_debug_marker in gpu 2014-02-21 18:45:30 +00:00
GrEffect.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
GrGeometryBuffer.h Add support for vertex data rendered from CPU arrays. 2013-02-21 14:33:46 +00:00
GrGpu.cpp Remove forceRenderTargetFlush (unused) 2014-03-25 22:07:24 +00:00
GrGpu.h Remove forceRenderTargetFlush (unused) 2014-03-25 22:07:24 +00:00
GrGpuFactory.cpp Replace uses of GR_DEBUG by SK_DEBUG. 2013-08-28 14:17:03 +00:00
GrIndexBuffer.h Start cleaning up 64bit Win warnings 2013-10-14 21:53:24 +00:00
GrInOrderDrawBuffer.cpp Fix for int to bool in GrInOrderDrawBuffer 2014-03-25 15:49:59 +00:00
GrInOrderDrawBuffer.h Add Gpu Tracing to Ganesh 2014-03-25 15:17:32 +00:00
GrMemory.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
GrMemoryPool.cpp Start cleaning up 64bit Win warnings 2013-10-14 21:53:24 +00:00
GrMemoryPool.h Replace uses of GR_DEBUG by SK_DEBUG. 2013-08-28 14:17:03 +00:00
GrOrderedSet.h Sanitizing source files in Housekeeper-Nightly 2014-02-28 03:02:05 +00:00
GrOvalRenderer.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
GrOvalRenderer.h Apply hairline optimization only if the path renderer wants it 2013-11-22 07:02:11 +00:00
GrPaint.cpp Implement SkColorFilter as a GrGLEffect 2013-10-23 05:42:03 +00:00
GrPath.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
GrPath.h Make GrContext cache the gpu paths 2013-11-01 15:23:44 +00:00
GrPathRenderer.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
GrPathRenderer.h Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrPathRendererChain.cpp Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrPathUtils.cpp deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients 2013-12-17 19:22:07 +00:00
GrPathUtils.h Move gpu conic calculations to GrPathUtils 2013-08-20 17:55:43 +00:00
GrPlotMgr.h move GrMalloc, GrFree, Gr_bzero to their sk equivalents 2013-09-26 19:56:51 +00:00
GrRectanizer_fifo.cpp move GrMalloc, GrFree, Gr_bzero to their sk equivalents 2013-09-26 19:56:51 +00:00
GrRectanizer_skyline.cpp Sanitizing source files in Housekeeper-Nightly 2013-10-03 07:01:37 +00:00
GrRectanizer.cpp Add new skyline Rectanizer 2013-10-02 17:37:59 +00:00
GrRectanizer.h GrAtlas cleanup: Split out GrPlot and GrAtlas 2013-09-27 19:39:38 +00:00
GrRedBlackTree.h Add GrSet class built on top of RedBlackTree 2014-02-27 20:23:22 +00:00
GrReducedClip.cpp Store SkRRects in SkClipStack 2014-02-16 13:25:24 +00:00
GrReducedClip.h Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" 2014-02-26 20:22:32 +00:00
GrRenderTarget.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
GrResource.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
GrResourceCache.cpp Speed up GrResourceCache add and lookup by using TDynamicHash 2014-01-17 17:56:21 +00:00
GrResourceCache.h Adding a new SkSurface factory for generating surfaces from the scratch texture pool. 2014-03-19 21:19:16 +00:00
GrSoftwarePathRenderer.cpp Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrSoftwarePathRenderer.h Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrStencil.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
GrStencil.h Replace uses of GrAssert by SkASSERT. 2013-08-17 00:02:59 +00:00
GrStencilAndCoverPathRenderer.cpp Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrStencilAndCoverPathRenderer.h Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrStencilBuffer.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
GrStencilBuffer.h Avoid re-rendering stencil clip for every draw with reducable clip stack 2013-11-05 15:03:08 +00:00
GrSurface.cpp add installPixels 2014-01-24 18:53:42 +00:00
GrSWMaskHelper.cpp add installPixels 2014-01-24 18:53:42 +00:00
GrSWMaskHelper.h Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." 2013-11-04 20:57:36 +00:00
GrTBSearch.h Split GrUnitTests.cpp into two separate unit tests. 2014-01-31 21:48:52 +00:00
GrTemplates.h Replace uses of GrNoncopyable by SkNoncopyable. 2013-09-18 13:00:55 +00:00
GrTest.cpp Update bench pictures to time image decode & upload costs 2013-12-18 17:25:33 +00:00
GrTest.h Create new target to hold gpu test code, enable direct testing of GrEffects in GM. 2013-08-21 19:27:48 +00:00
GrTextContext.cpp Replace factory generation of TextContexts with persistent objects. 2014-01-30 22:05:47 +00:00
GrTextContext.h Sanitizing source files in Housekeeper-Nightly 2014-01-31 03:01:59 +00:00
GrTextStrike_impl.h Enable use of distance fields via SkPaint flag. 2014-03-11 17:07:15 +00:00
GrTextStrike.cpp Sanitizing source files in Housekeeper-Nightly 2014-03-12 03:02:18 +00:00
GrTextStrike.h Enable use of distance fields via SkPaint flag. 2014-03-11 17:07:15 +00:00
GrTexture.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
GrTextureAccess.cpp Replace uses of GR_DEBUG by SK_DEBUG. 2013-08-28 14:17:03 +00:00
GrTHashTable.h Reverting r12427 2013-12-02 13:50:38 +00:00
GrTMultiMap.h Speed up GrResourceCache add and lookup by using TDynamicHash 2014-01-17 17:56:21 +00:00
GrTraceMarker.cpp Add Gpu Tracing to Ganesh 2014-03-25 15:17:32 +00:00
GrTraceMarker.h Add Gpu Tracing to Ganesh 2014-03-25 15:17:32 +00:00
GrTracing.h Add Gpu Tracing to Ganesh 2014-03-25 15:17:32 +00:00
GrVertexBuffer.h Add support for vertex data rendered from CPU arrays. 2013-02-21 14:33:46 +00:00
SkGpuDevice.cpp remove all references to legacy Config8888 2014-03-26 13:44:58 +00:00
SkGr.cpp Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" 2014-03-25 16:20:24 +00:00
SkGrFontScaler.cpp Add GPU support for color bitmap fonts 2013-12-03 19:45:22 +00:00
SkGrPixelRef.cpp SkGrPixelRef can only reference the subset of the Surface specified by its SkImageInfo 2014-01-28 15:16:45 +00:00
SkGrTexturePixelRef.cpp Partially rolled forward the SkGrPixelRef changes 2012-06-29 20:55:14 +00:00