aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* fix broken clang buildGravatar djsollen@google.com2013-09-04
* Rewrite SkTRegistry to take any trivially-copyable type.Gravatar mtklein@google.com2013-09-04
* Add SkCanvasStack and update the Canvas utilities to use it.Gravatar djsollen@google.com2013-09-04
* Reverting r11075.Gravatar jvanverth@google.com2013-09-04
* Add device-independent GPU rendering of ovals.Gravatar commit-bot@chromium.org2013-09-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-04
* Fix convex path renderer bounds computationGravatar commit-bot@chromium.org2013-09-03
* Fix Matrix44Test and double-to-float conversion in SVD codeGravatar jvanverth@google.com2013-09-03
* Revise SVD code to remove arctangents. Gravatar commit-bot@chromium.org2013-09-03
* Fix bug in SkWriter32.Gravatar mtklein@google.com2013-09-03
* Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface and...Gravatar commit-bot@chromium.org2013-09-03
* Hamfisted "fix" for pinterest blur crashGravatar robertphillips@google.com2013-09-03
* Fix bounds computation in GrAAHairlineRendererGravatar commit-bot@chromium.org2013-09-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-31
* Isolate VertexBuilder from GrGLShaderBuilderGravatar commit-bot@chromium.org2013-08-30
* Rename ShaderType enum to ShaderVisibilityGravatar commit-bot@chromium.org2013-08-30
* Add bit to GrGLCaps for fixed function supportGravatar commit-bot@chromium.org2013-08-30
* Fix invalid enum error when checking for core profile in GrGLInterface::valid...Gravatar bsalomon@google.com2013-08-30
* R-Tree -- Don't sort draw commands unless specified.Gravatar sglez@google.com2013-08-30
* Fix stroked oval and rrect rendering on Ubuntu-x86-Release.Gravatar commit-bot@chromium.org2013-08-30
* Modify GLSL version declaration to allow access to compat. featuresGravatar commit-bot@chromium.org2013-08-30
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* Move SkBitmapDevice functions to their own fileGravatar robertphillips@google.com2013-08-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-30
* Replace SkTScopedPtr with SkAutoTDelete in Skia.Gravatar commit-bot@chromium.org2013-08-29
* [PDF] Fix image references.Gravatar commit-bot@chromium.org2013-08-29
* Create a semi-stable API for capturing the state of an SkCanvas and reconstru...Gravatar djsollen@google.com2013-08-29
* Revert "Create a semi-stable API for capturing the state of an SkCanvas and r...Gravatar djsollen@google.com2013-08-29
* Create a semi-stable API for capturing the state of an SkCanvas and reconstru...Gravatar djsollen@google.com2013-08-29
* Moving out of order call to TexParameteri in GrGpuGL::onCreateTextureGravatar junov@chromium.org2013-08-29
* Revert determinant-based ScaleTranslate inverse. Gravatar commit-bot@chromium.org2013-08-29
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-29
* export SkFontMgr_New_... experimental functions for testing in chromeGravatar reed@google.com2013-08-28
* Don't require getLength on Mac.Gravatar scroggo@google.com2013-08-28
* Remove sk_bzero usage from SkMatrix44 for improved performance.Gravatar shawnsingh@chromium.org2013-08-28
* Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ...Gravatar commit-bot@chromium.org2013-08-28
* fix state machine so we know simple only loops once, but we can call maprect ...Gravatar reed@google.com2013-08-28
* ARM Skia NEON patches - 15 - Preparation work for Blitmask optimsGravatar commit-bot@chromium.org2013-08-28
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Handle SkStream::rewind properly.Gravatar scroggo@google.com2013-08-28
* fix issue on devices running an OS prior to 4.2 when the fallback font file w...Gravatar djsollen@google.com2013-08-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-28
* Fix for 10963: Use mx instead of my where mx is wanted.Gravatar bungeman@google.com2013-08-28
* Clear unknown DirectWrite font metrics.Gravatar bungeman@google.com2013-08-27
* In image filters, apply the CTM and offset to the crop rect. This is necessar...Gravatar senorblanco@chromium.org2013-08-27
* Only destroy huffman if build succeeded.Gravatar scroggo@google.com2013-08-27
* Fix _GDI::generateCharToGlyph to properly handle missing glyphs.Gravatar bungeman@google.com2013-08-27
* Revert of r10943.Gravatar rmistry@google.com2013-08-27
* add SkDeviceLooper to handle larger-than-fixedpointGravatar reed@google.com2013-08-27