Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a2e056773da8b029c9dccd5be265cb43615786c7
/
include
a2e0567
Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ )
by halcanary
· 9 years ago
808ce28
default SkPixelSerializer
by halcanary
· 9 years ago
db30be2
Make SkCodec support peek() and read()
by scroggo
· 9 years ago
0671b96
Move texture drawing utility method to SkGpuDevice
by jvanverth
· 9 years ago
f01610e
Remove staging for SkImageDecoder::Peeker
by scroggo
· 9 years ago
cc881da
Add sk_careful_memcpy to catch undefined behavior in memcpy.
by mtklein
· 9 years ago
290f00c
Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ )
by reed
· 9 years ago
b0bd151
default SkPixelSerializer
by halcanary
· 9 years ago
8ff8d24
Remove drawPathsFromRange from GrDrawContext
by cdalton
· 9 years ago
97466ab
fix funky formatting in SkNVRefCnt
by mtklein
· 9 years ago
6b28017
SkPixelSerializer: support indexed pixels
by halcanary
· 9 years ago
d61c384
Allow SkStream::peek() to partially succeed
by scroggo
· 9 years ago
573ce20
clang/win: Let SK_TRACEHR not produce -Wunused-value warnings in release builds.
by thakis
· 9 years ago
0745653
SkAlphaThresholdFilter.h allow flattening
by halcanary
· 9 years ago
a544eda
Matrix convolution bounds fix; affectsTransparentBlack fixes.
by senorblanco
· 9 years ago
262a71b
detect when we can filter bitmaps/images directly, w/o a tmp layer
by reed
· 9 years ago
50c044b
Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ )
by senorblanco
· 9 years ago
8705ec8
Matrix convolution bounds fix; affectsTransparentBlack fixes.
by senorblanco
· 9 years ago
91d0620
fix mozilla bug
by joshualitt
· 9 years ago
be8216a
Make SkAndroidCodec support ico
by msarett
· 9 years ago
97ff7f5
Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ )
by scroggo
· 9 years ago
433625e
Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed
by robertphillips
· 9 years ago
1603e93
Make SkAndroidCodec support ico
by msarett
· 9 years ago
6dea83f
Add option to draw wireframe batch bounds
by bsalomon
· 9 years ago
cb0d5c9
Add currScanline() getter to SkCodec API
by msarett
· 9 years ago
2b1516f
Update documentation for SkFontMgr methods.
by erikchen
· 9 years ago
e2725f5
Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ )
by scroggo
· 9 years ago
26489ef
Add option to draw wireframe batch bounds
by bsalomon
· 9 years ago
7850eb2
API to support native scaling by image-generator
by reed
· 9 years ago
dc5685a
Wire up resource cache stats dumping in nanobench
by joshualitt
· 9 years ago
f16f88b
Create a define for nanobench builds to dump stats
by joshualitt
· 9 years ago
5c05d10
Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ )
by mtklein
· 9 years ago
dadfc24
skstd -> std for unique_ptr
by mtklein
· 9 years ago
e45c81c
Began logging more gpu stats from nanobench
by joshualitt
· 9 years ago
7d5105c
Allow SkAndroidCodec to use SkPngChunkReader
by msarett
· 9 years ago
7bceedc
Retract GrRenderTarget a bit
by robertphillips
· 9 years ago
aa0df4e
Add an SkPath conic conversion utility.
by fmalita
· 9 years ago
0cbe7ee
CMake, include/: changes to make fiddle 2.0 better
by halcanary
· 9 years ago
c19247f
check that SSE2 is available before using __vectorcall
by lsalzman
· 9 years ago
69cfe95
Add debug option to clip each GrBatch to its device bounds
by bsalomon
· 9 years ago
56cf6dc
Create a static instances of SrcOver XferProcessor
by egdaniel
· 9 years ago
de4166a
APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct
by ethannicholas
· 9 years ago
e066df9
Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ )
by mtklein
· 9 years ago
70e8dfc
skstd -> std for unique_ptr
by mtklein
· 9 years ago
11a7f7f
Remove SkDrawProcs
by herb
· 9 years ago
b68ce74
Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE.
by mtklein
· 9 years ago
bf07455
Make stencil and cover path rendering have more reasonable bounds.
by bsalomon
· 9 years ago
c4b7272
Don't create a GXPFactory when blend is SrcOver
by egdaniel
· 9 years ago
0955303
scaling API on SkPixmap
by reed
· 9 years ago
dfd7d48
Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ )
by mtklein
· 9 years ago
0618915
skstd -> std for unique_ptr
by mtklein
· 9 years ago
cf98fa9
Add SkPngChunkReader.
by scroggo
· 9 years ago
93c69ff
Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ )
by scroggo
· 9 years ago
3389e00
Add SkPngChunkReader.
by scroggo
· 9 years ago
7ea33f5
Initial version of external_oes texture support and unit test
by bsalomon
· 9 years ago
0315dbc
Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ )
by bsalomon
· 9 years ago
27a0487
Initial version of external_oes texture support and unit test
by bsalomon
· 9 years ago
f234272
Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ )
by egdaniel
· 9 years ago
a7006d4
Make specialized SrcOver XPFactory
by egdaniel
· 9 years ago
e47f1a7
Fix UB in SkDivBits
by mtklein
· 9 years ago
9b137dc
SkFontConfigInterface::createTypeface()
by fmalita
· 9 years ago
d76be9c
Eliminate SkFILE: it always is the same as FILE.
by halcanary
· 9 years ago
42b73eb
enable conservative raster clipping
by reed
· 9 years ago
897c993
Pack and align SkStrokeRec to 4-byte boundary.
by jvanverth
· 9 years ago
da707bf
add SkPath::isRRect
by caryclark
· 9 years ago
e9d2052
Record concat as Concat.
by mtklein
· 9 years ago
1d02a60
Remove unsigned < signed comparison.
by mtklein
· 9 years ago
e416d94
Change prealloc number of child FPs be 1 rather than 2
by Brian Salomon
· 9 years ago
418e26f
Preallocate room for 2 child processors in FPs
by bsalomon
· 9 years ago
33a5fce
Initial implementation of GPU no filter NinePatch
by joshualitt
· 9 years ago
58afee8
Fix GOOGLE3 Android build.
by benjaminwagner
· 9 years ago
c08d53e
Parametric SkPath oval/rect/rrect starting point
by fmalita
· 9 years ago
aa6f739
Respect SkPictureRecorder::kPlaybackDrawPicture_RecordFlag for SkDrawables
by djsollen
· 9 years ago
14102ca
__vectorcall needs SSE
by mtklein
· 9 years ago
31b80a9
increase pre-allocated MCRecs to match common android calling pattern
by reed
· 9 years ago
566b23c
Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ )
by mtklein
· 9 years ago
755c553
skstd -> std for unique_ptr
by mtklein
· 9 years ago
56da025
Switch uses of SkChecksum::Compute to Murmur3.
by mtklein
· 9 years ago
504ce5d
Optionally pass rendertarget to getTestTarget
by robertphillips
· 9 years ago
3c2d32b
Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ )
by mtklein
· 9 years ago
540e954
Switch uses of SkChecksum::Compute to Murmur3.
by mtklein
· 9 years ago
e004bfc
Increase the amount of debug information printed out by batches
by robertphillips
· 9 years ago
a779ef1
Fix for chrome's skia gl bindings code.
by bsalomon
· 9 years ago
b1a32ad
Add support for EGLImage to GrGLInterface
by bsalomon
· 9 years ago
57d3b03
Rename some processor functions from GL to GLSL
by egdaniel
· 9 years ago
fa4cc8b
Move XferProcessors to glsl
by egdaniel
· 9 years ago
0274efb
Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ )
by mtklein
· 9 years ago
64c4728
Make all GrFragmentProcessors GL independent.
by egdaniel
· 9 years ago
506e19a
Move SkBitmapRegionDecoder to include/android and src/android
by msarett
· 9 years ago
1d024a3
Switch uses of SkChecksum::Compute to Murmur3.
by mtklein
· 9 years ago
c94cd7c
Fix GrCoverageSetOpXP unit test on mixed samples
by cdalton
· 9 years ago
23267db
SkAtomic: always use std::atomic
by mtklein
· 9 years ago
6459352
Replace SkFunction with std::function
by mtklein
· 9 years ago
147ea2f
Factor CSS3 matching rules.
by bungeman
· 9 years ago
7e806f3
Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ )
by cdalton
· 9 years ago
24ddb0a
Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:20001 of https://codereview.chromium.org/1415503008/ )
by cdalton
· 9 years ago
caef345
Readd "immediate" mode
by robertphillips
· 9 years ago
33bee09
Fix -Wunused-parameter errors in SkCodec.h in Android
by msarett
· 9 years ago
a13e202
Move GrBatchFlushState from GrDrawTarget to GrDrawingManager
by robertphillips
· 9 years ago
0b2a189
Fix code that left shifts a negative value. This has undefined behavior.
by benjaminwagner
· 9 years ago
Next »