- be45742 Change GrProgramInfo::visitProxies to "visitFPProxies" by Chris Dalton · 4 years, 8 months ago
- 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 8 months ago
- cd01979 Refactor GrMemoryPool into reusable GrBlockAllocator by Michael Ludwig · 4 years, 8 months ago
- 6b48e62 remove unused mutate() apis by Mike Klein · 4 years, 8 months ago
- 3b946c1 Check fullness and purge on every strike lookup by Herb Derby · 4 years, 8 months ago
- a30aeae impl SkTDynamicHash with SkTHashTable by Mike Klein · 4 years, 8 months ago
- aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 8 months ago
- eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 8 months ago
- 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 8 months ago
- cff6396 begin refactoring SkTDynamicHash and SkTMultiMap by Mike Klein · 4 years, 8 months ago
- 16701ee Shrink SkTHashTables by Mike Klein · 4 years, 8 months ago
- e05b1b7 [svgdevice] Handle text path effects by Florin Malita · 4 years, 8 months ago
- 75e2907 Implement support for path effects in SkSVGDevice backend. by Bryce Thomas · 4 years, 8 months ago
- ba96256 hide getters so we can change the internals of SkVertices by Mike Reed · 4 years, 8 months ago
- 5caf7de restore Op::round by Mike Klein · 4 years, 8 months ago
- bb76842 Migrate GrMeshTest to the new bind/draw API by Chris Dalton · 4 years, 8 months ago
- 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 8 months ago
- 6941f4a Update three GrMeshDrawOps to surface their programInfos at record time by Robert Phillips · 4 years, 8 months ago
- f0aee74 Remove (unused) shader caps from default GP factory functions by Brian Osman · 4 years, 8 months ago
- 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 8 months ago
- dafbf12 SkVertices: Remove volatile/nonvolatile bit by Brian Osman · 4 years, 8 months ago
- fdf9404 Remove exotic legacy bitmap drawing entry points: Nine, Lattice by Mike Reed · 4 years, 8 months ago
- 5f6b41e Runtime effects: Detect calls to undefined functions by Brian Osman · 4 years, 8 months ago
- 2e19af0 Revert "Move interpreter disassemble to out-of-line member of ByteCode" by Brian Osman · 4 years, 8 months ago
- 1b0124f Move interpreter disassemble to out-of-line member of ByteCode by Brian Osman · 4 years, 8 months ago
- 8f233fc Add marked-content ID to PDF images by Dominic Mazzoni · 4 years, 8 months ago
- 7c90211 Remove SkImage getTexture call. by Greg Daniel · 4 years, 8 months ago
- 491df6b remove SkTLS by Mike Klein · 4 years, 8 months ago
- 7c0332c re-enable fnma by Mike Klein · 4 years, 8 months ago
- 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- 1b1bd4e Clarify expected compatibility matrix in CharacterizationFBO0nessTest by Robert Phillips · 4 years, 8 months ago
- 50c64ab expose per-vertex-data variant of SkVertices by Mike Reed · 4 years, 8 months ago
- 2dbcbe8 Loosen up SkSurface_Gpu::onIsCompatible a bit wrt FBO0-ness by Robert Phillips · 4 years, 8 months ago
- d2f1873 Surface more programs on DDLs by Robert Phillips · 4 years, 8 months ago
- f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- 238105b skip dump checks on machines w/o FMAs by Mike Klein · 4 years, 8 months ago
- e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
- cb50b11 get rid of troublesome Op::round by Mike Klein · 4 years, 8 months ago
- 2813d45 getRectsForRange results must be adjusted to glyphs. by Julia Lavrova · 4 years, 8 months ago
- a913895 Check for invalid unicode in fallback. by Ben Wagner · 4 years, 8 months ago
- b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 8 months ago
- 71fe945 Prevent unbounded listener growth on SkPixelRefs. by Brian Salomon · 4 years, 8 months ago
- b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 8 months ago
- d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 8 months ago
- 99a813c Avoid unbounded listener growth on SkImage_Lazy when textures are purged by Brian Salomon · 4 years, 8 months ago
- ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
- c02a41f SkVM implement min max by Herb Derby · 4 years, 8 months ago
- 5a8404c sqrt by Mike Klein · 4 years, 8 months ago
- 14548b9 index by Mike Klein · 4 years, 8 months ago
- fb4ff8d SkVM round test by Herb Derby · 4 years, 8 months ago
- e96207a i16x2 ops by Mike Klein · 4 years, 8 months ago
- 22c007d select + stores by Mike Klein · 4 years, 8 months ago
- c529681 Fix CompatibleCoverageAsAlpha flag when reducing src-over to src. by Greg Daniel · 4 years, 8 months ago
- 5c5bd1a Add comparisons (eq|neq|gt|gte)(i32|f32) by Herb Derby · 4 years, 8 months ago
- 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 4 years, 8 months ago
- 4c690b4 add metadata to calculated bounds by Mike Klein · 4 years, 8 months ago
- 11efa18 impl load32 by Mike Klein · 4 years, 8 months ago
- 15c98cb Revert "Add most important intrinsics to the interpreter" by Brian Osman · 4 years, 8 months ago
- 7b3999e convert to phi nodes by Mike Klein · 4 years, 8 months ago
- b614931 basic JIT support? by Mike Klein · 4 years, 8 months ago
- 838007f Add most important intrinsics to the interpreter by Brian Osman · 4 years, 8 months ago
- dc2a977 Interpreter: Fix intrinsics when called with vector types by Brian Osman · 4 years, 9 months ago
- 9f00494 Add test that SWPathRenderer GenIDChange listeners get removed. by Brian Salomon · 4 years, 8 months ago
- c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 8 months ago
- 2a016ba Allow passing multiple node IDs per PDF structure node. by Dominic Mazzoni · 4 years, 8 months ago
- 02497d4 Update nanobench and skpbench to use flush API for gpu syncing. by Greg Daniel · 4 years, 9 months ago
- 4d5594d Move SkDeferredDisplayList.h into include\core (take 2) by Robert Phillips · 4 years, 9 months ago
- bcd65f1 Reland "Multi-threaded strike cache" by Herb Derby · 4 years, 9 months ago
- 305033b Revert "Move SkDeferredDisplayList.h into include\core" by Robert Phillips · 4 years, 9 months ago
- ad3b2c9 Move SkDeferredDisplayList.h into include\core by Robert Phillips · 4 years, 9 months ago
- 46f5c5f Make SkM44 public by Mike Reed · 4 years, 9 months ago
- bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 9 months ago
- 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 9 months ago
- 6ffabbb Simplify interface to StructureElementNode. by Dominic Mazzoni · 4 years, 9 months ago
- b243b43 Make SkSL CPP code gen copy explicit coord status for cloned FPs by Brian Salomon · 4 years, 9 months ago
- 5e5e848 Revert "Multi-threaded strike cache" by Herb Derby · 4 years, 9 months ago
- a6cd7c0 Multi-threaded strike cache by Herb Derby · 4 years, 9 months ago
- 4386ad1 Add GrOpsRenderPass::bindPipeline() by Chris Dalton · 4 years, 9 months ago
- 979b223 Add private GrContext::compile API (take 2) by Robert Phillips · 4 years, 9 months ago
- 7dfb46e Re-land: Support adding attributes to PDF document structure nodes. by Dominic Mazzoni · 4 years, 9 months ago
- 5a5fe79 Improve the mechanism to suppress warning messages during testing by Chris Dalton · 4 years, 9 months ago
- 86b4388 Revert "Support adding attributes to PDF document structure nodes." by Mike Reed · 4 years, 9 months ago
- 33b1ecc Use careful_memcpy in case one of the args is null by Mike Reed · 4 years, 9 months ago
- a9609ea turn on -Wreturn-std-move-in-c++11 by Mike Klein · 4 years, 9 months ago
- b01e12b Start adding D3D backend by Jim Van Verth · 4 years, 9 months ago
- 8047415 Support adding attributes to PDF document structure nodes. by Dominic Mazzoni · 4 years, 9 months ago
- 4d17001 move SkDeque.h into private by Mike Reed · 4 years, 9 months ago
- 706f6b4 test data.equals with empty by Mike Reed · 4 years, 9 months ago
- 81e84a6 Make SkStrikeCache::Node be SkStrike. by Herb Derby · 4 years, 9 months ago
- 05676f7 Reland: Ensure arcTo (SVG) ends at the targeted point by Ian Prest · 4 years, 9 months ago
- b444ec4 Remove unneeded test, and support code by Herb Derby · 4 years, 9 months ago
- 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 9 months ago
- f9734c3 Adding fmls instruction by Jarrett Phillips · 4 years, 9 months ago
- b8d84f8 Remove all remaining uses of origin getter on proxy. by Greg Daniel · 4 years, 9 months ago
- b3c061a Add createBackendFormat and createFBO0 helper methods to SkSurfaceCharacterization by Robert Phillips · 4 years, 9 months ago
- 251eff6 Multithread SkStrike test by Herb Derby · 4 years, 9 months ago
- 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 9 months ago
- 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 4 years, 9 months ago
- 508fd32 make SkBBH a public interface by Mike Klein · 4 years, 9 months ago
- e1bad06 calculate root bounds directly by Mike Klein · 4 years, 9 months ago