Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
3bc9bfea5e31b697033e4f0e4c4e4710c34e0387
3bc9bfe
Remove texture sampling from GrConfigConversionEffect
by Brian Osman
· 8 years ago
3849b64
Only perform SkSafeRef race detection if on android framework
by Derek Sollenberger
· 8 years ago
6dd8814
Make reference counted assignment check for races.
by Derek Sollenberger
· 8 years ago
ec3bdbb
Turn on x86-specific code when building zlib.
by Mike Klein
· 8 years ago
4f358be
Make SkImageCacherator be deferred (take 2)
by Robert Phillips
· 8 years ago
5df93de
Revert "Revert "Add support for writing icc profiles to the jpeg encoder""
by Matt Sarett
· 8 years ago
4610a9b
Consolidate Linux GCE dimensions
by Kevin Lubick
· 8 years ago
4b33ef6
Disable msaa configs on Intel
by Brian Salomon
· 8 years ago
84cff13
Disable dual source blending on AMD vulkan.
by Greg Daniel
· 8 years ago
22bc865
Add AMD work around in Vulkan to create a new secondary command buffer
by Greg Daniel
· 8 years ago
5e15085
Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources.""
by Brian Salomon
· 8 years ago
b8e7521
fix round_asymmetric_to_int to also bias bottom and right
by Lee Salzman
· 8 years ago
ce42551
Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect
by Brian Osman
· 8 years ago
dda14b9
Revert "Add support for writing icc profiles to the jpeg encoder"
by Derek Sollenberger
· 8 years ago
70131b9
Fix SkTArray operator= to work with self assignment
by Greg Daniel
· 8 years ago
dbd11ec
Init Command buffer on inlineUploads in Vulkan
by Greg Daniel
· 8 years ago
e3060ba
Revert "Make SkImageCacherator be deferred"
by Robert Phillips
· 8 years ago
33d2055
GM: some header cleanup
by Mike Klein
· 8 years ago
4ef0148
Add support for writing icc profiles to the jpeg encoder
by Matt Sarett
· 8 years ago
801f8b8
Make SkImageCacherator be deferred
by Robert Phillips
· 8 years ago
44c1b11
path hang
by Cary Clark
· 8 years ago
de1a605
Support premul/unpremul of F16 during read/writePixels
by Brian Osman
· 8 years ago
ca0913c
Further widen nondeterministic processor testing
by Brian Osman
· 8 years ago
d68c41d
Revert "Add support for writing icc profiles to the jpeg encoder"
by Derek Sollenberger
· 8 years ago
d3b6597
Mark overridden destructors with 'override' and remove 'virtual'
by Brian Salomon
· 8 years ago
30a38ff
Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef)
by Robert Phillips
· 8 years ago
73879eb
Improve color type handling in SkImage_Base::makeColorSpace()
by Matt Sarett
· 8 years ago
2a65cc0
test (and fix) clip_restriction in canvas
by Mike Reed
· 8 years ago
20c322e
Revert "Add a new GrResourceCache purging mechanism for purging unused resources."
by Brian Salomon
· 8 years ago
fbb56ce
Add a new GrResourceCache purging mechanism for purging unused resources.
by Brian Salomon
· 8 years ago
b667fe2
Small downsample_3_3 optimization
by Matt Sarett
· 8 years ago
a2eb235
Skia Gerrit 10k!
by Ravi Mistry
· 8 years ago
fde9bff
Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag"
by Robert Phillips
· 8 years ago
e3b95ce
Add support for writing icc profiles to the jpeg encoder
by Matt Sarett
· 8 years ago
c3efe67
Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag
by Robert Phillips
· 8 years ago
0ae6faa
Make SkImage_Gpu be deferred (take 2)
by Robert Phillips
· 8 years ago
54d212e
Revert "Revert "Remove GrPipeline from GrDrawOp.""
by Brian Salomon
· 8 years ago
337432d
In GrRenderTargetOpList::forwardCombine check adjacent ops
by Brian Salomon
· 8 years ago
27ecd86
SkImageSource::Make() returns nullptr when srcrect is empty.
by Hal Canary
· 8 years ago
ebbdec4
document when we retired a serialized verb -- for later removal
by Mike Reed
· 8 years ago
5aa9158
FuzzCanvas: NullGL & DebugGL
by Hal Canary
· 8 years ago
bbd7a3b
Make experimental Perlin noise shader take texture proxies
by Robert Phillips
· 8 years ago
7322b52
C API: document sk_matrix_t
by Hal Canary
· 8 years ago
3adf1c3
Run discardable test bots as single-threaded
by Matt Sarett
· 8 years ago
0887c70
SkImage_Raster: Keep tmp in scope while it is in use
by Matt Sarett
· 8 years ago
74de1f6
More png API compatibility
by Matt Sarett
· 8 years ago
189491c
Enable dng testing on windows
by Matt Sarett
· 8 years ago
a6c7c7a
Add docs for iOS simulator build.
by Mike Klein
· 8 years ago
fa74caa
Add iOS simulator support and a Build bot.
by Mike Klein
· 8 years ago
271d495
check-headers-self-sufficient: update
by Hal Canary
· 8 years ago
28da283
fix fuzz
by Cary Clark
· 8 years ago
90960eb
Exclude Vulkan from running PreFlushCallbackTest
by Robert Phillips
· 8 years ago
687b656
Compatible use of png_set_iCCP
by Matt Sarett
· 8 years ago
291547d
Add Chromecast Perf jobs
by Kevin Lubick
· 8 years ago
a33b43d
Combine some duplicate code in AA using template
by Yuqian Li
· 8 years ago
5f3b940
Move build tasks to MacOS 10.12
by Stephan Altmueller
· 8 years ago
a3b6a55
In Vulkan make sure to add barriers between write operations
by Greg Daniel
· 8 years ago
1683f78
Have SkColorSpaceXformCanas tell SkCanvas about clips.
by Mike Klein
· 8 years ago
bb91bd3
Enable GLES on Intel Linux bots.
by Ben Wagner
· 8 years ago
81444fb
rename makeCopyForTextureParams to isACopyNeededForTextureParams
by Robert Phillips
· 8 years ago
eaa78c4
Revert "Make SkImage_Gpu be deferred"
by Robert Phillips
· 8 years ago
107524c
Attempt to fix AMD ANGLE bots.
by Brian Salomon
· 8 years ago
bbb24f2
Followup fixes for recipe roll
by Eric Boren
· 8 years ago
8915058
readpixels GM uses GPU image in GPU configs
by Brian Osman
· 8 years ago
4c55027
Add support for F32 sources to SkColorSpaceXform
by Matt Sarett
· 8 years ago
eb35f4d
Add pre-Flush callback to GrDrawingManager (take 2)
by Robert Phillips
· 8 years ago
0db235b
Make SkImage_Gpu be deferred
by Robert Phillips
· 8 years ago
53262d0
Roll Recipe DEPS
by Eric Boren
· 8 years ago
3130fbb
remove SK_SUPPORT_LEGACY_DRAWVERTICES_VIRTUAL flag
by Mike Reed
· 8 years ago
4e8472c
Support vs2017.
by Ben Wagner
· 8 years ago
0e032be
Add support for writing ICC profiles in png encodes
by Matt Sarett
· 8 years ago
29dd456
Update SKP version
by UpdateSKPs
· 8 years ago
18ea65a
Revert "Revert "remove unused SkMeshUtils and SkBoundaryPatch""
by Mike Reed
· 8 years ago
02f577b
reenable lua and fix bitrot
by Mike Reed
· 8 years ago
c5cc2de
Set maxVertexAttrib limit for Vulkan
by Greg Daniel
· 8 years ago
3b5bf35
Add $VULKAN_SDK/$Lib to lib_dirs on windows
by Brian Salomon
· 8 years ago
9c61466
Disable msaa nanobench on iOS due to crashes
by Brian Salomon
· 8 years ago
b1168a7
Improvements to readpixels GM
by Brian Osman
· 8 years ago
edf06b2
Ignore Clang's -Wdeprecated-register for flex-generated code
by Roland McGrath
· 8 years ago
d7b34a5
Make SkMemory.h and adjust all files for usage.
by Herb Derby
· 8 years ago
628999d
Gray8 is supported on GPU, remove incorrect comments & check
by Brian Osman
· 8 years ago
f9bd468
Make gn directory importable in python
by Ravi Mistry
· 8 years ago
a159085
Roll Recipe DEPS
by Eric Boren
· 8 years ago
c00f530
Fix expected extension for CIPD on Windows
by Brian Osman
· 8 years ago
ed182d7
Remove SkImage::MakeTextureFromPixmap
by Brian Osman
· 8 years ago
dcf0ab0
Switch 16 sample gpu configs to 8 samples BUG=skia:
by Brian Salomon
· 8 years ago
25d540f
Enable CIPD automatic GCE authentication and fix upload_skps.py
by Ravi Mistry
· 8 years ago
480951f
Fix discardable memory bot by calling lockPixels()
by Matt Sarett
· 8 years ago
1a3c4b8
Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas.
by Herb Derby
· 8 years ago
0dbf042
Widen nondetmerministic testing of processors to all Ubuntu bots
by Brian Osman
· 8 years ago
09de753
Move SkOSFile.h to src/core
by Ben Wagner
· 8 years ago
6599b88
Omit hanging/failing tests on AMD Vulkan.
by Ben Wagner
· 8 years ago
e2ce08a
SkData::MakeFromFD to pass size to release proc.
by Ben Wagner
· 8 years ago
006c8da
Revert "remove unused SkMeshUtils and SkBoundaryPatch"
by Stephan Altmueller
· 8 years ago
1c1c740
GetResourceAsData to use SkData::MakeFromFileName directly.
by Ben Wagner
· 8 years ago
6598564
remove unsupported flag
by Mike Reed
· 8 years ago
ac6b1fa
Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)
by Robert Phillips
· 8 years ago
6405e71
Remove gpu configs that don't have explicit API.
by Brian Salomon
· 8 years ago
5e21e09
remove unused SkMeshUtils and SkBoundaryPatch
by Mike Reed
· 8 years ago
2f6b5a4
remove legacy vertices virtual from SkDevice
by Mike Reed
· 8 years ago
Next »