- 3d47f37 Add skcms' LICENSE to include/third_party/skcms by Brian Osman · 6 years ago
- ea236bf Move skcms.h to include/third_party/skcms by Brian Osman · 6 years ago
- d425dee Enable opList sorting everywhere by Robert Phillips · 6 years ago
- 4732dd3 Fix C API example by Stan Iliev · 6 years ago
- bcbf963 Temporarily revert runtime decoder registration. by Mike Klein · 6 years ago
- 4e1b07e stage naming change in colorfilter by Mike Reed · 6 years ago
- 05f45b2 runtime registration for decoders by Mike Klein · 6 years ago
- 2185f39 Revert "ccpr: Set atlas proxy size to draw bounds rather than backing size" by Chris Dalton · 6 years ago
- 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 6 years ago
- 46d0f9a ccpr: Set atlas proxy size to draw bounds rather than backing size by Chris Dalton · 6 years ago
- f0a5369 cut SK_SAMPLES_FOR_X, simplify SK_?32_SHIFT by Mike Klein · 6 years ago
- b45d862 flip static initializer default by Mike Klein · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 0c22997 SkTInternalLList: remove SkPtrWrapper, SkNoncopyable by Hal Canary · 6 years ago
- c092f9e rm older api from colormatrix, change to normalized translate by Mike Reed · 6 years ago
- f07b61f (start to) explicitly use float for color values by Mike Reed · 6 years ago
- 24d377e Store tasks to execute before VK secondary command buffers generically. by Brian Salomon · 6 years ago
- 127e519 fix sk_colorspace include guard by Mike Klein · 6 years ago
- dbbefa8 inject SkUserConfig.h with -DSK_USER_CONFIG_HEADER by Mike Klein · 6 years ago
- 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 6 years ago
- bd5e950 Make default SkUserConfig a noop by Hal Canary · 6 years ago
- 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 6 years ago
- c318630 Add skcms directory to public includes by Brian Osman · 6 years ago
- 06be079 Add wait function on GrContext to wait on semaphores. by Greg Daniel · 6 years ago
- 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 6 years ago
- 86e6199 Revert "simplify and centralize SK_API" by Mike Klein · 6 years ago
- 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 6 years ago
- 7f960d2 simplify and centralize SK_API by Mike Klein · 6 years ago
- 5816b3d Fully add back old GrContext flush api. by Greg Daniel · 6 years ago
- e0eeda5 add constexpr constructor to SkMatrix by Mike Klein · 6 years ago
- d10c901 Add back deprecated GrCotnext flush API till clients get fixed. by Greg Daniel · 6 years ago
- cbc33b8 Add SkSL viewing/editing to viewer by Brian Osman · 6 years ago
- 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 6 years ago
- d567408 Add secret draw-behind method by Mike Reed · 6 years ago
- 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 6 years ago
- 5000791 remove experimental from some APIs (that are no longer experiments) by Mike Reed · 6 years ago
- 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 6 years ago
- a94670b Update Skia milestone to 76 by Heather Miller · 6 years ago
- 14c90c1 Reland "Remove includes from SkFontTypes.h" by Ben Wagner · 6 years ago
- e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 6 years ago
- 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 6 years ago
- 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 6 years ago
- 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 6 years ago
- 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 6 years ago
- 0b5e302 Revert "Remove includes from SkFontTypes.h" by Mike Reed · 6 years ago
- cdd5914 Remove includes from SkFontTypes.h by Ben Wagner · 6 years ago
- fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 6 years ago
- 78e5577 IWYU for SkCanvas.h by Ben Wagner · 6 years ago
- db13d38 Move SkTLazy.h to src/ by Ben Wagner · 6 years ago
- 96e4e53 Reland "align skvx::Vec<N,T> to N*sizeof(T)" by Mike Klein · 6 years ago
- 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 6 years ago
- 50303b9 Revert "align skvx::Vec<N,T> to N*sizeof(T)" by Mike Klein · 6 years ago
- e3b110d align skvx::Vec<N,T> to N*sizeof(T) by Mike Klein · 6 years ago
- 393981d Remove deprecated SkPaintFilterCanvas::onFilter. by Ben Wagner · 6 years ago
- 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 6 years ago
- 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 6 years ago
- 930c295 always zero SkMallocPixelRefs by Mike Klein · 6 years ago
- e716414 removed localmatrix getter by Mike Reed · 6 years ago
- a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 6 years ago
- 831a293 Plumb sk_sp through the GrOpList class hierarchy by Robert Phillips · 6 years ago
- 1fe0b86 Remove some unused GrSurfaceProxy methods by Robert Phillips · 6 years ago
- 0c60708 add utility for caching char2glyph by Mike Reed · 6 years ago
- bb85b8b remove dead code from old factories, enum by Mike Reed · 6 years ago
- f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
- 8ad84f2 Revert "simplify and centralize SK_API" by Mike Klein · 6 years ago
- 3bad19c use __builtin_shufflevector when available by Mike Klein · 6 years ago
- 90c9749 simplify and centralize SK_API by Mike Klein · 6 years ago
- 4b44a0d add SkVx helpers for working with unorm8 by Mike Klein · 6 years ago
- fb5bcca oops, remove the rest of SkMixer by Mike Reed · 6 years ago
- b9990e4 Add more general flush call to GrContext. by Greg Daniel · 6 years ago
- e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 6 years ago
- 1c62426 make to_vec template parameters explicit by Mike Klein · 6 years ago
- da7b053 tweak SkVx to play nicely with others by Mike Klein · 6 years ago
- e8a9863 Define all ImageSetEntry members out of line by Brian Osman · 6 years ago
- 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 6 years ago
- b5c6859 remove shader factory guard define by Mike Reed · 6 years ago
- 4429738 remove def of colorfilter flag by Mike Reed · 6 years ago
- c8bea7d New factories for SkShaders by Mike Reed · 6 years ago
- 8842799 add missing shared lib visibility macros by Martin Vejdarski · 6 years ago
- 9a7c7be Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work" by Robert Phillips · 6 years ago
- 187a91e undef guard for bitmap shader by Mike Reed · 6 years ago
- b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 6 years ago
- c67e006 extend guard to makeAsALocalMatrixShader for google3 by Mike Reed · 6 years ago
- 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 6 years ago
- 4187ac5 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work by Robert Phillips · 6 years ago
- beb7cd2 Reland "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 6 years ago
- 7656b2c Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
- 7c18eb9 Reland "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
- 12b4902 Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
- 8cef07e Added the ability to set the entire matrix at once by Mason Freed · 6 years ago
- 559d9ee Made the fTypeMask field non-lazily computed. by Mason Freed · 6 years ago
- 3c3b194 Revert "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 6 years ago
- 7340124 SkString: simplify impl by Hal Canary · 7 years ago
- 053b293 Support clip masks for SaveLayerRec and drawSpecial in Ganesh by Michael Ludwig · 6 years ago
- 6aaad1a update SkMallocPixelRef docs by Mike Klein · 6 years ago
- f88a0e1 Revert "Move localmatrix routines to shaderbase, no need to be public." by Mike Reed · 6 years ago
- f4a8d6f Move localmatrix routines to shaderbase, no need to be public. by Mike Reed · 6 years ago
- e4628b1 Make SkRRect work with axis aligned rotation transforms by Malay Keshav · 6 years ago
- e2aa08b Reland "rely on clients to opt in to legacy enums" by Mike Reed · 6 years ago
- 68cbc92 Revert "rely on clients to opt in to legacy enums" by Mike Reed · 6 years ago