projects
/
platform
/
upstream
/
libSkiaSharp.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libSkiaSharp.git
2015-11-19
mtklein
Fix UB in SkDivBits
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
kkinnunen
Fix GpuDrawPathTest on ANGLE and enable it
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
mtklein
Revert float xfermodes back to Sk4f (from Sk8f).
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
msarett
Fix BMP RLE bug: attempt 2
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
mtklein
Modernize SkRecordPattern.h
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
kkinnunen
Fix maybe unintialized warning for GrAutoLocaleSetter
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
reed
add --write option to dump_record
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Brian Salomon
Change prealloc number of child FPs be 1 rather than 2
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
bsalomon
Preallocate room for 2 child processors in FPs
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
jvanverth
Shift up bottom path in smallpaths GM.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
fmalita
Unit test for conic weight GrPath key collision
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
mtklein
Add SkRecord::defrag().
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
egdaniel
Move glsl onto EmitArgs struct for emitCode
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
egdaniel
Fix leak in drawBitmapNine
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
fmalita
[Reland] Fix NVPR assert for equivalent ovals
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
bsalomon
Make SkTLList prealloc its first block of nodes
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
bsalomon
Make block size a template parameter of SkTLList
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
mtklein
Revert SkBlitMask_opts.h back to hand-coded NEON.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
stephana
Revert of Fix NVPR assert for equivalent ovals (patchse...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
bsalomon
simplify insertion methods for SkTLList
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
fmalita
Fix NVPR assert for equivalent ovals
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
mtklein
Revert of Fix UB in SkDivBits (patchset #2 id:10002...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
benjaminwagner
In BUILD.public, remove compile-time dependency on GL.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
jvanverth
Add small paths GM
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
joshualitt
Make has GrBatchAtlas::ID() inlineable
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
joshualitt
Initial implementation of GPU no filter NinePatch
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
benjaminwagner
Remove Lua from the Google3 build.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
benjaminwagner
Fix GOOGLE3 Android build.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
djsollen
Update debugger UI to auto-refresh the directory listing
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
robertphillips
[debugger] Add visualization of center rect for drawBit...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Brian Salomon
Fix has_aligned_samples helper for SkGpuDevice::drawTex...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
msarett
Fix BMP RLE bug
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
jcgregorio
Add an example of embedding a Skia Perf graph to the...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
mtklein
restore dump_record
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
bsalomon
Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
herb
Convert drawText to using the find and place code.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
herb
Fix buffer overrun, bit overrun and add a test.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
mtklein
Fix UB in SkDivBits
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
mtklein
Clean up dead code: PictureRenderer
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
egdaniel
Add ShaderBuilders to EmitArgs and remove gettings...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
mtklein
stifle Math test on Mac bot too
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
mtklein
Clean up dead code: filter.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
rmistry
Update all code site issue tracker links to point to...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
mtklein
Clean up dead code: render_pdfs.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
stephana
Revert of Parametric contour start GM (patchset #1...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
hcm
Update issue tracker in docs
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
kkinnunen
Move SkImage tests from SurfaceTest to ImageTest
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
mtklein
div255(x) as ((x+128)*257)>>16 with SSE
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
fmalita
Parametric contour start GM
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
joshualitt
fix ninepatch iter from generating invalid rects
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
mtklein
trim some fat from SSE2 fixed point alpha code
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
fmalita
SkTextBlob should store per-run text alignment
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
msarett
Make SkAndroidCodec support gif
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
fmalita
Parametric SkPath oval/rect/rrect starting point
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
kkinnunen
Fix skia_gpu=0 build (samplecode/SampleAnimatedText...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
msarett
Make SkAndroidCodec support bmp
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
mtklein
simplify BlendTest.cpp
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
reed
Implement multi-color-stops in linear gradients using...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
msarett
Disable testcase7.bmp on SkImageDecoder and clean up...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
scroggo
Add decodeYUV8Planes to SkImageDecoder_empty
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
djsollen
Respect SkPictureRecorder::kPlaybackDrawPicture_RecordF...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
caryclark
Revert of Enable temporarily disabled GpuDrawPathTest...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
kkinnunen
Enable temporarily disabled GpuDrawPathTest
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
reed
add caps option 'k' to FatBits
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
mtklein
De-spam SkOpts.cpp
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
mtklein
update iOS build flags
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
mtklein
__vectorcall needs SSE
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
msarett
Make SkAndroidCodec support wbmp
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
caryclark
runs some sample animations side by side in canvas...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
msarett
Only support jpeg, png, and webp for BRD
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
reed
increase pre-allocated MCRecs to match common android...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
mtklein
Revert of skstd -> std for unique_ptr (patchset #9...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
mtklein
skstd -> std for unique_ptr
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
mtklein
Switch uses of SkChecksum::Compute to Murmur3.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
robertphillips
Optionally pass rendertarget to getTestTarget
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
mtklein
Revert of Switch uses of SkChecksum::Compute to Murmur3...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
halcanary
SkPDF: fix large-number bug
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
mtklein
Switch uses of SkChecksum::Compute to Murmur3.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
robertphillips
Increase the amount of debug information printed out...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
msarett
Disable incomplete image tests in nanobench
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
bsalomon
Fix for chrome's skia gl bindings code.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
halcanary
Documentation: Further cleanup
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
bsalomon
Add support for EGLImage to GrGLInterface
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
robertphillips
Update testing frameworks/tests for MDB
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
update-skps
Update SKP version
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
egdaniel
Revert of Update testing frameworks/tests for MDB ...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
benjaminwagner
Fix BUILD.public INCLUDES after https://codereview...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
egdaniel
Rename some processor functions from GL to GLSL
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
joshualitt
Create a standalone example for using Skia with SDL
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
mtklein
turn on libc++ for iOS
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
msarett
Remove dependency on src/android from dm and nanobench
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
egdaniel
Move GrGLPrimitive/GeometryProc to GLSL
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
cdalton
Add visualbench option for nvpr stencil samples
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
cdalton
Fix visualbench flicker on triple buffered platforms
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
cdalton
Make visualbench timing continuous for no-reset mode
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
egdaniel
Move XferProcessors to glsl
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
cdalton
Add visualbench option to not reset between samples
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
mtklein
Exclude src/android from CMake build too.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
mtklein
Revert of Switch uses of SkChecksum::Compute to Murmur3...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
egdaniel
Make all GrFragmentProcessors GL independent.
commit
|
commitdiff
|
tree
|
snapshot
next