Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
aaf951d537da8769d22c43c321f169ceebc1a24b
aaf951d
nullptr isn't an int; this is what we want
by halcanary
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
435af2f
SkColorCubeFilter_opts: start with a statically-initializable zero.
by mtklein
· 9 years ago
fe495f0
Fix assertion about GPU memory size when the target is not FBO 0
by chinmaygarde
· 9 years ago
ac856c9
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
by bsalomon
· 9 years ago
a04c650
Remove deprecated usage of SkNEW and SkDELETE
by mdempsky
· 9 years ago
7b7ecfc
Fix clipped lighting image filters.
by senorblanco
· 9 years ago
d5c448f
make cacherator thread-safe
by reed
· 9 years ago
9c84b11
Add white variants to TextBench
by mtklein
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
5015176
trifurcate blit_mask_d32_a8 into _black, _opaque, _general.
by mtklein
· 9 years ago
e46cf96
Write a gm to verify append large glyph as path works
by joshualitt
· 9 years ago
897640e
Add HangingS.ttf to test large flourish caps.
by bungeman
· 9 years ago
5cb00a9
zero-length cap fix
by caryclark
· 9 years ago
a16af21
Have SkPicture::willPlayBackBitmaps() count SkImages too.
by mtklein
· 9 years ago
bcf33d5
Rename GrBWFillRectBatch to GrNonAAFillRectBAtch
by joshualitt
· 9 years ago
4bf69f7
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ )
by rmistry
· 9 years ago
8cce8f1
Modify GrBWFillRectBatch to use GrQuad
by joshualitt
· 9 years ago
002c2ce
stray malloc/free -> sk_malloc/sk_free
by mtklein
· 9 years ago
2424344
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
by bsalomon
· 9 years ago
60e0fee
Remove include of stdlib.h from SkTypes.h.
by bungeman
· 9 years ago
8d624bd
Add markdown for Infra troopers
by rmistry
· 9 years ago
45398df
Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chromium.org/1312243002/ )
by caryclark
· 9 years ago
b5fb5af
Fix for MSAN unintialized value
by joshualitt
· 9 years ago
afd7c74
Remove SK_OFFSETOF from SkTypes, clean up offsetof usage.
by bungeman
· 9 years ago
0fe04a2
Fix for distance field draw large glyph as paths
by joshualitt
· 9 years ago
c64137c
DM: "wb" (binary mode) may matter on Windows
by mtklein
· 9 years ago
91298b4
Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview.chromium.org/1311273002/ )
by caryclark
· 9 years ago
6ec8b7c
Speculative valgrind fix
by robertphillips
· 9 years ago
7544124
fix zero-length tangent
by caryclark
· 9 years ago
cf72ed6
Skip scaled_tilemodes_npot on Galaxy S4
by borenet
· 9 years ago
8553396
Add build targets for advanced Intel instruction sets (1.5 of 3)
by mtklein
· 9 years ago
ab5d5de
Enable debug builds in the Android framework
by djsollen
· 9 years ago
fccb77d
DM: use SkBitmap::reset()
by mtklein
· 9 years ago
a5114d7
Have DM manually encode its .png outputs.
by mtklein
· 9 years ago
98f7e33
Add buildbot_spec info for Appurify bot
by borenet
· 9 years ago
ab374cf
Explicitly friend ::SkPrivateEffectInitializer to flattenables.
by mtklein
· 9 years ago
0e6ff38
Update giflib to 5.1.1 (AOSP hash)
by msarett
· 9 years ago
5141d90
Add build targets for advanced Intel instruction sets (1 of 3).
by mtklein
· 9 years ago
26db32b
Revert of Modify GrBWFillRectBatch to use GrQuad (patchset #3 id:40001 of https://codereview.chromium.org/1311793002/ )
by joshualitt
· 9 years ago
c611b5a
Modify GrBWFillRectBatch to use GrQuad
by joshualitt
· 9 years ago
80af645
Update debugger print out of drawImageRect information
by robertphillips
· 9 years ago
06a7f9c
Remove unused calcPOIs with color/coverage input.
by egdaniel
· 9 years ago
bda7da8
Update SKP version
by rmistry
· 9 years ago
21b998b
Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ )
by caryclark
· 9 years ago
dd3c165
experiment with zero-length round capped line segments
by caryclark
· 9 years ago
1cbdcde
Fix for copy surface not handling dirty context
by joshualitt
· 9 years ago
7f9c9eb
wire up reduced atlas and zero textblob cache to test
by joshualitt
· 9 years ago
d2b23e0
Standardize BW to NonAA
by joshualitt
· 9 years ago
2244c27
fill rect batch refactor into separate batches
by joshualitt
· 9 years ago
b6b513b
Create separate entry points for the various flavors of drawRect
by joshualitt
· 9 years ago
ea73fa5
Add instructions to authenticate for fetch.
by herb
· 9 years ago
850f2d9
Return failure if getInputResultsGPU fails in SkXfermodeImageFilter
by robertphillips
· 9 years ago
b4fd893
add old fix for iOS SampleApp
by caryclark
· 9 years ago
2f0a728
GMs: change some GMs to use SkImage over SkBitmap
by halcanary
· 9 years ago
b30e9d3
Clean up ifdefs in SkGifCodec
by msarett
· 9 years ago
a71170c
This code should've been part of the CL that added registerChildProcessor(); without updating fUsesLocalCoords in the parent when a child proc is registered, batching will not work properly.
by wangyix
· 9 years ago
c5d58f0
Use stencil ops that don't issue writes whenever possible
by vbuzinov
· 9 years ago
499abab
add gm for image->newShader
by reed
· 9 years ago
d028180
SkCanvas::onDrawPicture() quick-reject
by fmalita
· 9 years ago
0abdf76
Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ )
by senorblanco
· 9 years ago
02833bf
fix override
by caryclark
· 9 years ago
05424f7
fix cubic clip in y
by caryclark
· 9 years ago
6392668
Add ANGLE workaround to prefer flushes over VRAM usage
by robertphillips
· 9 years ago
12d8472
Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ )
by herb
· 9 years ago
877a52a
VisualBenchTest: Write JSON output
by borenet
· 9 years ago
ddbbdda
SkImage method for detecting lazy decoding
by fmalita
· 9 years ago
7d17340
subdivide path when side-clipping fails
by caryclark
· 9 years ago
725c620
SkPDF: Memory improvements for PDF Streams
by halcanary
· 9 years ago
9a5bd7e
Introduce interface for memory dumps
by primiano
· 9 years ago
99fe822
Use static_assert instead of SK_COMPILE_ASSERT.
by bungeman
· 9 years ago
915881f
Implement canComputeFastBounds() for image filters.
by senorblanco
· 9 years ago
a7f4c43
For a frag proc, its key will be a concatenation of all its descendant procs' keys in postorder traversal.
by wangyix
· 9 years ago
87e4752
Revert "fill rect batch refactor into separate batches"
by joshualitt
· 9 years ago
2f0dbc7
Update SkLightingShader to support rotation
by robertphillips
· 9 years ago
d1c6b7c
SkColorCubeFilter: require alpha == 0xFF.
by mtklein
· 9 years ago
3679c1b
Bug fix: we're using SkPMFloat methods on SkColor.
by mtklein
· 9 years ago
3a30cc1
Thou shalt use override consistently.
by mtklein
· 9 years ago
ab42ec7
Add asserts for shared mutex.
by herb
· 9 years ago
add79ef
Put drawPath in GrBatch.
by bsalomon
· 9 years ago
f7d602a
Revert "Update SkLightingShader to support rotation"
by robertphillips
· 9 years ago
a060eba
SkPDF: Simplify PDFStream / emitObject() const
by halcanary
· 9 years ago
216b643
private iterator to visit all resource cache entries
by reed
· 9 years ago
fea7763
Fix transformed stroke width in GrAALinearizingConvexPathRenderer.
by ethannicholas
· 9 years ago
e5e6c60
Add VisualBenchTestActivity for instrumentation-testing VisualBench
by borenet
· 9 years ago
f3c15b7
Move SkTemplates.h to private.
by bungeman
· 9 years ago
9be0b00
stop dropping AA when rect stays rect
by joshualitt
· 9 years ago
f582282
change asABitmap to isABitmap on shader
by reed
· 9 years ago
790d74f
No need to re-declare pure virtual name().
by mtklein
· 9 years ago
3b44dcf
Patches on top of Radu's latest.
by mtklein
· 9 years ago
45b59ed
Update SkLightingShader to support rotation
by robertphillips
· 9 years ago
95b96d6
Revert of cast SK_ARRAY_COUNT to make it sign agnostic (patchset #1 id:1 of https://codereview.chromium.org/1299943002/ )
by caryclark
· 9 years ago
c6ad06a
unsigned -> int for counts and indices in picture-related code
by mtklein
· 9 years ago
4b01329
Add rendertarget flag to prevent a debug assert in SampleApp.
by senorblanco
· 9 years ago
ae5b2c6
Create GrQuad
by joshualitt
· 9 years ago
bca8620
cast SK_ARRAY_COUNT to make it sign agnostic
by caryclark
· 9 years ago
7dea7b7
Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome
by bsalomon
· 9 years ago
93ab254
This change is in preparation for updating how processor keys and meta keys are generated for frag procs.
by wangyix
· 9 years ago
5b4a7ab
Adding sucessful exit message to VisualBench
by joshualitt
· 9 years ago
451af50
remove SkDeferredCanvas
by reed
· 9 years ago
Next »