aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Don't intersect clipstack with root device boundsGravatar bsalomon@google.com2011-08-25
* whitespace change to trigger buildbotsGravatar epoger@google.com2011-08-25
* Move multiple calls to random() out of parameter lists so that theGravatar tomhudson@google.com2011-08-25
* Export SkPDFDevice::setDrawingArea as SK_API.Gravatar twiz@google.com2011-08-25
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* Remove compiler warnings (gcc on Linux).Gravatar tomhudson@google.com2011-08-25
* move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline,Gravatar reed@google.com2011-08-24
* add more samplesGravatar reed@google.com2011-08-24
* Skip test GLPrograms test when GL or Gr context can't be created.Gravatar bsalomon@google.com2011-08-24
* rebaseline now that subpixel position is respectedGravatar reed@google.com2011-08-23
* respect subpixel positioningGravatar reed@google.com2011-08-23
* More prep work in Gr for landing AA hairline renderer.Gravatar bsalomon@google.com2011-08-23
* Clean up PDF code for text decoration change.Gravatar bungeman@google.com2011-08-23
* Correctly determine whether HW AA lines can be usedGravatar bsalomon@google.com2011-08-23
* test subpixeltextGravatar reed@google.com2011-08-23
* Core skia changes to prepare for Gr AA Hairline rendererGravatar bsalomon@google.com2011-08-23
* Exit early from 0 prim draws in GrDrawTargetGravatar bsalomon@google.com2011-08-23
* Gpu can draw underlined text.Gravatar bungeman@google.com2011-08-22
* refactor utility code to create a mask (any format) from the path, for thoseGravatar reed@google.com2011-08-22
* Allow the y-baseline to float except when text is horizontal, as we were alreadyGravatar reed@google.com2011-08-22
* Fix gm/bitmapscroll.cpp to actually draw in both Debug and Release modes.Gravatar epoger@google.com2011-08-22
* Remove bitmapscroll baseline images--they were drawn incorrectly.Gravatar epoger@google.com2011-08-22
* silence end of file LF warning on chrome's mac buildsGravatar bsalomon@google.com2011-08-22
* add initial versionsGravatar reed@google.com2011-08-22
* Fix GrResourceCache::removeAll when one resource holds a lock on anotherGravatar bsalomon@google.com2011-08-22
* No effect cleanup in pdf code.Gravatar ctguil@chromium.org2011-08-20
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* Use a prioritized list of path renderers in Gr.Gravatar bsalomon@google.com2011-08-19
* Change GrSafeUnref / GrSafeRef from static inlines to #defines. Chrome buid i...Gravatar bsalomon@google.com2011-08-19
* Include GrRenderTarget.h in GrContext.h to unblock skia roll due to WK depend...Gravatar bsalomon@google.com2011-08-19
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Use gcc intrinsic functions for atomic incr and decrGravatar bsalomon@google.com2011-08-18
* Fix build break in r2136Gravatar bsalomon@google.com2011-08-18
* Clening up GrBinHashKey. Removing unnecessary streaming capabilityGravatar junov@google.com2011-08-18
* [PDF] Subset font advance data (W array).Gravatar vandebo@chromium.org2011-08-18
* whitespace change to trigger buildbotsGravatar epoger@google.com2011-08-17
* Canvas to handle null layer device.Gravatar bungeman@google.com2011-08-17
* Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr...Gravatar bsalomon@google.com2011-08-17
* Revert "Improve generation of glyph advance array." This reverts commit r2126Gravatar vandebo@chromium.org2011-08-16
* Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers"Gravatar vandebo@chromium.org2011-08-16
* Improve generation of glyph advance array.Gravatar vandebo@chromium.org2011-08-16
* Make GrDrawTarget.h and GrPathRenderer.h be private headersGravatar bsalomon@google.com2011-08-16
* Remove GrContext::drawCustomVerticesGravatar bsalomon@google.com2011-08-16
* Remove unneeded sk/gr conversion codeGravatar bsalomon@google.com2011-08-16
* Mark setMatrixClip as public only for VectorPlatformDeviceSkia.Gravatar vandebo@chromium.org2011-08-16
* Make program unit test run clean and add it to tests programGravatar bsalomon@google.com2011-08-16
* Fix header build breakage caused by moving GrGpu.h to src dirGravatar bsalomon@google.com2011-08-16
* Move some gpu headers out of the public include dirGravatar bsalomon@google.com2011-08-16
* Add xcodebuild and build to trunk's svn ignore propertyGravatar bsalomon@google.com2011-08-16
* Address lint issues in pdf directories.Gravatar ctguil@chromium.org2011-08-15