index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
Commit message (
Expand
)
Author
Age
*
Added print out of SkShader information to debugger
robertphillips@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
*
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
*
Runtime configuration system for skia. This will allow developers to control...
humper@google.com
2013-01-14
*
fix warnings
reed@google.com
2013-01-07
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Optimized implementation of SkMatrix44::preScale
shawnsingh@chromium.org
2012-12-13
*
Change to BDS license (as we did with all the other files that were Apache)
reed@google.com
2012-12-13
*
Fixing clip region test in deferred canvas, used to determine whether a draw ...
junov@chromium.org
2012-12-13
*
Matrix inversion optimizations and benchmark; originally by whunt@google.com.
tomhudson@google.com
2012-12-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-13
*
revert 6766, thereby re-landing 6762-6763 now that the bots are ready
reed@google.com
2012-12-12
*
revert 6762-6763, since those require new skps to be generated, and we can't
reed@google.com
2012-12-12
*
make RRect and Oval first-class drawing primitives in SkCanvas.
reed@google.com
2012-12-12
*
Create SkBitmapChecksummer and associated SkBitmapTransformer
epoger@google.com
2012-12-12
*
use new enum-constructors
reed@google.com
2012-12-10
*
add helpers for isTranslate and isScaleTranslate
mike@reedtribe.org
2012-12-10
*
Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS)
epoger@google.com
2012-12-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-06
*
optimize translate and scale
reed@google.com
2012-12-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-04
*
add getTypes() to SkMatrix44, to cache how complex the matrix is.
reed@google.com
2012-12-03
*
Fixed remaining clang compiler warnings
robertphillips@google.com
2012-12-03
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-30
*
Keep track of identity SkMatrix44s
jamesr@chromium.org
2012-11-29
*
add SkPictureUtils::GatherPixelRefs()
reed@google.com
2012-11-29
*
don't use bit-wise test for equality when using floats.
reed@google.com
2012-11-27
*
Simple change to remove unnecessary #define statement.
sugoi@google.com
2012-11-21
*
Deferred canvas can now be flushed if an image is beyond a certain size to av...
sugoi@google.com
2012-11-21
*
Add SkMatrix44::setColMajord, etc.
vollick@chromium.org
2012-11-19
*
Add support for SkImageRef_ashmem.
djsollen@google.com
2012-11-19
*
Add SkMatrix44::setTranspose
vollick@chromium.org
2012-11-14
*
Add support for SK_MSCALAR_IS_FLOAT
vollick@chromium.org
2012-11-13
*
Tell CG ImageEncoder that a bitmap is opaque if it is.
scroggo@google.com
2012-11-12
*
add explicit mapScalars and mapMScalars entry-points, instead of just map()
reed@google.com
2012-11-09
*
Split off SkConsistentChecksum from SkChecksum
epoger@google.com
2012-11-02
*
Implement SkCondVar for windows.
scroggo@google.com
2012-10-31
*
Add SkThreadPool for managing threads.
scroggo@google.com
2012-10-31
*
Eliminating implicit conversion from enum to bool. Fixes compiler warning
junov@chromium.org
2012-10-30
*
Fonts with cubic outlines are rendered without ClearType by GDI.
bungeman@google.com
2012-10-12
*
Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source ...
junov@chromium.org
2012-10-11
*
Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...
bsalomon@google.com
2012-10-10
*
Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...
robertphillips@google.com
2012-10-09
*
Remove gainFocus() and setMatrixClip() virtuals from SkDevice.
bsalomon@google.com
2012-10-09
*
Adding virtual method to SkDeferredCanvas::NotificationClient for signaling w...
junov@google.com
2012-10-01
*
Remove deprecated SkOSWindow_wxwidgets.h
tfarina@chromium.org
2012-09-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-27
[next]