index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Runtime configuration system for skia. This will allow developers to control...
humper@google.com
2013-01-14
*
Make SkScalerContextRec::getMatrixFrom2x2 more direct.
bungeman@google.com
2013-01-14
*
Fix uninitialized memory issue
robertphillips@google.com
2013-01-14
*
Fix debug build after r7153 (removed param referenced in assertion)
bsalomon@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
*
Fix typo bug caught by mac warn-as-error (= should have been &=).
bsalomon@google.com
2013-01-14
*
Implement getConstantColorComponents() for matrix convolution.
bsalomon@google.com
2013-01-11
*
Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...
bsalomon@google.com
2013-01-11
*
Fix leaks in blurrect benchs and gm.
bsalomon@google.com
2013-01-11
*
SkImageDecoder_WIC should work on Win7 with Win8 SDK.
bungeman@google.com
2013-01-11
*
Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...
bsalomon@google.com
2013-01-11
*
Remove non-destructive playback from GrIODB.
bsalomon@google.com
2013-01-11
*
Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...
senorblanco@chromium.org
2013-01-10
*
DirectWrite generatePath must transform the path by the current matrix.
bungeman@google.com
2013-01-10
*
Fix assertion caused by change in 7117.
bungeman@google.com
2013-01-10
*
Properly reject clipped out draws in BBox pictures.
bungeman@google.com
2013-01-10
*
Remove default clip/drawstate in GrIODB.
bsalomon@google.com
2013-01-10
*
Fix incorrect sample cnt assert
bsalomon@google.com
2013-01-09
*
Ensure that SkMemoryStream does not crash dereferencing fData.
scroggo@google.com
2013-01-09
*
This takes the convex path tesselator from the Android code and hooks it into a
jvanverth@google.com
2013-01-09
*
fix iOS build after adding modifierKeys to click events
reed@google.com
2013-01-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-09
*
Enable warnings-as-errors on Windows.
bsalomon@google.com
2013-01-08
*
translate modifier keys for xevents
reed@google.com
2013-01-08
*
Fix macro redefinition warning on 10.6 bots in mesa code.
bsalomon@google.com
2013-01-08
*
fix linux build
reed@google.com
2013-01-08
*
fix win build
reed@google.com
2013-01-08
*
pass modifier keys to click events (e.g. control | shift etc.)
reed@google.com
2013-01-08
*
fix GPU drawing for 8 bit alpha bitmaps
humper@google.com
2013-01-08
*
Proposed fix to new stroking/path render selection system
robertphillips@google.com
2013-01-08
*
fix spelling: cannonical -> canonical
reed@google.com
2013-01-08
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-08
*
abandon SK_IGNORE_TREAT_AS_SPRITE as a flag, and use SK_IGNORE_TRANS_CLAMP_FIX
reed@google.com
2013-01-07
*
fix warnings
reed@google.com
2013-01-07
*
Revert part of r7047 to check Xoom failures
robertphillips@google.com
2013-01-07
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Cleaned up warnings in Windows build.
jvanverth@google.com
2013-01-07
*
Fix warning-as-error for var used only in an assert (and therefore not in the...
bsalomon@google.com
2013-01-07
*
Remove GrTDArray.
bsalomon@google.com
2013-01-07
*
Attempt to fix NULL to intptr_t warning-as-error on mac build.
bsalomon@google.com
2013-01-07
*
eliminate all warnings in non-thirdparty code on mac
humper@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
*
Fix the computed (new) inverse matrix when we detect that a shader's matrix
reed@google.com
2013-01-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-05
*
Added a new function to directly generate a blurred rectangle analytically.
humper@google.com
2013-01-04
*
Remove SkRefPtr
vandebo@chromium.org
2013-01-04
*
add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert code
reed@google.com
2013-01-04
*
Allow GrEffects with multiple textures.
bsalomon@google.com
2013-01-04
[next]