aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Fix uninitialized values in bench_pictures' tiled renderer.Gravatar rileya@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
* Fix int64->int32 warningGravatar bsalomon@google.com2012-08-28
* 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
* shape ops work in progressGravatar caryclark@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
* Reenable pipe for imagefiltersgraph GM on Android.Gravatar scroggo@google.com2012-08-28
* Change picture record benchmark to include begin/end record in timings and ma...Gravatar rileya@google.com2012-08-28
* Some GrGLShaderBuilder cleanupGravatar bsalomon@google.com2012-08-28
* Move gm baselines from trunk/gm to gm-expectedGravatar borenet@google.com2012-08-28
* When creating gray from lcd, use luminance instead of coverage.Gravatar bungeman@google.com2012-08-28
* disable pipe for nowGravatar reed@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
* 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
* Added second "truncated" cpu/wall timer to benchGravatar robertphillips@google.com2012-08-28
* Added default to switch to stop compiler failure in Chrome (unreviewed)Gravatar robertphillips@google.com2012-08-28
* remove these (flakes)Gravatar reed@google.com2012-08-27
* rebaseline after text-gamma changeGravatar reed@google.com2012-08-27
* rebaseline after text-gamma changeGravatar reed@google.com2012-08-27
* rebaseline after text gamma changeGravatar reed@google.com2012-08-27
* Add a new SkMemory implementation that uses mozalloc instead of mallocGravatar george@mozilla.com2012-08-27
* Script to help cycle skia-autogenGravatar borenet@google.com2012-08-27
* Explicitly cast to uin16_t to avoid an invalid implicit type narrowing.Gravatar george@mozilla.com2012-08-27
* Added cros_daisy to build bots listGravatar robertphillips@google.com2012-08-27
* shape ops work in progressGravatar caryclark@google.com2012-08-27
* Change comment in PointTest to refer to GCC bugGravatar borenet@google.com2012-08-27
* Do premul and r/b swap conversions in a custom effectGravatar bsalomon@google.com2012-08-27
* Fix PointTest.Gravatar bungeman@google.com2012-08-24