aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add isSimilarityTransform() and some testsGravatar bsalomon@google.com2012-04-25
* check for numerical imprecision on phaseGravatar reed@google.com2012-04-24
* use new storage parameter to SkOrderedWriteBuffer (to avoid small dynamic all...Gravatar reed@google.com2012-04-24
* add optional storage parameter to SkWriter32Gravatar reed@google.com2012-04-24
* Land http://codereview.appspot.com/6117046/ for Guanqun.Lu@gmail.comGravatar epoger@google.com2012-04-24
* allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructorGravatar reed@google.com2012-04-23
* fix copy/paste errorGravatar reed@google.com2012-04-23
* add SkTLS::DeleteGravatar reed@google.com2012-04-23
* move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLSGravatar reed@google.com2012-04-23
* fix debug buildGravatar reed@google.com2012-04-23
* cleanups in prep for tls cacheGravatar reed@google.com2012-04-23
* add experimental tls (for font cache eventually)Gravatar reed@google.com2012-04-23
* whitespace change to test buildbot changes in r3746Gravatar epoger@google.com2012-04-20
* Fix early termination of GM when 16x msaa rt can't be created.Gravatar bsalomon@google.com2012-04-20
* Fix the Android build.Gravatar scroggo@google.com2012-04-20
* Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStageGravatar tomhudson@google.com2012-04-20
* Fixes for drawing through an SkGPipe.Gravatar scroggo@google.com2012-04-20
* Fix gdi assert that the font is not a vector FON font.Gravatar bungeman@google.com2012-04-20
* only add pathmeasure segment if the accumulated length was actually changed,Gravatar reed@google.com2012-04-20
* add x() and y() aliases for fLeft and fTop (matching SkIRect)Gravatar reed@google.com2012-04-19
* Fix undefined GLint in Mac buildsGravatar bsalomon@google.com2012-04-19
* silence warningGravatar reed@google.com2012-04-19
* Make GM able to run MSAA modes and multiple GPU configs in a single run.Gravatar bsalomon@google.com2012-04-19
* fix unused-return-result-warning for invert/getPosTanGravatar reed@google.com2012-04-19
* retarget fonttable tests to use SkTypeface api, rather than (should-be-privat...Gravatar reed@google.com2012-04-19
* Fix class/struct warning Gravatar bsalomon@google.com2012-04-19
* mirror 3713 for non-antialiased-hairlines. clamp lines to 32K to avoid fixedp...Gravatar reed@google.com2012-04-18
* speculative fix for debug/release problem on windows with mirror bitmapsGravatar reed@google.com2012-04-18
* inline common case when we are left-aligned in drawPosTextGravatar reed@google.com2012-04-18
* Infrastructure for new Ganesh shader pipeline: base classes for GPUGravatar tomhudson@google.com2012-04-18
* Fix some float/scalar/int confusion.Gravatar vandebo@chromium.org2012-04-18
* fix memory leaksGravatar reed@google.com2012-04-18
* Basic support for bitmap fonts on Windows.Gravatar bungeman@google.com2012-04-18
* Remove unecessary virtual calls by having SkPicture use SkReader32 directly.Gravatar djsollen@google.com2012-04-18
* Added glBlendEquation to GL interfaceGravatar robertphillips@google.com2012-04-18
* In SampleWindow, pass ownership of menus to SkWindow, so it can safelyGravatar scroggo@google.com2012-04-18
* Fix bug where SkGPipe'ed clips do not happen.Gravatar scroggo@google.com2012-04-18
* Make gm tool able to read and write image files in the same runGravatar epoger@google.com2012-04-18
* Track oval in SkPathGravatar bsalomon@google.com2012-04-18
* [PDF] Handle failures of matrix inversionGravatar vandebo@chromium.org2012-04-17
* Fix some fixed-point bugs.Gravatar vandebo@chromium.org2012-04-17
* chop hairlines against 32K bounds, since that is our limit (currently)Gravatar reed@google.com2012-04-17
* Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed ...Gravatar vandebo@chromium.org2012-04-17
* [PDF] Handle failures of matrix inversion.Gravatar vandebo@chromium.org2012-04-17
* Fix reset of scissor state in onResetContextGravatar bsalomon@google.com2012-04-17
* expose font-table APIs to SkTypefaceGravatar reed@google.com2012-04-17
* Revert r3705 for fixed pt failures. Gravatar bsalomon@google.com2012-04-17
* track oval in SkPathGravatar bsalomon@google.com2012-04-17
* we have to explicitly pin the results from sect_with_horizontal, since even withGravatar reed@google.com2012-04-17
* Add coverage AA support for SampleApp root layers (windows only)Gravatar bsalomon@google.com2012-04-17