- 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
- 6df232d Revert of Experimental CL to stop using subdata (patchset #1 id:1 of https://codereview.chromium.org/1413263006/ ) by joshualitt · 9 years ago
- b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
- 383ce32 Experimental CL to stop using subdata by joshualitt · 9 years ago
- 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
- ccdbc1d Remove mac buffer impl war by joshualitt · 9 years ago
- c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
- a352b14 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ ) by robertphillips · 9 years ago
- 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
- 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
- bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
- 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
- 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
- 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
- 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
- fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
- a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
- 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
- 0adfffb Fix dm with Chromium command buffer driver by kkinnunen · 9 years ago
- afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
- f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
- 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
- 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
- 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
- 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
- 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
- b39abc4 remove unused helper function by reed · 9 years ago
- 62a69c2 Move Mutexy things to private. by herb · 9 years ago
- e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
- f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
- aca31fe Stop supporting HW dither by bsalomon · 9 years ago
- 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
- 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
- 0fc1dbe SK_API for include/gpu/gl/GrGLInterface.h by halcanary · 9 years ago
- 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
- ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
- 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
- 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
- 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 9 years ago
- ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
- b5b6032 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
- 59ce45f Revert of Test that GrFragmentProcessors work without input colors. (patchset #2 id:20001 of https://codereview.chromium.org/1341853002/ ) by bsalomon · 9 years ago
- 72c58e7 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
- eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
- 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
- f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
- 6c6f658 Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
- 32ab260 Revert of Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessin… (patchset #1 id:1 of https://codereview.chromium.org/1329313002/ ) by bsalomon · 9 years ago
- eb662bc Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
- cb1ccfd SK_API on GrWrapTextureInBitmap by bsalomon · 9 years ago
- 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
- af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
- 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
- 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
- a3434d8 Add skstd::unique_ptr and use it. by bungeman · 9 years ago
- 5a42c33 Add new surface flag by jvanverth · 9 years ago
- dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
- c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
- a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
- ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
- 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
- 4204800 Convert child FPs from refs to pending executions when parent converts by bsalomon · 9 years ago
- 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
- 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
- ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- 4bf69f7 Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
- 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
- b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
- 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
- 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
- f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
- 790d74f No need to re-declare pure virtual name(). by mtklein · 9 years ago
- 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
- 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 9 years ago
- da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
- b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
- 54017d7 Made isEqual in GrFragmentProcessor recursive by wangyix · 9 years ago
- 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
- abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
- 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
- 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
- 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
- a50e17a Add support for a new GPU interface by jvanverth · 9 years ago
- cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
- 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
- b7ee1bf trivial CL to add drawBatch to GrDrawContext by joshualitt · 9 years ago
- 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
- 31ff762 First pass at drawAtlas batching. by jvanverth · 9 years ago
- 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
- b4f9d0e Implement caching of stroked paths in the tessellating path renderer. by senorblanco · 9 years ago
- 59cd367 Revert of Implement caching of stroked paths in the tessellated path renderer. (patchset #4 id:60001 of https://codereview.chromium.org/1275553002/ ) by senorblanco · 9 years ago
- 29e0d3f Implement caching of stroked paths in the tessellated path renderer. by senorblanco · 9 years ago
- 2fe7923 Expose coord transforms from GrPipeline by joshualitt · 9 years ago
- 8470290 fix for GrFragmentProcessor isEqual in GrPipeline by joshualitt · 9 years ago
- 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
- 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 9 years ago
- 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
- 468dfa7 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
- 17d833b Add abliity to set textblob cache budget to GrContext by joshualitt · 9 years ago