index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
Commit message (
Expand
)
Author
Age
*
"fix" chrome build
robertphillips@google.com
2012-09-25
*
iOS support work in progress
caryclark@google.com
2012-09-24
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
remove unused parameter (that also slowed us down) to SkAutoTDelete
reed@google.com
2012-09-20
*
first cut at making iOS work
caryclark@google.com
2012-09-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-19
*
re-re-land 5578
reed@google.com
2012-09-18
*
revert 5580
reed@google.com
2012-09-18
*
re-land 5578 w/ pipe fix
reed@google.com
2012-09-18
*
revert 5578 -- broke pipe
reed@google.com
2012-09-18
*
Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This
reed@google.com
2012-09-18
*
Check for invalid SkPictures
borenet@google.com
2012-09-17
*
Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b...
bsalomon@google.com
2012-09-14
*
Fix some nits from http://codereview.appspot.com/6506103/
rileya@google.com
2012-09-14
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-14
*
Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated cl...
rileya@google.com
2012-09-13
*
re-apply 5508, but with the new compile-flag disabled for now
reed@google.com
2012-09-12
*
revert 5508 -- it broke most of the builds
reed@google.com
2012-09-12
*
Using the device scale factor for glyph positioning
wjmaclean@chromium.org
2012-09-12
*
SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write
bsalomon@google.com
2012-09-07
*
Add SK_API to path == decl.
bsalomon@google.com
2012-09-07
*
Future proof luminance caches.
bungeman@google.com
2012-09-04
*
Switch GrGpu's GrResource list over to using SkTDLinkedList
robertphillips@google.com
2012-09-04
*
Perform multi core rendering in bench_pictures.
scroggo@google.com
2012-08-31
*
Remove dead code and update a comment.
scroggo@google.com
2012-08-30
*
Sanitizing source files in Skia_Nightly_House_Keeping
skia.committer@gmail.com
2012-08-30
*
add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording
reed@google.com
2012-08-30
*
In which a series of things around attachToCanvas and writePixels are fixed
bsalomon@google.com
2012-08-29
*
Implement multi-threaded picture playback via cloning.
djsollen@google.com
2012-08-29
*
When creating gray from lcd, use luminance instead of coverage.
bungeman@google.com
2012-08-28
*
Fix Clang build on Android.
digit@google.com
2012-08-28
*
need to declare INHERITED for the instcount macros
reed@google.com
2012-08-28
*
re-enable inst counting
reed@google.com
2012-08-28
*
Remove SkGpuDevice::fTexture, use new pixel ref class name
bsalomon@google.com
2012-08-28
*
Add caching of the snapshot image form a surface
reed@google.com
2012-08-28
*
Implemented power of two tiling.
keyar@chromium.org
2012-08-23
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
#if SK_DEBUG -> #ifdef SK_DEBUG in SkTDLinkedList.h (to fix chrome android tr...
bsalomon@google.com
2012-08-23
*
Refactored GrDLinkedList into SkTDLinkedList
robertphillips@google.com
2012-08-23
*
SkRef for expressions.
bungeman@google.com
2012-08-22
*
Fixed instance counting for templated classes
robertphillips@google.com
2012-08-22
*
SkBitmap::scrollRect changes pixels, but only if not immutable.
scroggo@google.com
2012-08-22
*
When copying a bitmap, copy the generation ID.
scroggo@google.com
2012-08-22
*
Refactor SkImageFilter into its own .cpp file.
senorblanco@chromium.org
2012-08-20
*
Set LF property on a bunch of files.
bsalomon@google.com
2012-08-20
*
revert 5156
reed@google.com
2012-08-17
*
revert 5157
reed@google.com
2012-08-17
*
add long/unsigned-long variations to the debug SkIntToScalar, as the mac comp...
reed@google.com
2012-08-17
*
Fix SkIntToScalar signature for 64-bit build
borenet@google.com
2012-08-17
*
Make SkDeque::back faster & inline
robertphillips@google.com
2012-08-17
[next]