aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Using the device scale factor for glyph positioningGravatar wjmaclean@chromium.org2012-09-12
* Revert r5491, r5495, r5497, and r5498.Gravatar borenet@google.com2012-09-11
* printf->SkDebugf for r5491Gravatar borenet@google.com2012-09-11
* Temporarily add logging to GrContextFactory and SkNativeGLContext_androidGravatar borenet@google.com2012-09-11
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Move GrTextureAccess decl/defn to separate filesGravatar bsalomon@google.com2012-09-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-10
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Added explicit cache clearingGravatar robertphillips@google.com2012-09-07
* SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writeGravatar bsalomon@google.com2012-09-07
* Add SK_API to path == decl.Gravatar bsalomon@google.com2012-09-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-06
* Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...Gravatar robertphillips@google.com2012-09-05
* Simplified stencil buffer cachingGravatar robertphillips@google.com2012-09-05
* Future proof luminance caches.Gravatar bungeman@google.com2012-09-04
* Switch GrGpu's GrResource list over to using SkTDLinkedListGravatar robertphillips@google.com2012-09-04
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31
* Allow cache tracking to be enabled in releaseGravatar robertphillips@google.com2012-08-31
* Remove dead code and update a comment.Gravatar scroggo@google.com2012-08-30
* Sanitizing source files in Skia_Nightly_House_KeepingGravatar skia.committer@gmail.com2012-08-30
* add SkWriter32::rewindToOffset() -- used for peephole edits in picture recordingGravatar reed@google.com2012-08-30
* Added find, lock to GrContext & GrResourceCache interfacesGravatar robertphillips@google.com2012-08-30
* In which a series of things around attachToCanvas and writePixels are fixedGravatar bsalomon@google.com2012-08-29
* Implement multi-threaded picture playback via cloning.Gravatar djsollen@google.com2012-08-29
* Fix int64->int32 warningGravatar bsalomon@google.com2012-08-28
* When creating gray from lcd, use luminance instead of coverage.Gravatar bungeman@google.com2012-08-28
* Fix Clang build on Android.Gravatar digit@google.com2012-08-28
* Make the SkGrPixelRef be responsible for unlocking device's scratch texture i...Gravatar bsalomon@google.com2012-08-28
* need to declare INHERITED for the instcount macrosGravatar reed@google.com2012-08-28
* re-enable inst countingGravatar reed@google.com2012-08-28
* Remove SkGpuDevice::fTexture, use new pixel ref class nameGravatar bsalomon@google.com2012-08-28
* Add caching of the snapshot image form a surfaceGravatar reed@google.com2012-08-28
* Do premul and r/b swap conversions in a custom effectGravatar bsalomon@google.com2012-08-27
* Implemented power of two tiling.Gravatar keyar@chromium.org2012-08-23
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* warning fix (unreviewed).Gravatar senorblanco@chromium.org2012-08-23
* #if SK_DEBUG -> #ifdef SK_DEBUG in SkTDLinkedList.h (to fix chrome android tr...Gravatar bsalomon@google.com2012-08-23
* Refactored GrDLinkedList into SkTDLinkedListGravatar robertphillips@google.com2012-08-23
* Move the code for the GPU implementation of morphology effects from GrContextGravatar senorblanco@chromium.org2012-08-22
* SkRef for expressions.Gravatar bungeman@google.com2012-08-22
* Fixed instance counting for templated classesGravatar robertphillips@google.com2012-08-22
* Implements the non-Porter-Duff compositing modes required for SVG's feBlendGravatar senorblanco@chromium.org2012-08-22
* SkBitmap::scrollRect changes pixels, but only if not immutable.Gravatar scroggo@google.com2012-08-22
* When copying a bitmap, copy the generation ID.Gravatar scroggo@google.com2012-08-22
* Scratch textures are no longer removed from the cache in DebugGravatar robertphillips@google.com2012-08-22
* Added resource cache debug output to help track changesGravatar robertphillips@google.com2012-08-22
* Move SkColorFilterImageFilter into its own file.Gravatar senorblanco@chromium.org2012-08-20
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Refactor SkImageFilter into its own .cpp file.Gravatar senorblanco@chromium.org2012-08-20
* Implements a new class, SkSingleInputImageFilter, to handle DAG connectivityGravatar senorblanco@chromium.org2012-08-20