aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia.Gravatar vandebo@chromium.org2011-08-15
* gyp DEPS roll, and remove no-longer-needed msvs_abspath_output flagGravatar epoger@google.com2011-08-15
* whitespace change to trigger buildbotsGravatar epoger@google.com2011-08-15
* Stop packaging command-line Mac tools as a bundle.Gravatar epoger@google.com2011-08-15
* Add missing function declarations.Gravatar caryclark@google.com2011-08-15
* revert r2110, which broke Mac buildsGravatar epoger@google.com2011-08-15
* Update gyp so that we no longer need msvs_abspath_output generator flag.Gravatar epoger@google.com2011-08-15
* Make SkIStream closer to spec, to work with more consumers.Gravatar bungeman@google.com2011-08-13
* move setOrigin to protected, as a stop-gap fix for proxy devices. will revertGravatar reed@google.com2011-08-12
* Added samplecode as an include directory for SampleApp.gypGravatar yangsu@google.com2011-08-12
* Removed networking dependencies from SampleApp that caused errorsGravatar yangsu@google.com2011-08-12
* Included dependencies for networked pipe and debugger in SampleAppGravatar yangsu@google.com2011-08-12
* style cleanupGravatar reed@google.com2011-08-12
* undef Status to undo the evil that XLib.h has doneGravatar reed@google.com2011-08-12
* Added Debugger to Sample App, off by defaultGravatar yangsu@google.com2011-08-12