aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Don't try to build SkFontHost_win_dw.cpp on non-Windows platforms.Gravatar bungeman@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
* skdiff: recurse over subdirectories, unless --norecurse option is givenGravatar epoger@google.com2012-08-16
* change tiling to 16 tiles instead of 4Gravatar reed@google.com2012-08-15
* Provide a key to go to the previous slide in SampleApp.Gravatar scroggo@google.com2012-08-15
* Fixing a deferred canvas optimization that purges pending draws when the canv...Gravatar junov@chromium.org2012-08-15
* Use SkCanvas::concat instead of SkCanvas::setMatrix so this GM can be tiled.Gravatar scroggo@google.com2012-08-15
* added representation to xhtml title.Gravatar bensong@google.com2012-08-15
* fixes elif bug.Gravatar bensong@google.com2012-08-15
* adds flag for choosing bench representative algorithm.Gravatar bensong@google.com2012-08-15
* Skip tiled drawing in GM for magnifier image filter.Gravatar scroggo@google.com2012-08-15
* Added virtual destructor to SkColorSpaceLuminanceGravatar robertphillips@google.com2012-08-15
* add 't' to toggle tiling modesGravatar reed@google.com2012-08-15
* Addressed Windows compiler complaintsGravatar robertphillips@google.com2012-08-15
* GrContextFactory can now expose the GLContext it is using.Gravatar keyar@chromium.org2012-08-14
* revert r5100 experimentGravatar bsalomon@google.com2012-08-14
* 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
* Temporary change to bench on android to run limited set of test in order to s...Gravatar bsalomon@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
* Bug Fix: Fixes transformation bug where debugger locked up during incremental...Gravatar chudy@google.com2012-08-14
* Bug Fix: Fixes incremental drawing in conjunction with the highlighting filte...Gravatar chudy@google.com2012-08-14
* Refactored inspector widget such that creating custom tabs for information is...Gravatar chudy@google.com2012-08-14
* Fix broken test.Gravatar scroggo@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
* Reduce number of paths created by benchsGravatar bsalomon@google.com2012-08-14
* Remove baseline for flaky test.Gravatar scroggo@google.com2012-08-14
* privatize SkDescriptor.hGravatar reed@google.com2012-08-14
* In SkGPipeCanvas, rename fSharedHeap to fBitmapHeapGravatar scroggo@google.com2012-08-14
* Make SkTArray consider only the new count and reserve when determining how mu...Gravatar bsalomon@google.com2012-08-14
* Bug Fix: Resets the users zoom and translation every picture load. Was acting...Gravatar chudy@google.com2012-08-14
* Use SkBitmapHeap for shaders in SkGPipe.Gravatar scroggo@google.com2012-08-14
* Check in r5063 again, along with fix for tests.Gravatar scroggo@google.com2012-08-14
* Reduce allocations in RandomPathBenchGravatar bsalomon@google.com2012-08-14