Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
b7ee1bf01709887388cea564989289d1572710e7
b7ee1bf
trivial CL to add drawBatch to GrDrawContext
by joshualitt
· 10 years ago
14205b1
Expand functionality of GrRectBatchFactory with AARects
by joshualitt
· 10 years ago
fb69bb3
Fix to call SkDelete_array instead of SkDelete to fix ASAN error.
by egdaniel
· 10 years ago
2a5ca89
Revert of [TextBlob] Fall back to TightRunBounds when the font bounds are empty (patchset #1 id:1 of https://codereview.chromium.org/1284693002/ )
by egdaniel
· 10 years ago
91d844d
Rename GrPipelineInfo to GrPipelineOptimizations
by bsalomon
· 10 years ago
7fc2a26
Move GrStrokeRectBatch creation to behind factory
by joshualitt
· 10 years ago
ecd1a69
Create GrRectBatchFactory
by joshualitt
· 10 years ago
9d144ac
This is a speculative fix for the crash on IOS TBR=mtklein
by egdaniel
· 10 years ago
d6b99cc
[TextBlob] Fall back to TightRunBounds when the font bounds are empty
by fmalita
· 10 years ago
9ff6425
move Stroke Rect and AAFill Rect to their own file
by joshualitt
· 10 years ago
3a26fc8
Ensure that android "release" apps are signed with debug key
by djsollen
· 10 years ago
4f2b331
SkPDF: add assert for that SkWStream behaves.
by halcanary
· 10 years ago
47dfc36
Use a factory function to create GrPipeline and remove unused member
by bsalomon
· 10 years ago
d22f37c
Wire up testcreate function for GrDrawAtlasBatch
by joshualitt
· 10 years ago
c5b7df4
Remove an unused function.
by thakis
· 10 years ago
021f631
api helpers inspired by blink use-cases
by reed
· 10 years ago
41838a0
remove unneeded _DRAWIMAGERECT flags
by reed
· 10 years ago
7375d6b
fixup precision with configurable atlas
by joshualitt
· 10 years ago
0df0e43
Revert of Update libwebp and resume testing scaled webp (patchset #2 id:20001 of https://codereview.chromium.org/1280073002/ )
by scroggo
· 10 years ago
0575d3e
Update libwebp and resume testing scaled webp
by scroggo
· 10 years ago
2771b56
GrDrawVertices to batches
by joshualitt
· 10 years ago
14b8803
Move GrDrawAtlasBatch to separate file
by jvanverth
· 10 years ago
1694a93
Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https://codereview.chromium.org/1274013003/ )
by jvanverth
· 10 years ago
b091c44
Move GrDrawAtlasBatch to separate file
by jvanverth
· 10 years ago
7441782
Make folder for batches
by joshualitt
· 10 years ago
31ff762
First pass at drawAtlas batching.
by jvanverth
· 10 years ago
767276e
Gold Workflows Documentation
by hcm
· 10 years ago
922c8b1
Break LCD and Bitmap text dependency on hardcoded atlas values
by joshualitt
· 10 years ago
469a3fe
Add approxBytesUsed to hashes.
by mtklein
· 10 years ago
3848427
The compiler can generate smulbb perfectly well nowadays.
by mtklein
· 10 years ago
ca1f07e
Add Batch logging
by joshualitt
· 10 years ago
f159518
This iOS crash makes little sense to me. Add some debugging.
by mtklein
· 10 years ago
30e4d75
This iOS crash makes little sense to me. Add some debugging.
by mtklein
· 10 years ago
9bca526
Fix StringTest for VS2015
by bsalomon
· 10 years ago
ebc1c10
Fix warnings on VS2015 x86_64 build
by bsalomon
· 10 years ago
4ab9d5f
Split SkBmpCodec into three separate classes
by msarett
· 10 years ago
74992b5
Let SkWebpCodec decode to 565
by scroggo
· 10 years ago
275412c
Plug a leak in GrTestUtils.
by senorblanco
· 10 years ago
9ce386a
Fix color swap for webp 565
by scroggo
· 10 years ago
7430876
remove guard for SrcPtr in drawBitmapRect for android
by reed
· 10 years ago
e683e81
Purge non-NEON ARM code.
by mtklein
· 10 years ago
765d6ad
__ARM_NEON is defined both by ARMv8 and ARMv7 + -mfpu=neon.
by mtklein
· 10 years ago
51c8d40
Move some work from backend onClear to base class clear
by egdaniel
· 10 years ago
b4f9d0e
Implement caching of stroked paths in the tessellating path renderer.
by senorblanco
· 10 years ago
e47829b
flag to use const& instead of const* for src-rect
by reed
· 10 years ago
fb1141a
Don't pass pipeline to GrBatch::generateGeometry()
by bsalomon
· 10 years ago
c8da81d
Another small fix for reordering
by joshualitt
· 10 years ago
b639474
Port SkTextureCompression opts to SkOpts
by mtklein
· 10 years ago
d0cf9d8
Remove SK_LEGACY_SKPOINT3_CTORS flag
by robertphillips
· 10 years ago
e263908
SkSurface copy-on-write can yield stale GPU render targets.
by fmalita
· 10 years ago
ebe06c0
Minor cleanup: remove GR_TESSELLATING_PATH_RENDERING #ifdef.
by senorblanco
· 10 years ago
2dcc759
use kFast_SrcRectConstraint to match drawAtlas semantics
by reed
· 10 years ago
ab60c5b
Support decoding PNG to 565.
by scroggo
· 10 years ago
fd3d87c
simulate drawatlas
by reed
· 10 years ago
1a39767
Rephrase Windows gyp instructions
by mtklein
· 10 years ago
4fc6ff22
Fix reording across rendertarget switching
by joshualitt
· 10 years ago
f62833d
Detect MIPS DSP and DSPR2 programattically.
by mtklein
· 10 years ago
7b77ac1
Fix variable shadowing and unreachable code that it caused
by brucedawson
· 10 years ago
cbb12ca
Fix ASAN error for wbmp swizzles
by msarett
· 10 years ago
d3ebb48
IWYU: 'core' target, files starting A-C.
by bungeman
· 10 years ago
59cd367
Revert of Implement caching of stroked paths in the tessellated path renderer. (patchset #4 id:60001 of https://codereview.chromium.org/1275553002/ )
by senorblanco
· 10 years ago
29e0d3f
Implement caching of stroked paths in the tessellated path renderer.
by senorblanco
· 10 years ago
94df023
Update NOPRESUBMIT docs.
by mtklein
· 10 years ago
99f567e
Scanline decoding for wbmp
by msarett
· 10 years ago
dfcba47
Moved common cross-project functionality out from SkTraceEvent.h into SkTraceEventCommon.h
by oysteine
· 10 years ago
2bd0285
Add skstd::move and skstd::forward.
by bungeman
· 10 years ago
2fe7923
Expose coord transforms from GrPipeline
by joshualitt
· 10 years ago
b2aa7cb
This CL wires up the backend portion necessary for sending transformed coords via vertex attributes.
by joshualitt
· 10 years ago
0e8296e
Move impl of stroke rect batch from h to cpp
by bsalomon
· 10 years ago
ee14a62
Give strokerectbatch a proper home
by bsalomon
· 10 years ago
8470290
fix for GrFragmentProcessor isEqual in GrPipeline
by joshualitt
· 10 years ago
d8aa59d
Remove SHADER_AA_FILL_RECT flag
by robertphillips
· 10 years ago
6c17ca5
Update yasm .gyp for tweaked ASAN bots.
by mtklein
· 10 years ago
c0e1af1
Revert of Intentionally crash DM to make sure all bots are up-to-date. (patchset #1 id:1 of https://codereview.chromium.org/1274693002/ )
by mtklein
· 10 years ago
fa1c073
Fix make.py: BUILDTYPE
by Eric Boren
· 10 years ago
3749b96
Intentionally crash DM to make sure all bots are up-to-date.
by Mike Klein
· 10 years ago
dd958e7
Add tools/ubsan.supp.
by Mike Klein
· 10 years ago
1cd6311
init atomic bool in SkImage_Gpu
by bsalomon
· 10 years ago
9162ea9
Revert of Break LCD and Bitmap text dependency on hardcoded atlas values (patchset #2 id:20001 of https://codereview.chromium.org/1271873002/ )
by joshualitt
· 10 years ago
b356cbc
Move atlas creation to internal to GrResourceProvider
by joshualitt
· 10 years ago
093b4e8
- allow for stepping through a picture with 'n' and 'p'
by reed
· 10 years ago
fb8c1fc
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ )
by reed
· 10 years ago
7403d87
IWYU: 'core' target, files starting A-C.
by bungeman
· 10 years ago
1b99b54
Whitespace change to test Gerrit ACLs
by borenet
· 10 years ago
d029ded
Port morphology to SkOpts.
by mtklein
· 10 years ago
9f8754f
Remove experimental/PdfViewer
by halcanary
· 10 years ago
1dedc3d
SkPictureImageGenerator
by fmalita
· 10 years ago
8caa5af
Reorganize to keep similar code together.
by Mike Klein
· 10 years ago
8e47cdb
whitespace change to test whether I can commit
by Eric Boren
· 10 years ago
6c3c4ea
Remove dead code.
by Mike Klein
· 10 years ago
84cd621
Implement caching of filled paths in the tessellated path renderer.
by senorblanco
· 10 years ago
846b022
Break LCD and Bitmap text dependency on hardcoded atlas values
by joshualitt
· 10 years ago
1c005e4
Create a scanline decoder without creating a codec
by scroggo
· 10 years ago
ddc726f
Add cheat sheet to wrangler doc
by joshualitt
· 10 years ago
dce5ce4
Port SkBlurImage opts to SkOpts.
by mtklein
· 10 years ago
562a66b
Revert "Implement caching of filled paths in the tessellated path renderer."
by mtklein
· 10 years ago
dea6e1c
update image bench to test gpu and cpu images against raster surface
by reed
· 10 years ago
6f1216a
cache private readback for gpu-images
by reed
· 10 years ago
fae0102
Remove IGNORE_ROT_AA_RECT_OPT flag
by robertphillips
· 10 years ago
4b3050b
Added registerChild; transforms, textures, glKey automatically handled.
by wangyix
· 10 years ago
Next »