aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* When copying a bitmap, copy the generation ID.Gravatar scroggo@google.com2012-08-22
* Remove unnecessary flush from SkGpuDeviceGravatar bsalomon@google.com2012-08-22
* Revert 5213. WK r126226 has landed in Chromium and the workaround is no longe...Gravatar bsalomon@google.com2012-08-22
* Scratch textures are no longer removed from the cache in DebugGravatar robertphillips@google.com2012-08-22
* Added resource cache debug output to help track changesGravatar robertphillips@google.com2012-08-22
* Force opaque in SkBlendLCD16Opaque_SSE2 to match SkBlendLCD16.Gravatar bungeman@google.com2012-08-21
* Flush in ~SkGpuDevice to unblock Skia rollGravatar bsalomon@google.com2012-08-21
* Add check for EDSP to the 565 opaque blitter.Gravatar djsollen@google.com2012-08-21
* Upstream ARM 565 optimizations from AOSP.Gravatar djsollen@google.com2012-08-21
* Android build fix; unreviewed.Gravatar senorblanco@chromium.org2012-08-20
* Move SkColorFilterImageFilter into its own file.Gravatar senorblanco@chromium.org2012-08-20
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Add TexParameteriv entry point so ANGLE interface will validateGravatar robertphillips@google.com2012-08-20
* Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas.Gravatar rileya@google.com2012-08-20
* Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngleGravatar robertphillips@google.com2012-08-20
* Refactor SkImageFilter into its own .cpp file.Gravatar senorblanco@chromium.org2012-08-20
* Implements a new class, SkSingleInputImageFilter, to handle DAG connectivityGravatar senorblanco@chromium.org2012-08-20
* Stop refcounting SkDeferredCanvas::NotificationClientGravatar junov@chromium.org2012-08-20
* Cleaning up deprecated API in SkDeferredCanvasGravatar junov@chromium.org2012-08-17
* Decrease SkClipStack memory allocations & deallocationsGravatar robertphillips@google.com2012-08-17
* Remove unnecessary GrContext flushesGravatar bsalomon@google.com2012-08-17
* Make SkDeque::back faster & inlineGravatar robertphillips@google.com2012-08-17
* Fix clear records in IODBGravatar bsalomon@google.com2012-08-17
* Added Serialization of SkPath's boundGravatar robertphillips@google.com2012-08-17
* remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...Gravatar reed@google.com2012-08-16
* Fix a memory leak in SkBitmapHeap.Gravatar scroggo2012-08-16
* Make all GrContext draws go through the draw buffer.Gravatar bsalomon@google.com2012-08-16
* add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled)Gravatar reed@google.com2012-08-16
* Fix a parenthesis bug.Gravatar scroggo@google.com2012-08-16
* Remove SK_FONTHOST_WIN_DW define.Gravatar bungeman@google.com2012-08-16
* we have no subclasses, so change protected to private.Gravatar reed@google.com2012-08-16
* Fix assertion in in order draw bufferGravatar bsalomon@google.com2012-08-16
* DirectWrite font host for skia.Gravatar bungeman@google.com2012-08-16
* add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in...Gravatar reed@google.com2012-08-16
* Fix overrun in aa rect rendererGravatar bsalomon@google.com2012-08-16
* Fix uninitialized color filter data on GrPaintGravatar bsalomon@google.com2012-08-16
* Compilation fix for r5123 (disabling template inst count tracking)Gravatar robertphillips@google.com2012-08-16
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* Fixing a deferred canvas optimization that purges pending draws when the canv...Gravatar junov@chromium.org2012-08-15
* Added virtual destructor to SkColorSpaceLuminanceGravatar robertphillips@google.com2012-08-15
* Addressed Windows compiler complaintsGravatar robertphillips@google.com2012-08-15
* Revert GrTextureStripAtlas change due to performance concerns.Gravatar rileya@google.com2012-08-14
* Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPO...Gravatar rileya@google.com2012-08-14
* Made gradient effects use GrTextureStripAtlas.Gravatar rileya@google.com2012-08-14
* Ensure that Pipe does not crash when attempting to draw after endRecording.Gravatar scroggo@google.com2012-08-14
* Fixing source files that do not have newlines at the end.Gravatar rmistry@google.com2012-08-14
* privatize SkScalerContext.hGravatar reed@google.com2012-08-14
* Move write buffer flags used by SkFlataData::Create into SkFlatController.Gravatar scroggo@google.com2012-08-14
* To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRecGravatar reed@google.com2012-08-14