aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-08
* Fix mask gamma rounding issues on x87.Gravatar bungeman@google.com2012-09-07
* Added explicit cache clearingGravatar robertphillips@google.com2012-09-07
* Remove extraneous const qualifier.Gravatar bsalomon@google.com2012-09-07
* SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writeGravatar bsalomon@google.com2012-09-07
* Try r5428 again with fixGravatar bsalomon@google.com2012-09-07
* Revert 5428 and 5429.Gravatar bsalomon@google.com2012-09-07
* Fix shader errors in r5428.Gravatar bsalomon@google.com2012-09-07
* Consolidate texture access functions, provide default GrTextureAccessGravatar bsalomon@google.com2012-09-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-07
* Add SkPictureRecord subclass that computes bounding boxes.Gravatar rileya@google.com2012-09-06
* Introduce GrGLShaderBuilder::TextureSamplerGravatar bsalomon@google.com2012-09-06
* Export SkPath equality operator.Gravatar wjmaclean@chromium.org2012-09-06
* Fixed assert in unlockStencilBufferGravatar robertphillips@google.com2012-09-06
* Restore line breaking in SkTextBox.Gravatar bungeman@google.com2012-09-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-06
* Record the initial matrix when we begin picture-playback, and concat withGravatar reed@google.com2012-09-05
* Resource cache now explicitly takes ref of managed resourcesGravatar robertphillips@google.com2012-09-05
* Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...Gravatar robertphillips@google.com2012-09-05
* Shut up some Mac (xcode 3) warningsGravatar bsalomon@google.com2012-09-05
* Add R-Tree data structure.Gravatar rileya@google.com2012-09-05
* Simplified stencil buffer cachingGravatar robertphillips@google.com2012-09-05
* Upstream Clank's SkFontHost_Android DRT infinite loop fix.Gravatar tomhudson@google.com2012-09-04
* Upstream clank: fix build on platforms (Clang/ARM) that don't support 'optimize'Gravatar tomhudson@google.com2012-09-04
* Fix compile error in SkFontHost_none.cppGravatar borenet@google.com2012-09-04
* Future proof luminance caches.Gravatar bungeman@google.com2012-09-04
* Don't purge resources from cache if they have > 1 refGravatar robertphillips@google.com2012-09-04
* Switch GrGpu's GrResource list over to using SkTDLinkedListGravatar robertphillips@google.com2012-09-04
* Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)Gravatar robertphillips@google.com2012-09-04
* truncate our llist w/ null during rewind.Gravatar reed@google.com2012-08-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-08-31
* Rename my DeferredPipeController to not conflict with the other.Gravatar scroggo@google.com2012-08-31
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31
* add more details when dumping saveLayerGravatar reed@google.com2012-08-31
* Serialization for DirectWriteGravatar bungeman@google.com2012-08-31
* Allow cache tracking to be enabled in releaseGravatar robertphillips@google.com2012-08-31
* Update ARM and NEON optimizations for S32A_Opaque_BlitRow32.Gravatar djsollen@google.com2012-08-31
* Begin moving locking out of GrResourceCacheGravatar robertphillips@google.com2012-08-30
* Recommit r5350 with fix for image failures (which affected GLs that don't sup...Gravatar bsalomon@google.com2012-08-30
* Revert 5350 while image changes are diagnosed.Gravatar bsalomon@google.com2012-08-30
* Remove fModulate from GrGLShaderBuilderGravatar bsalomon@google.com2012-08-30
* The UBFX instruction isn't available on ARMv6; use LSL/LSR or UXTB.Gravatar george@mozilla.com2012-08-30
* Remove dead code and update a comment.Gravatar scroggo@google.com2012-08-30
* peephole optimize save/restore brackets that contain no draw calls.Gravatar reed@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
* Minor refactoring of GrClipMaskManager::clipMaskPreambleGravatar robertphillips@google.com2012-08-30
* In which a series of things around attachToCanvas and writePixels are fixedGravatar bsalomon@google.com2012-08-29