Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4c8c1e83022e5c7cd55bb70020c49c578d0d16e7
/
include
4772825
include/private/SkTemplates: SkInPlaceNewCheck uses ...
by Hal Canary
· 7 years ago
6736236
include/private/SkTemplates: Cleanup bare pointers.
by Hal Canary
· 7 years ago
849dce1
Update flag checks when validating surface being assigned to proxy.
by Greg Daniel
· 7 years ago
57e1f02
(Mostly) respect FilterQuality in draw[stretchy]
by Leon Scroggins III
· 7 years ago
701a3ca
Fixed SkVertices crashing on Windows DLL builds
by Yong-Hwan Baek
· 7 years ago
2fda63a
Fix argument names and documentation for SkMatrix44::set3x3()
by Brian Osman
· 7 years ago
2748391
Add ability to dump opList info at flush-time
by Robert Phillips
· 7 years ago
ab4f5bd
rm SkRRectsGaussianEdgeMaskFilter
by Robert Phillips
· 7 years ago
12ee97c
crash rather than overflow in SkTDArray
by Mike Klein
· 7 years ago
23e4544
disallow negative setReserve() calls
by Mike Klein
· 7 years ago
bd000a1
rm SkTDArray::select()
by Mike Klein
· 7 years ago
91ab155
Always call endFlush on opLists that might survive a flush
by Chris Dalton
· 7 years ago
061020e
With ES3, enable both ES2 and ES3 external image extensions
by Brian Osman
· 7 years ago
a580fb3
Add paint flags to viewer GUI.
by Ben Wagner
· 7 years ago
77d085e
Add SkColorSpace::Make, taking an skcms_ICCProfile
by Brian Osman
· 7 years ago
84c0792
SkColorSetARGB in constants
by Hal Canary
· 7 years ago
d234afd
Remove SkPaint::kGenA8FromLCD_Flag.
by Ben Wagner
· 7 years ago
e320486
Don't allow ganesh to allocate mip maps for wrapped textures.
by Greg Daniel
· 7 years ago
7444c3c
Revert "Delete getRenderTargetHandle call on SkSurface."
by Greg Daniel
· 7 years ago
408ee9f
remove unused virtual onNotifyPixelsChanged
by Mike Reed
· 7 years ago
584b501
Support downscaling to max texture size when making cross-context images
by Brian Osman
· 7 years ago
d1999ca
Update Skia milestone to 68
by Heather Miller
· 7 years ago
c828109
Delete getRenderTargetHandle call on SkSurface.
by Greg Daniel
· 7 years ago
9438790
Reland "Add private fIsBadForDAA bit to SkPath"
by Yuqian Li
· 7 years ago
ba375a8
Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
by Robert Phillips
· 7 years ago
c6c5ead
Reland "Fix handling of MaskFilter matrices"
by Florin Malita
· 7 years ago
1f27585
remove unused/dumb methods from SkRect
by Mike Reed
· 7 years ago
ed5e069
Revert "Add private fIsBadForDAA bit to SkPath"
by Yuqian Li
· 7 years ago
54aefc7
Add private fIsBadForDAA bit to SkPath
by Yuqian Li
· 7 years ago
8eaf64a
Fix SkTCopyOnFirstWrite copy semantics
by Florin Malita
· 7 years ago
044b67d
Remove guard around getBackendTexture/RenderTarget calls
by Greg Daniel
· 7 years ago
c64ee20
Revert "Fix handling of MaskFilter matrices"
by Robert Phillips
· 7 years ago
2097fd0
Fix handling of MaskFilter matrices
by Florin Malita
· 7 years ago
323fbcf
Move GrBackendRenderTarget over to new system of getting backed infos
by Greg Daniel
· 7 years ago
ff7fa50
Add ctor to GrVkImageInfo.
by Greg Daniel
· 7 years ago
52e16d9
Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better.
by Greg Daniel
· 7 years ago
5c71518
fix path to rect when missing close verb
by Cary Clark
· 7 years ago
a7b8e74
Reland "Remove deprectated GrContext::MakeGL overloads that take raw ptr"
by Brian Salomon
· 7 years ago
0cfd547
Remove SK_SUPPORT_LEGACY_BLURMASKFILTER
by Brian Osman
· 7 years ago
c1b9c10
Add versions of MakeGL() that don't require include GrGLInterface.h in order to use the GrGLMakeNativeInterface
by Brian Salomon
· 7 years ago
9ca3065
Don't use GrPixelConfig value as proxy for valid on GrBackendSurface.
by Greg Daniel
· 7 years ago
9988541
remove SK_IGNORE_TO_STRING
by Cary Clark
· 7 years ago
87f852d
Revert "Remove deprectated GrContext::MakeGL overloads that take raw ptr"
by Robert Phillips
· 7 years ago
efa60a1
Remove deprectated GrContext::MakeGL overloads that take raw ptr
by Brian Salomon
· 7 years ago
f932a63
Add maxTextureSize()/maxRenderTargetSize() to GrContext
by Brian Salomon
· 7 years ago
8caf85f
Add GrBackendTexture/RenderTarget accessors to SkSurface
by Robert Phillips
· 7 years ago
91749c8
Add SK_API to SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
ba75aee
tweak SkImage documentation
by Cary Clark
· 7 years ago
c550995
Add GrBackendTexture accessor to SkImage (take 2)
by Robert Phillips
· 7 years ago
1fda024
move SkIPoint16 to private header
by Mike Reed
· 7 years ago
c1267c6
Add SkSurfaceCharacterization operator== && !=
by Robert Phillips
· 7 years ago
be77a02
Hide GrPixelConfig in SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
42f8bc4
Add API for SkTextBlob serialization into caller's memory.
by Khushal
· 7 years ago
3a494f6
fix SkImageInfo indentation
by Cary Clark
· 7 years ago
ecf548b
update autogenerated includes
by Cary Clark
· 7 years ago
22c1f37
Revert "implement SkTDArray with std::vector"
by Mike Klein
· 7 years ago
224edf0
Revert "In older STLs, std::vector::insert() returns void."
by Mike Klein
· 7 years ago
7dd8ee9
In older STLs, std::vector::insert() returns void.
by Mike Klein
· 7 years ago
7c7ff03
ccpr: Normalize homogeneous coords with frexp/ldexp
by Chris Dalton
· 7 years ago
80e1d56
implement SkTDArray with std::vector
by Mike Klein
· 7 years ago
9b8b0ce
fix SkRRect fuzzer assert
by Cary Clark
· 7 years ago
6b6fcc7
Add SkSurface factory that takes an SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
df1681e
Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers"
by Chris Dalton
· 7 years ago
155dd71
Add SK_API to GrContextThreadSafeProxy
by Robert Phillips
· 7 years ago
0361657
vulkan: Blacklist MSAA path renderer on Qualcomm drivers
by Chris Dalton
· 7 years ago
cf6da8c
Dump additional details about the gpu resources.
by Derek Sollenberger
· 7 years ago
560d283
Fixing build with SK_IGNORE_TO_STRING defined.
by Kaloyan Donev
· 7 years ago
6eba063
Add new GrResourceCache::purgeUnlockedResources variant
by Robert Phillips
· 7 years ago
dfffb39
Fixed warnings for casting large type to smaller one.
by Kaloyan Donev
· 7 years ago
094fba9
Add SkColorSpaceXform_skcms
by Brian Osman
· 7 years ago
34df0d3
Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfig
by Brian Salomon
· 7 years ago
032aaae
Remove legacy GrContext factories function and supporting code/types.
by Brian Salomon
· 7 years ago
a6a3df7
Move GrPixelConfig to GrTypesPriv
by Brian Salomon
· 7 years ago
49edccd
Remove legacy SkSurface::MakeFromBackendRenderTarget that does not take SkColorType
by Brian Salomon
· 7 years ago
f4a00e4
Move a bunch of internal types from GrTypes to GrTypesPriv
by Brian Salomon
· 7 years ago
7956b59
Remove SkAutoGlyphCache decls that happen to work
by Herb Derby
· 7 years ago
539ebb8
rm SkTDArray::{Deleter,release()}
by Mike Klein
· 7 years ago
5fba7ad
Support GL_RGB textures and render targets.
by Brian Salomon
· 7 years ago
42409c2
Remove deprecated version of SkImage::MakeFromAdoptedTexture that does not take SkColorType
by Brian Salomon
· 7 years ago
ca37f32
change canvas-state to just record clip bounds
by Mike Reed
· 7 years ago
1045013
GrGLExtensions: remove unneded unique_ptr
by Hal Canary
· 7 years ago
abf7b76
Add texture-specific flags for External & Rectangle textures
by Robert Phillips
· 7 years ago
bfd2749
Remove deprecated SkImage::MakeFromTexture variants that don't take SkColorType
by Brian Salomon
· 7 years ago
3b68882
remove imageinfo flatten altogether
by Cary Clark
· 7 years ago
19eaf2d
Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU.""
by Brian Salomon
· 7 years ago
56dc04b
Remove deprecated versions of YUV texture SkImage factories
by Brian Salomon
· 7 years ago
af77002
Allow SkTraceMemoryDump to exclude wrapped objects
by Eric Karl
· 7 years ago
5370677
Remove SkSurface::MakeFromBackendTexture variant that doesn't take SkColorType
by Brian Salomon
· 7 years ago
cb88470
Remove SkSurface::MakeFromBackendTextureAsRenderTarget variant that doesn't take SkColorType
by Brian Salomon
· 7 years ago
be5947c
Revert "New read pixels implementation that is simpler but does all conversions on CPU."
by Brian Salomon
· 7 years ago
c9a642e
New read pixels implementation that is simpler but does all conversions on CPU.
by Brian Salomon
· 7 years ago
fe0253f
Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags
by Robert Phillips
· 7 years ago
76d69b4
Apply filterTextFlags so the fonts are the same.
by Herb Derby
· 7 years ago
7278d68
Add DoneProc to Promise Images
by Greg Daniel
· 7 years ago
6ceaafa
Handle GrContext creation failure in DDL
by Robert Phillips
· 7 years ago
6a426c1
Cleanup SkImage YUV texture factories.
by Brian Salomon
· 7 years ago
9c2916e
drawTextRSXform should not apply matrix to shader
by Mike Reed
· 7 years ago
7f44196
Make CreateBackendFormatFromTexture shared code
by Robert Phillips
· 7 years ago
38eb740
Remove SK_RASTER_RECORDER_IMPLEMENTATION
by Robert Phillips
· 7 years ago
057627f
Make sure we set correct GrPixelConfig in promise images
by Greg Daniel
· 7 years ago
Next »