Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
723dd790fbef396cd5c6619d0a3656c641b0c3f5
/
include
8e3fb2d
comments only: update docs for SkStream::readData(), SkWStream::writeData()
by epoger@google.com
· 12 years ago
a4ecab0
Remove unused declaration
by djsollen@google.com
· 12 years ago
acef3c4
Reverting r8233 (Use SkSet in PDF)
by robertphillips@google.com
· 12 years ago
f210f50
add new API for gdi fonts (not hooked up yet)
by reed@google.com
· 12 years ago
01c34ee
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
f4b6763
Removed GrEffectStage::fVertexAttribCount to fix Chrome compilation warning/error
by robertphillips@google.com
· 12 years ago
f3a60c0
Add support for IMG's MSAA extension.
by bsalomon@google.com
· 12 years ago
65eb4d5
Add stroked ovals and CircleEdgeEffect.
by jvanverth@google.com
· 12 years ago
66bedbb
resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved)
by edisonn@google.com
· 12 years ago
0da4861
remove SkFontHost::CreateScalerContext
by reed@google.com
· 12 years ago
4ecd42e
Fix for displacement mapping
by sugoi@google.com
· 12 years ago
90808e8
Add SkTypeface* parameter to SkScalerContext (and its callers)
by reed@google.com
· 12 years ago
e4657ed
Add a macro for querying the byte order of SkPMColor.
by commit-bot@chromium.org
· 12 years ago
8a70eef
Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013
by bsalomon@google.com
· 12 years ago
8eaddb0
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
bb281f7
Improvements/additions to SkImageCache/SkLazyPixelRef.
by scroggo@google.com
· 12 years ago
e1575aa
reland 8200 w/ fix for android (use fullpath instead of path)
by reed@google.com
· 12 years ago
070235e
revert 8204 -- what is happening???
by reed@google.com
· 12 years ago
4f7e846
reland 8200 w/ fix for android (need fullpath instead of path)
by reed@google.com
· 12 years ago
1311f7e
revert 8200 to figure out android break
by reed@google.com
· 12 years ago
d5ea2ae
move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability
by reed@google.com
· 12 years ago
0bd80fa
Added toString to SkMaskFilter-derived classes
by robertphillips@google.com
· 12 years ago
c49cabf
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
bff83f6
fix window's build errors
by commit-bot@chromium.org
· 12 years ago
2d927e9
make OpenStream and GetFileName public ... for now, until we fix FreeType backend.
by reed@google.com
· 12 years ago
fed86bd
move most of SkFontHost to private (preceeding making it all private)
by reed@google.com
· 12 years ago
a936e37
Upstream Android modifications to the image encoders/decoders.
by commit-bot@chromium.org
· 12 years ago
2863f08
have reset() return its argument as a convenience
by reed@google.com
· 12 years ago
c3413d6
Increase bits for effect attribute key.
by jvanverth@google.com
· 12 years ago
dcf9c19
[PDF] Always set the symbolic Flag for Fonts.
by vandebo@chromium.org
· 12 years ago
530efc8
Remove extraneous paren. Review URL: https://codereview.chromium.org/12750004
by bsalomon@google.com
· 12 years ago
059a4c7
refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as being specific to the android framework.
by commit-bot@chromium.org
· 12 years ago
91274b9
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
8c02061
Update flag to reflect actual meaning.
by edisonn@google.com
· 12 years ago
1a64a54
add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow
by reed@google.com
· 12 years ago
ff6ea26
Add GrEllipseEdgeEffect.
by commit-bot@chromium.org
· 12 years ago
e0e385c
Removed unused parameters
by sugoi@google.com
· 12 years ago
eed625d
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
4bd2bdb
Upstream changes from Android.
by djsollen@google.com
· 12 years ago
c7d0ea3
add asScalars() to document when we want to treat SkPoint or SkRect as an array
by reed@google.com
· 12 years ago
b58772f
PDF: add support for named destinations.
by epoger@google.com
· 12 years ago
9c55f80
Fixing some warnings on Linux
by sugoi@google.com
· 12 years ago
b9cf393
Add missing #include <stdarg.h> to SkString.h (fix Android build)
by bsalomon@google.com
· 12 years ago
f910d3b
Make GrGLEffects use an interface to append their code.
by bsalomon@google.com
· 12 years ago
8c9737e
change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the
by reed@google.com
· 12 years ago
6433435
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
812b6f5
Revert r8000 due to failures on some buildbots
by epoger@google.com
· 12 years ago
1cad898
PDF: add support for named destinations
by epoger@google.com
· 12 years ago
64cc810
Make SkOSWindow return the sample count and stencil bit count for its GL context.
by bsalomon@google.com
· 12 years ago
b7f20f2
Unify wgl context creation.
by bsalomon@google.com
· 12 years ago
a718c5e
add SK_API to more stream subclasses (for shared library use)
by reed@google.com
· 12 years ago
b24f893
Added support for non-separable blending modes.
by commit-bot@chromium.org
· 12 years ago
c75764e
If Ashmem cache fails pinCache, do not reallocate.
by scroggo@google.com
· 12 years ago
a560d00b
Provide an option in bench_pictures to count pixel ram.
by scroggo@google.com
· 12 years ago
37ebe3f
Address some valgrind issues
by robertphillips@google.com
· 12 years ago
d66045e
export getter for global instance of fontconfiginterfacedirect
by reed@google.com
· 12 years ago
86a44b8
export api with SK_API
by reed@google.com
· 12 years ago
dc09f07
move some of the impl in fonthost into typeface virtuals
by mike@reedtribe.org
· 12 years ago
9b855c7
Resubmit r7899 and r7901.
by jvanverth@google.com
· 12 years ago
ecd8484
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
b82c399
Revert 7919 and 7920 (committed wrong version of r7919.)
by bsalomon@google.com
· 12 years ago
87c6d7a
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
631cdcb
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
af3a3b9
Revert r7901 & r7899 to allow DEPS roll
by robertphillips@google.com
· 12 years ago
6177e69
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
by robertphillips@google.com
· 12 years ago
26fb61a
Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.
by bsalomon@google.com
· 12 years ago
aa537d4
Make SkTDArray accessors const-friendly.
by commit-bot@chromium.org
· 12 years ago
e452a0a
Use updated Khronos signature for glShaderSource
by commit-bot@chromium.org
· 12 years ago
b8b705b
Add new vertex attribute array specification.
by jvanverth@google.com
· 12 years ago
5bd26d3
revert r7892
by edisonn@google.com
· 12 years ago
194b7cd
resubmit after fixing assert issue: https://codereview.appspot.com/6744050
by edisonn@google.com
· 12 years ago
ff43661
Sort GL extension strings and search to find.
by bsalomon@google.com
· 12 years ago
f71a233
use fontconfig fonthost for skia (in prep for using in chrome)
by reed@google.com
· 12 years ago
29b19e5
Change SkTileGride geometry calculations to match the Chromium compositor.
by junov@chromium.org
· 12 years ago
d1c53aa
Revert r7883
by edisonn@google.com
· 12 years ago
676aef0
Use SkSet to fix issue when pdf generates an exp number of resources.
by edisonn@google.com
· 12 years ago
12eea2b
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
1744f97
Use glGetStringi to get extensions when available.
by bsalomon@google.com
· 12 years ago
f47dd74
Rename template param to SkSTArray to be consistent with its base class, SkTArray.
by bsalomon@google.com
· 12 years ago
80f5465
by reed@google.com
· 12 years ago
e5f4824
Fix a bunch of warnings, mainly around rowBytes.
by scroggo@google.com
· 12 years ago
d71fe99
check-point: skiafy SkFontHost_fontconfig from chrome
by reed@google.com
· 12 years ago
6e4e650
Give GrDrawTarget a back ptr to its owning GrContext.
by bsalomon@google.com
· 12 years ago
0ba4bf4
Use size_t for rowBytes.
by scroggo@google.com
· 12 years ago
58433de
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
32ef131
Remove SkSerializationHelpers.
by scroggo@google.com
· 12 years ago
f8d7d27
Create SkLazyPixelRef which performs lazy decoding.
by scroggo@google.com
· 12 years ago
cb26535
Make GPU versions of benchs use the same canvas size as raster.
by bsalomon@google.com
· 12 years ago
4b6d432
Small adjustments to SkRectShaderImageFilter to follow up on original cl.
by sugoi@google.com
· 12 years ago
96966a5
Use CPU arrays for dynamic indices/vertices on ARM GPUs.
by bsalomon@google.com
· 12 years ago
a1c511b
New SkRectShaderImageFilter image filter
by sugoi@google.com
· 12 years ago
76bf70d
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
baaf8c5
add as experiment to factor out low-level enums and types
by mike@reedtribe.org
· 12 years ago
044679e
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
5d0a769
debug dump functions for mathematica visualization
by humper@google.com
· 12 years ago
cfb7b91
print a useful message when assert fails on the mac
by humper@google.com
· 12 years ago
682e1f9
Use CGL rather than AGL on the Mac.
by bsalomon@google.com
· 12 years ago
791f12e
Move SkPaint::toString from debugger to SkPaint
by robertphillips@google.com
· 12 years ago
73a9694
Use SkMWRandom in GLPrograms test.
by bsalomon@google.com
· 12 years ago
2ae67e7
add custom implementation for drawBitmapRect to shield from changes in SkDevice
by edisonn@google.com
· 12 years ago
Next »