aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* remove 4x4 downsample filter modeGravatar bsalomon@google.com2012-06-04
* GrTexture can now create its own cache keyGravatar robertphillips@google.com2012-06-04
* change gm to use concat instead of setMatrix, so we don't trash the caller ifGravatar reed@google.com2012-06-04
* Clean up likely reference leak in Ganesh custom stages.Gravatar tomhudson@google.com2012-06-04
* rebaselined w/ new (high-fidelity-asColorMatrix) colormatrix impl from 4143Gravatar reed@google.com2012-06-04
* Break up GrGpuGL::flushGLCommonStateGravatar bsalomon@google.com2012-06-04
* remove mutable apis on SkColorMatrixFilter, must use constructor.Gravatar reed@google.com2012-06-04
* move texture flush and param update to separate functionGravatar bsalomon@google.com2012-06-04
* remove public function-ptr based colorfilterGravatar reed@google.com2012-06-04
* Turn off pipe playback in GM by default.Gravatar scroggo@google.com2012-06-04
* Make the GM tool run GMs through an SkGPipe.Gravatar scroggo@google.com2012-06-04
* change static variable to #defineGravatar djsollen@google.com2012-06-04
* Add legacy script to enable skia roll into chromium.Gravatar djsollen@google.com2012-06-04
* Revert r4134 due to bot failuresGravatar bsalomon@google.com2012-06-04
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* Move GrGpuGL::programUnitTest into its own fileGravatar bsalomon@google.com2012-06-04
* Move texture descriptor into GrTextureGravatar robertphillips@google.com2012-06-04
* --pictureDir foo will load serialized pictures <>.skp from the foo directoryGravatar reed@google.com2012-06-04
* add -wp option to write serialized pictures to the specified directoryGravatar mike@reedtribe.org2012-06-02
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Flip the switch to turn on GrCustomStage implementation of gradients;Gravatar tomhudson@google.com2012-06-01
* Fix GrSamplerState::operator=() to take a reference rather than a copy.Gravatar tomhudson@google.com2012-06-01
* VC++ allows template parameter shadowing.Gravatar bungeman@google.com2012-06-01
* Serialize support for GDI.Gravatar bungeman@google.com2012-06-01
* read/write sfnt-data length, to match convetion of other fonthosts.Gravatar reed@google.com2012-06-01
* Move GrGpuGL::programUnitTest into its own fileGravatar bsalomon@google.com2012-06-01
* Move max vertex attributes value to GL CapsGravatar bsalomon@google.com2012-06-01
* Remove dirty flags from GrGpuGL state flushGravatar bsalomon@google.com2012-06-01
* SkBool8 -> bool to suppress warning (verbal LGTM from TomH)Gravatar bsalomon@google.com2012-06-01
* Suppress dumb warning.Gravatar bsalomon@google.com2012-06-01
* shape ops work in progressGravatar caryclark@google.com2012-06-01
* shape ops work in progressGravatar caryclark@google.com2012-06-01
* use SkFontDescriptor on macGravatar reed@google.com2012-06-01
* Clean up duplicate code in Ganesh, moving more function onto GrGLShaderBuilder.Gravatar tomhudson@google.com2012-06-01
* Remove 'legacy' font descriptor methods.Gravatar bungeman@google.com2012-06-01
* Store font family when serializing android fonts.Gravatar djsollen@google.com2012-06-01
* Move GrGpuGL::ProgramCache declaration to headerGravatar bsalomon@google.com2012-06-01
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01
* Update the implementation of SkTypeface_android.h functions.Gravatar djsollen@google.com2012-06-01
* add more names to fontdescriptorGravatar reed@google.com2012-05-31
* Stop using deprecated functions in Mac GrGLInterface setupGravatar bsalomon@google.com2012-05-31
* Zero out GrSamplerState in constructor to recover performance loss on Linux f...Gravatar tomhudson@google.com2012-05-31
* update after dashing changeGravatar reed@google.com2012-05-31
* Add SkFontDescriptor for serializing fonts.Gravatar djsollen@google.com2012-05-31
* Fix SK_OVERRIDE error caught by Clang in r4105; wrong params for setData().Gravatar tomhudson@google.com2012-05-31
* Add GrGradientEffects files. These implementations will be invoked fromGravatar tomhudson@google.com2012-05-31
* Enable typeface from stream test for Mac.Gravatar bungeman@google.com2012-05-31
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* Add glTexParameteriv to MESA GrGLInterface (missing from r4099)Gravatar bsalomon@google.com2012-05-31