aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* SkDraw's constructor zero's is fields, so don't do it outsideGravatar reed@google.com2012-08-29
* check for exceeding int range when we stash the values in the cacheGravatar reed@google.com2012-08-29
* Clear SkCanvas::fLastDeviceToGainFocus when releasing a deviceGravatar bsalomon@google.com2012-08-29
* Linux warning fixesGravatar bsalomon@google.com2012-08-29
* Change Arabic sample character from 0x0600 to 0x0627.Gravatar djsollen@google.com2012-08-29
* Implement multi-threaded picture playback via cloning.Gravatar djsollen@google.com2012-08-29
* Add helpers to add/modulate glsl vec4s.Gravatar bsalomon@google.com2012-08-29
* Moved GrClipMaskCache to its own filesGravatar robertphillips@google.com2012-08-29
* Add "class" missing from "friend class". How did this compile on windows?Gravatar bsalomon@google.com2012-08-28
* Hide GrDrawTarget::Caps's member varsGravatar bsalomon@google.com2012-08-28
* Normalize font BBox to make sure it's correct when rendering a PDF on the mac.Gravatar vandebo@chromium.org2012-08-28
* Some GrGLShaderBuilder cleanupGravatar 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
* Fix ANGLE buildGravatar borenet@google.com2012-08-28
* Make the SkGrPixelRef be responsible for unlocking device's scratch texture i...Gravatar bsalomon@google.com2012-08-28
* Added an overload of SkTQSort that sorts an array of values, rather than an a...Gravatar rileya@google.com2012-08-28
* Fix dumb bug: redundant runs of upm<->pm roundtrip testGravatar bsalomon@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