Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
160a52ba217012ed73c240f6d67b3bbf2b4879d6
/
src
« Previous
56d135c
Adding kernel offset validation
by sugoi
· 10 years ago
a8928b7
Add SkBarriers_tsan.h.
by mtklein
· 10 years ago
594069f
Use vertex attribute for text color in GrBitmapTextContext
by bsalomon
· 10 years ago
c250d2e
Initial KTX encoder
by krajcevski
· 10 years ago
b0b0feb
Fix SK_API for DirectWrite port.
by Ben Wagner
· 10 years ago
98875e1
Rename SkFontHost_win_dw.cpp SkScalerContext.
by Ben Wagner
· 10 years ago
51daa25
Split SkFontHost_win_dw.
by bungeman
· 10 years ago
c3b589a
SkClipStack::Element tweaks.
by fmalita
· 10 years ago
0187dc2
Fixes for SkAlphaTypes.
by scroggo
· 10 years ago
ddd014e
remove SkBitmap::allocConfigPixels and update dox
by reed
· 10 years ago
71804cc
Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/)
by jvanverth
· 10 years ago
5ec3d21
remove ashmem from skia
by halcanary
· 10 years ago
e2527b1
Add SSE4 optimization of S32A_Opaque_Blitrow
by henrik.smiding
· 10 years ago
9a3cdbb
Two new benches for ETC1 bitmaps.
by krajcevski
· 10 years ago
df1640d
Remove SK_IGNORE_DWRITE_BITMAP_FIX.
by bungeman
· 10 years ago
479bb60
Remove SkImageRef and related functionality.
by Hal Canary
· 10 years ago
90b8caf
Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/)
by egdaniel
· 10 years ago
ca76c55
Use Identity matrix for SkTransparentShader.
by scroggo
· 10 years ago
2583b62
Is this SkDebug important? It drives me nuts.
by mtklein
· 10 years ago
576dcdc
Move Dashing filterPath to a dashing utils file
by egdaniel
· 10 years ago
9b14f26
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
by robertphillips
· 10 years ago
65044bf
Return NULL when building empty LayerRasterizer.
by scroggo
· 10 years ago
99ffe24
Initial KTX file decoder
by krajcevski
· 10 years ago
3a2682a
SK_CPU_ARM --> SK_CPU_ARM32
by mtklein
· 10 years ago
868074b
remove SkBounder -- unused and unloved
by reed
· 10 years ago
866b95d
ARM Skia NEON patches - 38 - arm64 8888 blitters
by kevin.petit
· 10 years ago
dcf9ab1
Remove legacy picture recording
by robertphillips
· 10 years ago
8af0523
Fall back to using clip effect for outer rect in drawdrrect
by bsalomon
· 10 years ago
8c111f7
Change #def to be opt-out
by krajcevski
· 10 years ago
832cb66
Update TSAN suppressions.
by mtklein
· 10 years ago
be7de4f
Update TSAN suppressions.
by mtklein
· 10 years ago
c77392e
use colortype instead of config
by reed
· 10 years ago
1b81877
Clean up SkOnce:
by mtklein
· 10 years ago
173a5c5
invert comparison sense for reason return
by humper
· 10 years ago
ada3635
Compile-time initialize special SkMatrices.
by mtklein
· 10 years ago
d537341
Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)
by robertphillips
· 10 years ago
78358bf
Port most uses of SkOnce to SkLazyPtr.
by mtklein
· 10 years ago
309e869
Fix bracket outside of ifdef
by krajcevski
· 10 years ago
0d03db7
Clean up SkLazyPtrs only in SK_DEVELOPER mode.
by mtklein
· 10 years ago
9c0e629
Initial work to get ETC1 data up to the GPU
by krajcevski
· 10 years ago
901e96d
Add Sample slide for Rectanizers
by robertphillips
· 10 years ago
a6a8f00
hide SkDevice::config()
by reed
· 10 years ago
ed4dc2a
remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE
by commit-bot@chromium.org
· 10 years ago
f71e8fd
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/)
by commit-bot@chromium.org
· 10 years ago
56f7cca
Port most uses of SkOnce to SkLazyPtr.
by commit-bot@chromium.org
· 10 years ago
a1ff26a
Add a way for the gpu veto to report back the reason why it said no
by commit-bot@chromium.org
· 10 years ago
f6351a0
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/)
by commit-bot@chromium.org
· 10 years ago
97f5fc6
Allow SkPictureImageFilter to be serialized when not run cross-process.
by senorblanco@chromium.org
· 10 years ago
5a70945
Port most uses of SkOnce to SkLazyPtr.
by commit-bot@chromium.org
· 10 years ago
2a5cd60
Add an OR operator overload for SaveFlags to avoid extra static casts.
by commit-bot@chromium.org
· 10 years ago
999cfd1
Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/)
by commit-bot@chromium.org
· 10 years ago
910702b
Implement SkPictureImageFilter bounds computation.
by senorblanco@chromium.org
· 10 years ago
a05fa06
Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram.
by commit-bot@chromium.org
· 10 years ago
af091a1
Initial work to get ETC1 data up to the GPU
by commit-bot@chromium.org
· 10 years ago
b328158
Fixing clusterfuzz issue
by commit-bot@chromium.org
· 10 years ago
f7f9aa0
move all code generation under genProgram() in GrGLShaderBuilder.
by commit-bot@chromium.org
· 10 years ago
6e7ddaa
Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be.
by commit-bot@chromium.org
· 10 years ago
a3264e5
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)"
by commit-bot@chromium.org
· 10 years ago
559a883
Fix the rendering error of SkDraw::drawVertices in gpu path for solid color.
by commit-bot@chromium.org
· 10 years ago
9681eeb
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
0585843
Fixing a clusterfuzz found issue
by commit-bot@chromium.org
· 10 years ago
facad13
Make GrGLShaderBuilder store a GenProgramOutput
by commit-bot@chromium.org
· 10 years ago
6eac42e
Incremental refactoring of GrGLProgram and GrGLShaderBuilder
by commit-bot@chromium.org
· 10 years ago
d0f824c
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
by commit-bot@chromium.org
· 10 years ago
986d681
setConfig -> setInfo
by commit-bot@chromium.org
· 10 years ago
97de357
SkLazyPtr, mk. 2
by commit-bot@chromium.org
· 10 years ago
f9bd04f
Constify the arguments to createTexture
by commit-bot@chromium.org
· 10 years ago
0365261
Move all code generation from GrGLProgram to GrGLShaderBuilder
by commit-bot@chromium.org
· 10 years ago
5744bbe
move SkImageGenerator.cpp from src/images to src/core
by reed@google.com
· 10 years ago
ad854bf
Add testing for Rectanizer-derived classes
by commit-bot@chromium.org
· 10 years ago
d3c6b3f
Tinker with SkLazyFnPtr a bit.
by commit-bot@chromium.org
· 10 years ago
448e2a3
Add SkBarriers to ports.
by commit-bot@chromium.org
· 10 years ago
672e7cf
fix bug in legacy code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI
by reed@google.com
· 10 years ago
a095041
Remove SkRecorder's kWriteOnly mode.
by commit-bot@chromium.org
· 10 years ago
cba7378
replace config() with colorType()
by commit-bot@chromium.org
· 10 years ago
00f8d6c
Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)"
by commit-bot@chromium.org
· 10 years ago
2246e32
Make SkPictureRecorder::partialReplay const
by commit-bot@chromium.org
· 10 years ago
8de5b7b
Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag.
by bungeman@google.com
· 10 years ago
47c66dd
separate view matrix from rt adjustment
by commit-bot@chromium.org
· 10 years ago
81496fb
Spin off just SkLazyFnPtr from 305513002.
by commit-bot@chromium.org
· 10 years ago
86b0de4
Revert "Remove SkThread.h from public API."
by commit-bot@chromium.org
· 10 years ago
05d1cc2
Revert of Spin off just SkLazyFnPtr from 305513002. (https://codereview.chromium.org/305753002/)
by commit-bot@chromium.org
· 10 years ago
6640ee3
Revert of Fix SkAtomics_win.h typos. (https://codereview.chromium.org/293363017/)
by commit-bot@chromium.org
· 10 years ago
5133fc1
Fix SkAtomics_win.h typos.
by commit-bot@chromium.org
· 10 years ago
3fdc7d6
Spin off just SkLazyFnPtr from 305513002.
by commit-bot@chromium.org
· 10 years ago
29ac34e
Fix filter bounds computation for SkOffsetImageFilter.
by senorblanco@chromium.org
· 10 years ago
b1aec17
Remove SkThread.h from public API.
by commit-bot@chromium.org
· 10 years ago
7e2b0f3
Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef
by commit-bot@chromium.org
· 10 years ago
f449156
Make image scaling have floating point scales. Third attempt to land this
by commit-bot@chromium.org
· 10 years ago
924205a
Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)
by commit-bot@chromium.org
· 10 years ago
b263985
add colortable support to imagegenerator
by commit-bot@chromium.org
· 10 years ago
7c18351
Better handling of bitmaps in DirectWrite.
by bungeman@google.com
· 10 years ago
5889e30
Include SkTypes to fix Android frameworks build
by commit-bot@chromium.org
· 10 years ago
8e7d37d
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
6d3eaea
add replay entry point to SkPictureRecorder for Android
by commit-bot@chromium.org
· 10 years ago
466f5f3
remove SkBitmap::asImageInfo
by commit-bot@chromium.org
· 10 years ago
f3b1eb4
Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905
by epoger@google.com
· 10 years ago
44f4129
floating point scale factors for images
by commit-bot@chromium.org
· 10 years ago
42dc813
Revert of Revert of Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 10 years ago
8bfcd72
Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/)
by commit-bot@chromium.org
· 10 years ago
Next »