Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
b39f39f5ccb39786e9325cdf08a5dc52ef78544c
/
src
b39f39f
remove unused SkCullPoints
by reed
· 9 years ago
480e8c0
Fold color attachment verification bit into GrGLCaps::ConfigInfo
by bsalomon
· 9 years ago
2047b78
Don't ref/unref the static src-over xp
by bsalomon
· 9 years ago
bada188
hide old SaveFlags, but keep them available (for now) for Android
by reed
· 9 years ago
3044737
Move config table to GrGLCaps from GrGLGpu.
by bsalomon
· 9 years ago
5e1ddb1
Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ )
by reed
· 9 years ago
fb56218
fix stroked text underline / strikethrough
by caryclark
· 9 years ago
6277691
Create a hash table from id<-->key in SkImageFilter::CacheImpl
by xidachen
· 9 years ago
17bc085
check in direct quad length measure
by caryclark
· 9 years ago
dd180e7
Enable NVPR with command buffer
by kkinnunen
· 9 years ago
2d6ba66
Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ )
by reed
· 9 years ago
d63f60a
change all factories to return their base-class
by reed
· 9 years ago
03ef4b1
remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code
by reed
· 9 years ago
ecbed9d
Rejigger distance field path rect calcs to avoid underflow
by jvanverth
· 9 years ago
b8918c4
Add Drawing Manager guards against re-entrant flushes
by joshualitt
· 9 years ago
c7a784c
Fix UB function problems for shaders and mask.
by herb
· 9 years ago
3e6be16
Revert of Repeating SkBitmapProcState rounding bias (patchset #6 id:100001 of https://codereview.chromium.org/1529833003/ )
by fmalita
· 9 years ago
14d8fa0
Move SkAndroidSDKCanvas to tools and ensure that it is built on all Android builds
by djsollen
· 9 years ago
1e810b3
Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ )
by herb
· 9 years ago
5ae7fdc
Repeating SkBitmapProcState rounding bias
by fmalita
· 9 years ago
a11e5fc
Remove GrGLGpu::configToGLFormats
by bsalomon
· 9 years ago
a2b6fdd
update androidsdk to new savelayer signature
by reed
· 9 years ago
4960eee
change signature for virtual related to saveLayer, passing SaveLayerRec
by reed
· 9 years ago
f97aa74
fix large dashed paths
by caryclark
· 9 years ago
db7dc09
Remove SkImageMinRowBytes
by scroggo
· 9 years ago
4dabf83
Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ )
by joshualitt
· 9 years ago
e848ff5
Revert of Create a hash table from id<-->key in SkImageFilter::CacheImpl (patchset #7 id:120001 of https://codereview.chromium.org/1514893003/ )
by reed
· 9 years ago
9cb5d75
fix bugs in path contains
by caryclark
· 9 years ago
c8b4336
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 9 years ago
2555ee2
Remove some unneeded calls to GrGLGpu::configToGLFormats
by bsalomon
· 9 years ago
926cb02
Add field for internalFormat param to glTexImage to GrGLGpu::ConfigEntry.
by bsalomon
· 9 years ago
102b07e
Remove dead code for glTexStorage
by bsalomon
· 9 years ago
ef2c7c7
Make SkMatrix::get*Scale[s]() fail on NaN
by bsalomon
· 9 years ago
dafd044
Fix UB function problems for shaders and mask.
by herb
· 9 years ago
5b30c6f
Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::uploadTexData.
by bsalomon
· 9 years ago
a379da4
SkMatrix::preScale() is too conservative
by fmalita
· 9 years ago
f5d1f8d
Create a hash table from id<-->key in SkImageFilter::CacheImpl
by xidachen
· 9 years ago
e80eb92
Add default ctor to SkMask
by robertphillips
· 9 years ago
1250944
Fixup GL instanced rendering commands
by cdalton
· 9 years ago
62a627b
Move the GrGLGpu config stencil format index into ConfigTable
by bsalomon
· 9 years ago
2ef6108
Don't allow BGRA rendertargets on iOS w/ES 3.0+.
by jvanverth
· 9 years ago
c91065d
Use the unswapped end point y for early out case in winding_line
by fs
· 9 years ago
c834ab1
Fix gaussian blur for small sigma.
by senorblanco
· 9 years ago
7050976
check bounds of each cubic segment against clip
by reed
· 9 years ago
f610883
count is an int, so constrain it to a 32-bit w-register.
by mtklein
· 9 years ago
7471fa4
add fsync to try to get complete skps from webpage picture capture
by caryclark
· 9 years ago
b669300
only call scalar finite when necessary
by caryclark
· 9 years ago
54c6fe8
Generate a table of config->glformat info. Precursor to lifting this to caps.
by bsalomon
· 9 years ago
78e0aef
SSE 4.1 SrcOver blits: color32, blitmask.
by mtklein
· 9 years ago
1f17ab5
This brings hairlines into agreement with thick strokes.
by caryclark
· 9 years ago
da420b9
Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ )
by reed
· 9 years ago
3270467
Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ )
by reed
· 9 years ago
4657ce2
remove drawSprite from canvas
by reed
· 9 years ago
ce5ac45
Use SK_BUILD_FOR_ANDROID_FRAMEWORK in compose
by scroggo
· 9 years ago
7354a4b
Avoid pixel GPU readback in saveLayerWithPickup
by robertphillips
· 9 years ago
f46a124
Set GL_PACK_ALIGNMENT before calling glReadPixels
by bsalomon
· 9 years ago
6695794
Make draw* lines responsible for cache management
by joshualitt
· 9 years ago
c88cb89
Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths
by ethannicholas
· 9 years ago
db284c5
Porting Skia for newlib compatibility.
by smklein
· 9 years ago
6176bc1
Add helper for determining whether to use sized internal format in GL
by bsalomon
· 9 years ago
fce612a
Specialize Sk2d for SSE2
by mtklein
· 9 years ago
aed4d32
SkBitmapProcState rounding bias
by fmalita
· 9 years ago
489147c
Add option to control maximum GrBatch lookback
by bsalomon
· 9 years ago
1cbb5ea
Switch fragment coordinate to 'highp' to fix various broken GMs.
by ethannicholas
· 9 years ago
6f37b4a
Unify some SkNx code
by mtklein
· 9 years ago
4e4155d
Revert of SkTime updates (patchset #2 id:20001 of https://codereview.chromium.org/1521293002/ )
by mtklein
· 9 years ago
023bda0
SkBitmap move
by halcanary
· 9 years ago
364a007
path ops: check for deleted ends
by caryclark
· 9 years ago
6a20871
SkTime updates
by mtklein
· 9 years ago
9aacd90
If a point is on a path edge, it's in the path, at least for all cases where the path edge is not canceled with another edge through coincidence.
by caryclark
· 9 years ago
4ff653c
Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ )
by reed
· 9 years ago
e13ca32
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 9 years ago
aab16e5
Try to fix intermittent GrAutoLocaleSetter crashes on Windows
by kkinnunen
· 9 years ago
a1bb8e0
In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255.
by benjaminwagner
· 9 years ago
52e2581
archive skpx... currently dead code
by mtklein
· 9 years ago
5425a9a
A change to cleanup some organization around df text
by joshualitt
· 9 years ago
457f54d
Change computeOutputColorType() to mimic old behavior
by msarett
· 9 years ago
28e80f4
Fix a crash in SkParsePath::FromSVGString
by scroggo
· 9 years ago
9a0e346
Make BitmapRegionDecoder succeed on invalid requests
by msarett
· 9 years ago
e804292
Move all text stuff to its own folder
by joshualitt
· 9 years ago
2967798
make internaldrawBmpText part of GrTextUtils
by joshualitt
· 9 years ago
2eb1009
Add check for highp support in Conic effect
by robertphillips
· 9 years ago
546eb5c
Initialize glGen* call id args to zero
by kkinnunen
· 9 years ago
9449616
Fix UB function problems for AA merger.
by herb
· 9 years ago
30da5f7
Change SkTaskGroup to use std::function. Ripple all the changes.
by herb
· 9 years ago
9fba909
Use size_t for strlen() return value
by scroggo
· 9 years ago
70ee31b
try adding flag to allow lcd text even in a layer
by reed
· 9 years ago
4e56772
Address precision issue in circle blur effect
by robertphillips
· 9 years ago
0a42e68
Create GrTextUtils
by joshualitt
· 9 years ago
90c4d5f
Add reallyHasAlpha() to SkAndroidCodec
by msarett
· 9 years ago
f2848b6
default SkPixelSerializer
by halcanary
· 9 years ago
2e2202e
Move flush logic into GrAtlasTextBlob
by joshualitt
· 9 years ago
565901d
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
by scroggo
· 9 years ago
1acabf3
Move DistanceAdjustTable to its own file
by joshualitt
· 9 years ago
f10ecb7
Add Apple renderer strings to PowerVR detection
by jvanverth
· 9 years ago
712fdf7
SkDocument::setDCTEncoder() for old versions of webkit
by halcanary
· 9 years ago
a06e6ab
Move appending of large glyphs into GrAtlasTextBlob
by joshualitt
· 9 years ago
04a0d3f
Silence another PNG print statement
by scroggo
· 9 years ago
fd5f6c1
Move 'mustRegenerate' function into GrAtlasTextBlob
by joshualitt
· 9 years ago
067e90e
another null src, memcpy -> sk_careful_memcpy
by mtklein
· 9 years ago
Next »