Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
160a52ba217012ed73c240f6d67b3bbf2b4879d6
/
src
160a52b
Stop referencing gl_FragCoord z and w components.
by bsalomon
· 10 years ago
ae6a059
Undef FloatToFixed and FixedToFloat as well in SkConvolver to avoid confusion with OS X's maths library
by george
· 10 years ago
aed7007
Fix shader code
by krajcevski
· 10 years ago
f461a8f
Simple GPU based dithering:
by krajcevski
· 10 years ago
8b2fac4
Cache the GrEffect used for text rendering in GrBitmapTextContext.
by bsalomon
· 10 years ago
9efd66b
Revert "Fix external SkImageFilter caching with clips."
by senorblanco
· 10 years ago
3935a7b
Check for degenerate edges in cubic->quad conversion called by convex path renderer.
by bsalomon
· 10 years ago
8e80d17
Reduce texture uploads for font atlas.
by jvanverth
· 10 years ago
d7f846b
Add needed virtual destructors.
by bungeman
· 10 years ago
0f9bad0
[PDF] Fix font embedding restrictions.
by vandebo
· 10 years ago
bbcb38d
Allow gpu debug markers to be placed by using a GrContext
by egdaniel
· 10 years ago
9f01471
Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/)
by reed
· 10 years ago
ffa9b50
Fix external SkImageFilter caching with clips.
by senorblanco
· 10 years ago
c5d5cf9
remove guarded code - there are no more callers
by reed
· 10 years ago
3eee383
Modify gpu debug markers to store gpu device markers when a flush occurs.
by egdaniel
· 10 years ago
12c2198
Remove dashing from gpu veto
by egdaniel
· 10 years ago
e4097e3
Fix last pathops skp bug
by caryclark
· 10 years ago
33eb30f
Clean up DirectWrite typeface cache matching.
by bungeman
· 10 years ago
db6346a
Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/)
by mtklein
· 10 years ago
4a24cd8
Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader.
by humper
· 10 years ago
887f397
Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.
by mtklein
· 10 years ago
b5c281e
Add SSE4 optimization of S32A_Opaque_Blitrow
by henrik.smiding
· 10 years ago
6d867d4
DirectWrite to use PostScript name for PDF.
by bungeman
· 10 years ago
859b924
move some headers out of public
by reed
· 10 years ago
c3b3266
hide SkBitmap::Config entirely (behind a flag)
by reed
· 10 years ago
a272d6d
Move SkStringUtils.h to src/core.
by mtklein
· 10 years ago
da085e6
fix chrome had #if SK_DEBUG instead of #ifdef SK_DEBUG
by caryclark
· 10 years ago
dac1d17
Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites.
by caryclark
· 10 years ago
9ccabf7
Revert of Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. (https://codereview.chromium.org/331193004/)
by mtklein
· 10 years ago
0eb02a6
Cleaned a repeated if(condition) with the same condition
by piotaixr
· 10 years ago
f3b5027
Perlin noise cleanup.
by senorblanco
· 10 years ago
f1e5a04
Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots.
by mtklein
· 10 years ago
0689d7b
stop using SkBitmap::Config
by reed
· 10 years ago
f252f64
hide virtuals on device for width/height/isopaque
by reed
· 10 years ago
cb9a2c8
Extract "text align proc" functions as reusable classes
by kkinnunen
· 10 years ago
39e58ad
Randomize seed for SkDiscretePathEffect::filterPath()
by rs.prinja
· 10 years ago
bfefc7c
hide Config in SkImageDecoder -- use SkColorType instead
by reed
· 10 years ago
e07c1ab
Revert of third try at landing improved blur rect; this time with more correctness (https://codereview.chromium.org/331443003/)
by scroggo
· 10 years ago
ce6a354
Fix tiled perlin noise.
by senorblanco
· 10 years ago
e61c411
Use vertex attributes for dash effect in gpu
by egdaniel
· 10 years ago
2f785a2
remove GetDeviceConfig/SetDeviceConfig
by reed
· 10 years ago
fb4f5cb
Use scratch with LATC data if possible
by krajcevski
· 10 years ago
e26e65e
Remove SkPicture pointer from SkPicturePlayback
by robertphillips
· 10 years ago
e1f5a23
Add ifdef to not use function pointer that we don't have yet on Chromium??
by krajcevski
· 10 years ago
145d48c
Allow compressed texture data to be updated.
by krajcevski
· 10 years ago
66c9582
Fix a number of issues with iOS build.
by jvanverth
· 10 years ago
72abfc2
third try at landing improved blur rect; this time with more correctness
by humper
· 10 years ago
2b310e4
Texture compression unit tests along with a couple of bug fixes
by krajcevski
· 10 years ago
6059f16
SkNEW as default Create() for SkLazyPtr macros.
by mtklein
· 10 years ago
0bdbea7
Remove picture pre-allocation from SkPictureRecorder
by robertphillips
· 10 years ago
f0419e9
Hide chooseFromOneChoice along with Chooser.
by scroggo
· 10 years ago
37d20f7
Add support for glCompressedTexSubImage2D
by krajcevski
· 10 years ago
5926b86
hide SkImageDecoder::Chooser
by reed
· 10 years ago
d58a0ba
Push dash checks into GrContext.
by egdaniel
· 10 years ago
9b79066
Use new SkBaseMutex::assertHeld() in DiscardableMemoryPool
by halcanary
· 10 years ago
b0b1aa0
Revert of second try at landing improved blur rect (https://codereview.chromium.org/325703002/)
by reed
· 10 years ago
4585144
remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code
by reed
· 10 years ago
632a454
MIPS: added optimization for functions from SkBlitRow.
by djordje.pesut
· 10 years ago
a22ea18
Move Dashing filterPath to a dashing utils file
by egdaniel
· 10 years ago
35fcd15
Support for larger than "signed 32b limit" sized bitmaps in BGRAConvolve2D.
by sugoi
· 10 years ago
e4538f5
switch to colortype for deepcopy
by reed
· 10 years ago
5c2fca0
Add an LATC compressor to the A8 masks, and hide it behind an ifdef.
by krajcevski
· 10 years ago
ad1dc58
Split caching from allocation in GrClipMaskManager
by krajcevski
· 10 years ago
e50da8f
fix when DEVICE_CONFIG is still defined
by reed
· 10 years ago
ae61440
Add texture compression utility
by krajcevski
· 10 years ago
9de5b51
SkShader::asNewEffect Refactoring
by dandov
· 10 years ago
9058d60
Fix error revealed by Android unit test
by robertphillips
· 10 years ago
77ec7a6
Clean up SkScaledImageCache at exit only in SK_DEVELOPER mode.
by mtklein
· 10 years ago
6de2712
Remove unused 'deepCopy' parameter
by robertphillips
· 10 years ago
f74f55a
Remove SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE
by fmalita
· 10 years ago
3b570c6
Do a better job of enforcing the semantics of the setRequireUnpremultipliedColors flag
by krajcevski
· 10 years ago
2d2a68c
Gamma correction for distance field text.
by jvanverth
· 10 years ago
6c22573
hide SkBitmap::setConfig
by reed
· 10 years ago
e9ea0d6
second try at landing improved blur rect
by humper
· 10 years ago
407d7c9
Add sampler options to SkScaledBitmapSampler
by krajcevski
· 10 years ago
b83f6c3
Add assertHeld() to SkMutex.
by mtklein
· 10 years ago
919ed4c
Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/)
by scroggo
· 10 years ago
4d517fd
Gamma correction for distance field text.
by jvanverth
· 10 years ago
8405ef9
Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds.
by egdaniel
· 10 years ago
5119234
Generate path names on the client side
by cdalton
· 10 years ago
3217c4a
Make sure to copy the LATC alias when copying the GrGLCaps
by krajcevski
· 10 years ago
4cbf8e3
Add some comments to GrRectanizer_skyline
by robertphillips
· 10 years ago
b6b0252
Add dump() to SkClipStack to help with debugging.
by bsalomon
· 10 years ago
9f1c241
Remove SkPicture::kUsePathBoundsForClip_RecordingFlag
by robertphillips
· 10 years ago
e2f2b98
No longer limit SkPictureRecorder::partialReplay to Android
by robertphillips
· 10 years ago
643b8bd
First pass at splitting out SkPictureRecord from SkPicture
by robertphillips
· 10 years ago
b77c7ef
Clean up Skia for Clang's -Wtautological-undefined-compare
by Mike Klein
· 10 years ago
19cae4f
use __atomics in SkBarriers_tsan.h
by mtklein
· 10 years ago
d78a2fa
Rollback of fe689c46 and all subsequent changes
by jvanverth
· 10 years ago
9ab6c00
remove extra debug prints
by humper
· 10 years ago
39dd491
fix 10.6 shader tests
by humper
· 10 years ago
e10a4ff
repair math error introduced by windows build fix
by humper
· 10 years ago
1afc04d
one channel texture fix for blur shader
by humper
· 10 years ago
7bf666a
fix blur test
by humper
· 10 years ago
fe689c4
Faster GPU rect blur that doesn't require computing vertical and horizontal
by humper
· 10 years ago
ea6b46b
ARM Skia NEON patches - 39 - arm64 565 blitters
by kevin.petit
· 10 years ago
97724ed
Revert of Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. (https://codereview.chromium.org/311373003/)
by egdaniel
· 10 years ago
be4fd4f
Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds.
by egdaniel
· 10 years ago
0951fe1
Fixing another clusterfuzz issue
by sugoi
· 10 years ago
f9dae78
Remove GrIsPow2 in favor of SkIsPow2.
by tfarina
· 10 years ago
Next »