index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Add SSE2 multiplication for SkMatrix44 on some platforms.
tomhudson@google.com
2013-01-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-17
*
mark default constructor for SkMatrix44 as deprecated, since it calls setIden...
reed@google.com
2013-01-16
*
Adding SK_API to SkTileGridPicture class declaration
junov@chromium.org
2013-01-16
*
Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...
bsalomon@google.com
2013-01-16
*
Fix no-static-init (android) build.
bsalomon@google.com
2013-01-16
*
Fix missing "class" in friend decls in GrEffect.h
bsalomon@google.com
2013-01-16
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
remove legacy build-flags for drawBitmapRect
reed@google.com
2013-01-16
*
Re-enable inst counting in debug builds.
bsalomon@google.com
2013-01-15
*
Added print out of SkShader information to debugger
robertphillips@google.com
2013-01-15
*
Implementation of the displacement effect (both CPU and GPU)
sugoi@google.com
2013-01-15
*
To support alignment pragmas (for speed), we need to relax assumptions about
reed@google.com
2013-01-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-15
*
fix warning on linux
humper@google.com
2013-01-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-15
*
move template specializations to inline functions in the header to make windo...
humper@google.com
2013-01-14
*
replace getline with fgets for portability
humper@google.com
2013-01-14
*
remove dynamic_cast because rtti is disabled on some platforms (but not all??)
humper@google.com
2013-01-14
*
fix gcc build
humper@google.com
2013-01-14
*
Runtime configuration system for skia. This will allow developers to control...
humper@google.com
2013-01-14
*
Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.
bsalomon@google.com
2013-01-14
*
Use the NDK's cpu-features library when building skia for Chromium/Android.
digit@google.com
2013-01-14
*
Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...
bsalomon@google.com
2013-01-11
*
Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...
bsalomon@google.com
2013-01-11
*
Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...
senorblanco@chromium.org
2013-01-10
*
Ensure that SkMemoryStream does not crash dereferencing fData.
scroggo@google.com
2013-01-09
*
fix iOS build after adding modifierKeys to click events
reed@google.com
2013-01-09
*
Enable warnings-as-errors on Windows.
bsalomon@google.com
2013-01-08
*
pass modifier keys to click events (e.g. control | shift etc.)
reed@google.com
2013-01-08
*
fix warings. add SkTAbs()
reed@google.com
2013-01-08
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Remove GrTDArray.
bsalomon@google.com
2013-01-07
*
Show the paint's typeface information in the details pane of the debugger.
humper@google.com
2013-01-07
*
This CL introduces a new path renderer.
sugoi@google.com
2013-01-07
*
re-add SkRefPtr to SkRefCnt.h until all uses of it have been removed from Chrome
robertphillips@google.com
2013-01-07
*
Remove SkRefPtr
vandebo@chromium.org
2013-01-04
*
Allow GrEffects with multiple textures.
bsalomon@google.com
2013-01-04
*
Revert "Remove SkRefPtr" - r7021
vandebo@chromium.org
2013-01-04
*
Remove SkRefPtr
vandebo@chromium.org
2013-01-04
*
Fix Android compiler warnings.
djsollen@google.com
2013-01-04
*
Fix warnings about unused function on Mac.
bsalomon@google.com
2013-01-02
*
Remove GrInstanceCounter.
bsalomon@google.com
2013-01-02
*
Update documentation around picture playback.
djsollen@google.com
2013-01-02
*
add metadata to Click for views
mike@reedtribe.org
2013-01-02
*
fix warnings related to constness in overrides of SkColorFilter
mike@reedtribe.org
2012-12-24
*
fix compiler warnings:
mike@reedtribe.org
2012-12-24
*
add SkRRect::inset(), which mimics stroking
mike@reedtribe.org
2012-12-23
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-22
*
unify how we handle externally-provided storage in SkWriter32, with the goal
reed@google.com
2012-12-21
[next]