Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
3420d2796bad5ce553efb9909790ea72e578dc47
/
src
60c73d5
Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ )
by benjaminwagner
· 9 years ago
70d58b7
remove unused SkCachingPixelRef
by reed
· 9 years ago
6f0fdac
skia: Add support for ANGLE on linux
by hendrikw
· 9 years ago
10cae83
Move determiniation of strokerect rects internal
by joshualitt
· 9 years ago
aca31fe
Stop supporting HW dither
by bsalomon
· 9 years ago
78041fa
Small cleanups to SkSmallAllocator
by mdempsky
· 9 years ago
11edad9
Fix for degenerate stroke rect
by joshualitt
· 9 years ago
e73f1f6
Prefer dual source/framebuffer fetch paths for GPU LCD.
by egdaniel
· 9 years ago
7cbeaae
Avoid CTFontCreateCopyWithAttributes.
by bungeman
· 9 years ago
a204ced
Revert of Fix for degenerate stroke rect (patchset #7 id:110001 of https://codereview.chromium.org/1359453002/ )
by joshualitt
· 9 years ago
511684f
Fix for degenerate stroke rect
by joshualitt
· 9 years ago
bf87730
Move GrFragmentProcessor implementation to its own cpp file
by bsalomon
· 9 years ago
3905c37
fix factory count
by Brian Salomon
· 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
55fb4f3
SkTLList throw on sk_malloc fail
by halcanary
· 9 years ago
4de8c3a
Revert of Avoid CTFontCreateCopyWithAttributes. (patchset #4 id:60001 of https://codereview.chromium.org/1344213004/ )
by bungeman
· 9 years ago
d329671
Avoid CTFontCreateCopyWithAttributes.
by bungeman
· 9 years ago
aa37a96
Create append methods in batch namespaces
by joshualitt
· 9 years ago
2120b6f
Fix for combining with perspective local rects
by joshualitt
· 9 years ago
8ff6ca6
Disable dithering in libjpeg-turbo for 565 decodes
by msarett
· 9 years ago
6c50a8f
Use rounding when converting desiredScale to a sampleSize
by msarett
· 9 years ago
f260851
Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 id:180001 of https://codereview.chromium.org/1342113002/ )
by tomhudson
· 9 years ago
0b93e31
add ImageShader, sharing code with its Bitmap cousin
by reed
· 9 years ago
3b0d532
Purge cached resources on SkImage destruction.
by fmalita
· 9 years ago
3566d44
Move StrokeRectBatches into .cpp files
by joshualitt
· 9 years ago
966e3d3
Add debug mode to shared mutex.
by herb
· 9 years ago
ef6c50a
Merge sub-device annotations in SkPDFDevice::drawDevice()
by wangxianzhu
· 9 years ago
1b55a96
Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ )
by reed
· 9 years ago
48e3a45
Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ )
by reed
· 9 years ago
af5bf22
share IDs between cacherator and its host-image
by reed
· 9 years ago
4b3d3be
use allocator (if present) when we allocate our cache bitmap
by reed
· 9 years ago
eb44d53
add a ClassID function to GrBatch
by joshualitt
· 9 years ago
a7008403
Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ )
by joshualitt
· 9 years ago
4078d52
add a ClassID function to GrBatch
by joshualitt
· 9 years ago
ef4ba3d
Fix Ganesh perspective projection bug
by robertphillips
· 9 years ago
746f31f
have raster-image return itself as a texture
by reed
· 9 years ago
3322a81
share code between SkGr and Cacherator
by reed
· 9 years ago
5d08d44
minor cleanup
by joshualitt
· 9 years ago
3060f3e
Use atomic subtract in shared mutex.
by herb
· 9 years ago
ae4738f
Create fragment processor for performing input color blend with child processor
by bsalomon
· 9 years ago
cd7f035
Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://codereview.chromium.org/1264103003/ )
by herb
· 9 years ago
013e9e3
move SkBitmapProvider to its own file
by reed
· 9 years ago
0d705a4
Fix vs2015 build
by bsalomon
· 9 years ago
0a5fa48
Add onMemoryDump to GrContext
by ericrk
· 9 years ago
eb00eab
fix up GrGLProgrambuilder precision on varyings
by joshualitt
· 9 years ago
7a4d847
use SkBitmapProvider for shader-context
by reed
· 9 years ago
27b6335
On gpu, use max(r,g,b) for coverage alpha in LCD and update lcd blend gm.
by egdaniel
· 9 years ago
fb1e2fc
Update params to get better packing for DF path atlas
by jvanverth
· 9 years ago
435657f
Forward declare SkStrokeRec in SkPathEffect
by halcanary
· 9 years ago
98ed7b6
create SkBitmapProvider to abstract images and bitmaps
by reed
· 9 years ago
30c4cae
Add special case circle blur for Ganesh
by robertphillips
· 9 years ago
723b050
Add support for blending of LCD for all blend modes. BUG=skia:
by egdaniel
· 9 years ago
79bd2ae
Minor fix to attaching stencils
by egdaniel
· 9 years ago
014ffdb
Parallel cache.
by herb
· 9 years ago
2bcab82
remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of deprecated SkInstallDiscardablePixelRef
by reed
· 9 years ago
cd56f81
SkImageSource
by fmalita
· 9 years ago
506c802
Add helper for creating leaf FPs inside GrFP::TestCreate functions
by bsalomon
· 9 years ago
07344a5
Revert of SkPx: new approach to fixed-point SIMD (patchset #9 id:160001 of https://codereview.chromium.org/1317233005/ )
by mtklein
· 9 years ago
ec00d94
Move some of the adding stencil attachment logic of Gpu and into Render Target.
by egdaniel
· 9 years ago
37497dc
Update SkWhitelistChecksums.cpp with the checksums of the fonts on the CT slave machines.
by rmistry
· 9 years ago
82c93b4
SkPx: new approach to fixed-point SIMD
by mtklein
· 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
3833daa
Fix GPU-only snapping bug in mask blur rendering
by robertphillips
· 9 years ago
efd50da
impl preroll for all image backends
by reed
· 9 years ago
5a744b7
Have SkVarAlloc::alloc() use sk_malloc_throw.
by mtklein
· 9 years ago
a46ada5
SkValidatingReadBuffer: make sure we don't call readTypeface().
by mtklein
· 9 years ago
995b4bd
be sure to use cached bitmap when we need to upload something to make a texture
by reed
· 9 years ago
3a100d3
we must own/free the generator, even if we fail to return a cacherator
by reed
· 9 years ago
56f38fb
disable kIndex_8 gpu support for now -- seems to always be slower
by reed
· 9 years ago
4c9281d
remove dead code not mentioned in any GYP
by mtklein
· 9 years ago
4d5b676
formalize generate->bitmap
by reed
· 9 years ago
eddbefb
skia: Add ANGLE with GL backend to nanobench/DM
by hendrikw
· 9 years ago
102081a
move GrGLPathProcessor back into GrPathProcessor
by joshualitt
· 9 years ago
c4a83e2
support colortables in cacherator
by reed
· 9 years ago
d8dd47b
remove path specific program building classes
by joshualitt
· 9 years ago
e7afc2d
Start trying to collapse path program stuff
by joshualitt
· 9 years ago
465283c
Remove batchtracker
by joshualitt
· 9 years ago
ae48877
increase resource image-cache size to test perf
by reed
· 9 years ago
951d854
Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ )
by jyasskin
· 9 years ago
83da2e2
Revert of use new shuffle to speed up affine matrix mappts (patchset #3 id:40001 of https://codereview.chromium.org/1333983002/ )
by mtklein
· 9 years ago
85d9178
Use SkImageCacherator in SkImages
by reed
· 9 years ago
e70afc9
use new shuffle to speed up affine matrix mappts
by mtklein
· 9 years ago
83e599a
Correct a possible free after use.
by herb
· 9 years ago
a1c0ee4
SkNx_shuffle
by mtklein
· 9 years ago
e66fec2
fix missing clipmaskmanager
by Brian Salomon
· 9 years ago
a10bb86
make a shallow-copy so we don't get racy trying to lock/unlock our private bitmap
by reed
· 9 years ago
eef3c5b
Fix texture creation on stencil format test code
by egdaniel
· 9 years ago
4e8a09d
Port SkMatrix opts to SkOpts.
by mtklein
· 9 years ago
b3b9aec
Remove GrClipTarget
by bsalomon
· 9 years ago
ad792c1
Simplify installation of pipeling into GrDrawBatch in GrDrawTarget
by bsalomon
· 9 years ago
f238469
Late creation of GrPathProcessor
by joshualitt
· 9 years ago
512be53
Cleanup GrDrawTarget now that all paths lead to GrBatch
by bsalomon
· 9 years ago
4a37d08
Port SkBlitRow::Color32 to SkOpts.
by mtklein
· 9 years ago
a82bf95
Fix leak of path ranges
by bsalomon
· 9 years ago
ff1d547
Calculate pixel config and stencil fmt pairs once per pixel config.
by egdaniel
· 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
059dffa
There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior).
by wangyix
· 9 years ago
Next »