Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
1d816b92bb7cf2258007f3f74ffd143b89f25d01
/
src
« Previous
8528541
Add more specialized fragment builders
by cdalton
· 9 years ago
d689bf8
Move SkTInternalLList.h to src/core.
by bungeman
· 9 years ago
bc1cebb
Move SkTDStack.h to src/animator.
by bungeman
· 9 years ago
dcd1fcc
check for zero conic weights in interp
by caryclark
· 9 years ago
3b087f4
Update SkSpecialImage API
by robertphillips
· 9 years ago
4528c86
lcd blits for sRGB
by reed
· 9 years ago
a7b1685
remove legacy flags
by caryclark
· 9 years ago
a110538
fix asan error deref-ing null ptr
by caryclark
· 9 years ago
ef0fed3
Remove position from FrontBufferedStream
by scroggo
· 9 years ago
6b14c6b
remove legacy bitmap filter
by caryclark
· 9 years ago
adab5a2
fix comma in GrAuditTrail json
by joshualitt
· 9 years ago
8e7b19d
add interp path
by caryclark
· 9 years ago
c5eddd7
Add bilerp filtering.
by herb
· 9 years ago
576af8f
some modes need clamping due to numerical imprecision
by reed
· 9 years ago
e2412d5
Adding direct access to SkMipMap levels.
by cblume
· 9 years ago
3bc2624
try plain-old code for sk_memset16/32 now that NEON is compile-time
by mtklein
· 9 years ago
2a98bac
Return the proper error code in SkBmpRLECodec
by msarett
· 9 years ago
d2d2eb9
Add GrGpu support for Vulkan command buffer flush
by jvanverth
· 9 years ago
48e7846
Mark existing image filter entry points that will be going away with Deprecated
by robertphillips
· 9 years ago
bf521ff
Move SkTArray to include/private.
by bungeman
· 9 years ago
82709da
Delete KTX tests to fix Android build
by msarett
· 9 years ago
6900641
add last move to serialized path
by caryclark
· 9 years ago
d9ec320
Do not create BmpMaskCodecs with invalid bits per pixel
by msarett
· 9 years ago
6b3cf73
Add batch information to json
by joshualitt
· 9 years ago
9bd5f74
Remove 6-param applyCropRect() from lighting filters (GPU path).
by senorblanco
· 9 years ago
70bb808
Add request cache to SkFontHost_fontconfig.
by bungeman
· 9 years ago
8715d47
Make SkPicture/SkImageGenerator default to SkCodec
by msarett
· 9 years ago
feec878
Simplified linear pipeline.
by herb
· 9 years ago
39b2d5a
Individually enable and disable SkCodecs
by msarett
· 9 years ago
46d2aa8
Updates Piex and uses it to obtain the DNG dimensions.
by ebrauer
· 9 years ago
0cf795f
fast sk4f <-> sk4i SSE methods
by mtklein
· 9 years ago
d96e7e5
misc fixes to make float buffers work a little better
by reed
· 9 years ago
34d26b9
dead code: really kill these off again
by mtklein
· 9 years ago
d10f5b3
Use geometric mean when selecting a mipmap scale
by fmalita
· 9 years ago
8db8678
Fix memory leak
by joshualitt
· 9 years ago
e06ed25
Do not try to use GL_texture_rectangle on GL ES
by kkinnunen
· 9 years ago
e90b485
restore empty files so that Chrome GN config can remove them...
by mtklein
· 9 years ago
048494c
clean up more dead code
by mtklein
· 9 years ago
f60a890
Delete dead code. SkBitmapHasher has not been used since gm.
by mtklein
· 9 years ago
ff9febf
add back Sk4i
by mtklein
· 9 years ago
84f0e74
Remove 6-param applyCropRect() from lighting filters (raster path).
by senorblanco
· 9 years ago
4691d99
Add SkCodec to the CMake build
by msarett
· 9 years ago
ed82800
There is an unused rowBytes parameter being passed along.
by cblume
· 9 years ago
e8c3497
Change signature of SkSpecialImage::draw to take SkScalars
by robertphillips
· 9 years ago
0042245
Remove outdated optimization to not flush for new textures in GrSWMaskHelper
by bsalomon
· 9 years ago
babafcc
Workaround for bug in Tegra 3 when uploading to a render target
by bsalomon
· 9 years ago
8e84a1e
Delete GrTextContext
by joshualitt
· 9 years ago
96880d9
Create GrPathRenderingDrawContext
by joshualitt
· 9 years ago
8e17556
Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than SkFixed.
by benjaminwagner
· 9 years ago
afec27f
Image filters: change applyCropRect() to take a src rect.
by senorblanco
· 9 years ago
944c2d9
SkOSFile_stdio: less ::
by mtklein
· 9 years ago
c29cd72
Make png filter functions compatible with libpng
by msarett
· 9 years ago
18fab30
Modify interface to GrPathUtils::convertCubicToQuads
by bsalomon
· 9 years ago
b8fea97
Make copySurface work for texture dsts, return a bool, & add unit test.
by bsalomon
· 9 years ago
9dec5d2
Make SkRWBuffer destruct safely
by scroggo
· 9 years ago
ddd22d8
Remove last bit of privacy violation for GrAtlasTextBlob
by joshualitt
· 9 years ago
66a6589
starter kit for colorspaces
by reed
· 9 years ago
b30d698
Fix colorType/alphaType checks in SkCodec
by msarett
· 9 years ago
8681e60
make SkComposeShader.h private
by reed
· 9 years ago
a34be68
blitters for sRGB and float16
by reed
· 9 years ago
bd6366a
Roll back ellipse logic for now. This was (probably) still wrong.
by brianosman
· 9 years ago
1751dc7
Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ )
by benjaminwagner
· 9 years ago
deabdb5
Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ )
by msarett
· 9 years ago
97120a7
Revert of SkNx refactoring (patchset #4 id:60001 of https://codereview.chromium.org/1690633003/ )
by mtklein
· 9 years ago
fed90d4
Try fixing unused-variable warnings another way.
by mtklein
· 9 years ago
533cefe
Add infastructure for gl_SampleMask
by cdalton
· 9 years ago
c7578b6
Fix colorType/alphaType checks in SkCodec
by msarett
· 9 years ago
ebc465b
Add support for caching font files in the Android SkFontMgr.
by khushalsagar
· 9 years ago
70e418b
Make SkJpegCodec compatible with libjpeg
by msarett
· 9 years ago
e6af96a
Change ScalarTo256 to more efficient implementation.
by benjaminwagner
· 9 years ago
c08f196
Use noperspective interpolation for 2D draws
by cdalton
· 9 years ago
083617b
Make copySurface work in more situations.
by bsalomon
· 9 years ago
c6052ac
Put back the 0.5 bias in the shader. Only adjust the radii for the geometry, not the radii constants.
by brianosman
· 9 years ago
09bf666
Remove the 0.5 bias from the ellipse edge function. This makes coverage drop to zero before we get clipped by the rasterizer (i.e. ensures the generated ellipse is inscribed in the geometry).
by brianosman
· 9 years ago
829caa2
Delete SkDecodingImageGenerator
by msarett
· 9 years ago
bb2ff94
Switch to vertex colors rather than uniforms for color in Ellipse/Circle/RRect/DRRect
by brianosman
· 9 years ago
d36f2c4
Add #define directives to GrGLSLShaderBuilder
by cdalton
· 9 years ago
9b9497e
Implement onSkipScanlines() for bmp and wbmp
by msarett
· 9 years ago
5e58cee
Add GrShaderFlags enum
by cdalton
· 9 years ago
ddb64c8
new version of SkHalfToFloat_01
by mtklein
· 9 years ago
bc81111
start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlob
by joshualitt
· 9 years ago
0eed945
Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ )
by kjlubick
· 9 years ago
27004b7
Remove GrContext* from GrTextContext
by joshualitt
· 9 years ago
7ea5e28
Make copySurface work for texture dsts, return a bool, & add unit test.
by bsalomon
· 9 years ago
f4004f9
Support more color types for ICOs
by msarett
· 9 years ago
17315c2
Avoid initializing memory twice on incomplete RLE bmps
by msarett
· 9 years ago
ef02b24
Clarify bmp comment about when we support the alpha mask
by msarett
· 9 years ago
4946b94
Fix scanline decoding of rare RLE bmps
by msarett
· 9 years ago
c1eb311
SkNx refactoring
by mtklein
· 9 years ago
49b9f8c
Remove SK_SUPPORT_LEGACY_BITMAP_FILTER guard
by fmalita
· 9 years ago
7001576
SkDocument: remove use of SkTArray (part 1/3).
by halcanary
· 9 years ago
1b39f43
Pass a GrContext pointer in GrDrawContext constructor
by joshualitt
· 9 years ago
fff055c
SkHalfToFloat_01 / SkFloatToHalf_01
by mtklein
· 9 years ago
cbefc5e
Revert of SkHalfToFloat_01 / SkFloatToHalf_01 (patchset #11 id:200001 of https://codereview.chromium.org/1685133005/ )
by mtklein
· 9 years ago
9ea11a4
SkHalfToFloat_01 / SkFloatToHalf_01
by mtklein
· 9 years ago
2c89bc1
Move surface props off of GrTextContext
by joshualitt
· 9 years ago
9a1ed5d
skia: Add support for CHROMIUM_image backed textures.
by erikchen
· 9 years ago
d5951b1
More efficient Jpeg skipScanlines for older versions of libjpeg-turbo
by msarett
· 9 years ago
02b407b
Fix bug processing bmp bit masks
by msarett
· 9 years ago
e55750e
Start whittling down GrTextContext
by joshualitt
· 9 years ago
Next »