Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
232f7259a939c70ce447a729a5094fcc272b679d
/
src
65044bf
Return NULL when building empty LayerRasterizer.
by scroggo
· 11 years ago
99ffe24
Initial KTX file decoder
by krajcevski
· 11 years ago
3a2682a
SK_CPU_ARM --> SK_CPU_ARM32
by mtklein
· 11 years ago
868074b
remove SkBounder -- unused and unloved
by reed
· 11 years ago
866b95d
ARM Skia NEON patches - 38 - arm64 8888 blitters
by kevin.petit
· 11 years ago
dcf9ab1
Remove legacy picture recording
by robertphillips
· 11 years ago
8af0523
Fall back to using clip effect for outer rect in drawdrrect
by bsalomon
· 11 years ago
8c111f7
Change #def to be opt-out
by krajcevski
· 11 years ago
832cb66
Update TSAN suppressions.
by mtklein
· 11 years ago
be7de4f
Update TSAN suppressions.
by mtklein
· 11 years ago
c77392e
use colortype instead of config
by reed
· 11 years ago
1b81877
Clean up SkOnce:
by mtklein
· 11 years ago
173a5c5
invert comparison sense for reason return
by humper
· 11 years ago
ada3635
Compile-time initialize special SkMatrices.
by mtklein
· 11 years ago
d537341
Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)
by robertphillips
· 11 years ago
78358bf
Port most uses of SkOnce to SkLazyPtr.
by mtklein
· 11 years ago
309e869
Fix bracket outside of ifdef
by krajcevski
· 11 years ago
0d03db7
Clean up SkLazyPtrs only in SK_DEVELOPER mode.
by mtklein
· 11 years ago
9c0e629
Initial work to get ETC1 data up to the GPU
by krajcevski
· 11 years ago
901e96d
Add Sample slide for Rectanizers
by robertphillips
· 11 years ago
a6a8f00
hide SkDevice::config()
by reed
· 11 years ago
ed4dc2a
remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE
by commit-bot@chromium.org
· 11 years ago
f71e8fd
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/)
by commit-bot@chromium.org
· 11 years ago
56f7cca
Port most uses of SkOnce to SkLazyPtr.
by commit-bot@chromium.org
· 11 years ago
a1ff26a
Add a way for the gpu veto to report back the reason why it said no
by commit-bot@chromium.org
· 11 years ago
f6351a0
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/)
by commit-bot@chromium.org
· 11 years ago
97f5fc6
Allow SkPictureImageFilter to be serialized when not run cross-process.
by senorblanco@chromium.org
· 11 years ago
5a70945
Port most uses of SkOnce to SkLazyPtr.
by commit-bot@chromium.org
· 11 years ago
2a5cd60
Add an OR operator overload for SaveFlags to avoid extra static casts.
by commit-bot@chromium.org
· 11 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
· 11 years ago
910702b
Implement SkPictureImageFilter bounds computation.
by senorblanco@chromium.org
· 11 years ago
a05fa06
Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram.
by commit-bot@chromium.org
· 11 years ago
af091a1
Initial work to get ETC1 data up to the GPU
by commit-bot@chromium.org
· 11 years ago
b328158
Fixing clusterfuzz issue
by commit-bot@chromium.org
· 11 years ago
f7f9aa0
move all code generation under genProgram() in GrGLShaderBuilder.
by commit-bot@chromium.org
· 11 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
· 11 years ago
a3264e5
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)"
by commit-bot@chromium.org
· 11 years ago
559a883
Fix the rendering error of SkDraw::drawVertices in gpu path for solid color.
by commit-bot@chromium.org
· 11 years ago
9681eeb
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
0585843
Fixing a clusterfuzz found issue
by commit-bot@chromium.org
· 11 years ago
facad13
Make GrGLShaderBuilder store a GenProgramOutput
by commit-bot@chromium.org
· 11 years ago
6eac42e
Incremental refactoring of GrGLProgram and GrGLShaderBuilder
by commit-bot@chromium.org
· 11 years ago
d0f824c
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
by commit-bot@chromium.org
· 11 years ago
986d681
setConfig -> setInfo
by commit-bot@chromium.org
· 11 years ago
97de357
SkLazyPtr, mk. 2
by commit-bot@chromium.org
· 11 years ago
f9bd04f
Constify the arguments to createTexture
by commit-bot@chromium.org
· 11 years ago
0365261
Move all code generation from GrGLProgram to GrGLShaderBuilder
by commit-bot@chromium.org
· 11 years ago
5744bbe
move SkImageGenerator.cpp from src/images to src/core
by reed@google.com
· 11 years ago
ad854bf
Add testing for Rectanizer-derived classes
by commit-bot@chromium.org
· 11 years ago
d3c6b3f
Tinker with SkLazyFnPtr a bit.
by commit-bot@chromium.org
· 11 years ago
448e2a3
Add SkBarriers to ports.
by commit-bot@chromium.org
· 11 years ago
672e7cf
fix bug in legacy code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI
by reed@google.com
· 11 years ago
a095041
Remove SkRecorder's kWriteOnly mode.
by commit-bot@chromium.org
· 11 years ago
cba7378
replace config() with colorType()
by commit-bot@chromium.org
· 11 years ago
00f8d6c
Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)"
by commit-bot@chromium.org
· 11 years ago
2246e32
Make SkPictureRecorder::partialReplay const
by commit-bot@chromium.org
· 11 years ago
8de5b7b
Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag.
by bungeman@google.com
· 11 years ago
47c66dd
separate view matrix from rt adjustment
by commit-bot@chromium.org
· 11 years ago
81496fb
Spin off just SkLazyFnPtr from 305513002.
by commit-bot@chromium.org
· 11 years ago
86b0de4
Revert "Remove SkThread.h from public API."
by commit-bot@chromium.org
· 11 years ago
05d1cc2
Revert of Spin off just SkLazyFnPtr from 305513002. (https://codereview.chromium.org/305753002/)
by commit-bot@chromium.org
· 11 years ago
6640ee3
Revert of Fix SkAtomics_win.h typos. (https://codereview.chromium.org/293363017/)
by commit-bot@chromium.org
· 11 years ago
5133fc1
Fix SkAtomics_win.h typos.
by commit-bot@chromium.org
· 11 years ago
3fdc7d6
Spin off just SkLazyFnPtr from 305513002.
by commit-bot@chromium.org
· 11 years ago
29ac34e
Fix filter bounds computation for SkOffsetImageFilter.
by senorblanco@chromium.org
· 11 years ago
b1aec17
Remove SkThread.h from public API.
by commit-bot@chromium.org
· 11 years ago
7e2b0f3
Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef
by commit-bot@chromium.org
· 11 years ago
f449156
Make image scaling have floating point scales. Third attempt to land this
by commit-bot@chromium.org
· 11 years ago
924205a
Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)
by commit-bot@chromium.org
· 11 years ago
b263985
add colortable support to imagegenerator
by commit-bot@chromium.org
· 11 years ago
7c18351
Better handling of bitmaps in DirectWrite.
by bungeman@google.com
· 11 years ago
5889e30
Include SkTypes to fix Android frameworks build
by commit-bot@chromium.org
· 11 years ago
8e7d37d
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
6d3eaea
add replay entry point to SkPictureRecorder for Android
by commit-bot@chromium.org
· 11 years ago
466f5f3
remove SkBitmap::asImageInfo
by commit-bot@chromium.org
· 11 years ago
f3b1eb4
Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905
by epoger@google.com
· 11 years ago
44f4129
floating point scale factors for images
by commit-bot@chromium.org
· 11 years ago
42dc813
Revert of Revert of Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 11 years ago
8bfcd72
Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/)
by commit-bot@chromium.org
· 11 years ago
420b2ff
Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 11 years ago
60c8d24
Remove some unnecessary uses of SkOnce.
by commit-bot@chromium.org
· 11 years ago
64f6d15
Use SkAtomics_sync on Android
by commit-bot@chromium.org
· 11 years ago
abf4189
Drop support for non-atomic non-mutex platforms.
by commit-bot@chromium.org
· 11 years ago
81da061
Implement sk_atomic_conditional_inc with sk_atomic_cas.
by commit-bot@chromium.org
· 11 years ago
29239a0
Move SkDecodingImageGenerator.h to include/
by commit-bot@chromium.org
· 11 years ago
c2dbbb6
Add OpenGL Compressed Texture enum values
by commit-bot@chromium.org
· 11 years ago
2d970b5
hide discardable factory from public imagegenerator api
by commit-bot@chromium.org
· 11 years ago
851155c
remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code
by commit-bot@chromium.org
· 11 years ago
b0c769a
sk_memcpy32 should fall back on libc memcpy.
by commit-bot@chromium.org
· 11 years ago
3c134a9
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
5e565d1
Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/)
by commit-bot@chromium.org
· 11 years ago
e5a8e66
move ashmem switching logic to SkDiscardableMemory::Create
by commit-bot@chromium.org
· 11 years ago
4c45064
Change the PKM decoder to adhere to sampler size
by commit-bot@chromium.org
· 11 years ago
2dcd243
Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 11 years ago
f21991b
Revert of Modify sample buffer size for larger displays. (https://codereview.chromium.org/240433002/)
by commit-bot@chromium.org
· 11 years ago
0533146
Modify sample buffer size for larger displays.
by commit-bot@chromium.org
· 11 years ago
968edca
stop calling SkBitmap::flatten
by commit-bot@chromium.org
· 11 years ago
4e82cdb
fix stroking large drawPosText
by commit-bot@chromium.org
· 11 years ago
c93e681
fix the visual diff of raster vs gpu -- vertices_80. The sw-raster is correct, all images are blurry.
by commit-bot@chromium.org
· 11 years ago
7693dbf
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
Next »