aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* add baselinesGravatar reed@google.com2011-09-07
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2235 2bbb7eff-a529-9590-31e7-b0007b416f81
* add impl for drawBitmapNineGravatar reed@google.com2011-09-07
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2234 2bbb7eff-a529-9590-31e7-b0007b416f81
* add drawBitmapNine to canvasGravatar reed@google.com2011-09-07
| | | | | | | | will add to device soon I think git-svn-id: http://skia.googlecode.com/svn/trunk@2233 2bbb7eff-a529-9590-31e7-b0007b416f81
* Make gpu hairline check for degenerate quad more robust Gravatar bsalomon@google.com2011-09-06
| | | | | | | | Review URL: http://codereview.appspot.com/4956067/ git-svn-id: http://skia.googlecode.com/svn/trunk@2232 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix bitrot in GrGLDefaultInterface_android.cppGravatar bsalomon@google.com2011-09-06
| | | | | | | | Review URL: http://codereview.appspot.com/4960056/ git-svn-id: http://skia.googlecode.com/svn/trunk@2231 2bbb7eff-a529-9590-31e7-b0007b416f81
* detect when scale is really 1.0, and don't mis-mark our flags to kScaleGravatar reed@google.com2011-09-06
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2230 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace change to trigger buildbotsGravatar epoger@google.com2011-09-06
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2229 2bbb7eff-a529-9590-31e7-b0007b416f81
* reimage ninepatch-stretch with white bg (for easier printing)Gravatar reed@google.com2011-09-06
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2225 2bbb7eff-a529-9590-31e7-b0007b416f81
* add gm test for ninepatch stretchingGravatar reed@google.com2011-09-06
| | | | | | | | pdf output incorrect, so not checked in. git-svn-id: http://skia.googlecode.com/svn/trunk@2224 2bbb7eff-a529-9590-31e7-b0007b416f81
* Make GL calls go through macro (and therefore trigger callback function if ↵Gravatar bsalomon@google.com2011-09-06
| | | | | | | | | present) Review URL: http://codereview.appspot.com/4986043/ git-svn-id: http://skia.googlecode.com/svn/trunk@2223 2bbb7eff-a529-9590-31e7-b0007b416f81
* update sample to test stretching + and - amoundsGravatar reed@google.com2011-09-06
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2222 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add gm baseline images for Mac MiniGravatar epoger@google.com2011-09-06
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2221 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace change to trigger buildbotsGravatar epoger@google.com2011-09-06
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2220 2bbb7eff-a529-9590-31e7-b0007b416f81
* Ignore blur margin fix flag for backward bug compatibility.Gravatar bungeman@google.com2011-09-06
| | | | | | | http://codereview.appspot.com/4981046/ git-svn-id: http://skia.googlecode.com/svn/trunk@2219 2bbb7eff-a529-9590-31e7-b0007b416f81
* add detach back to SkAutoMallocGravatar bsalomon@google.com2011-09-06
| | | | | | | Review URL: http://codereview.appspot.com/4956066/ git-svn-id: http://skia.googlecode.com/svn/trunk@2218 2bbb7eff-a529-9590-31e7-b0007b416f81
* add optional SK_OVERRIDE_GLOBAL_NEW for testingGravatar reed@google.com2011-09-06
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2217 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix realloc->reset rename missed in mac fileGravatar bsalomon@google.com2011-09-02
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2216 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, ↵Gravatar bsalomon@google.com2011-09-02
| | | | | | | | | use reset in GrBufferAllocPool Review URL: http://codereview.appspot.com/4951058/ git-svn-id: http://skia.googlecode.com/svn/trunk@2215 2bbb7eff-a529-9590-31e7-b0007b416f81
* outset 2 on all sides, as we now find some CJK fonts that are off byGravatar reed@google.com2011-09-02
| | | | | | | | | that amount when we compare the bounds returned by GetGlyphOutline and what GDI actually draws. git-svn-id: http://skia.googlecode.com/svn/trunk@2214 2bbb7eff-a529-9590-31e7-b0007b416f81
* Remove unneeded #defineGravatar bsalomon@google.com2011-09-02
| | | | | | | Review URL: http://codereview.appspot.com/4973053/ git-svn-id: http://skia.googlecode.com/svn/trunk@2213 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix BlurTest to work with fixed point.Gravatar bungeman@google.com2011-09-02
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2212 2bbb7eff-a529-9590-31e7-b0007b416f81
* Reduce size of filter mask.Gravatar bungeman@google.com2011-09-02
| | | | | | | | | http://codereview.appspot.com/4965057/ Reduce the size of filter masks, fix HQ blur when clipped, and add tests. git-svn-id: http://skia.googlecode.com/svn/trunk@2211 2bbb7eff-a529-9590-31e7-b0007b416f81
* Remove comment related to removed function.Gravatar bsalomon@google.com2011-09-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2210 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix some warnings when including some Skia headers in Chromium code under ↵Gravatar bsalomon@google.com2011-09-01
| | | | | | | | | | VS2008. Review URL: http://codereview.appspot.com/4956058/ git-svn-id: http://skia.googlecode.com/svn/trunk@2209 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace change to trigger buildbotsGravatar epoger@google.com2011-09-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2208 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add optional per-gl-func client callback.Gravatar bsalomon@google.com2011-09-01
| | | | | | | | Review URL: http://codereview.appspot.com/4964055/ git-svn-id: http://skia.googlecode.com/svn/trunk@2207 2bbb7eff-a529-9590-31e7-b0007b416f81
* Change no-op math bench to noOp.Gravatar bungeman@google.com2011-08-31
| | | | | | | http://codereview.appspot.com/4962047/ git-svn-id: http://skia.googlecode.com/svn/trunk@2206 2bbb7eff-a529-9590-31e7-b0007b416f81
* Compile option to perform GL logging by default debug.Gravatar bsalomon@google.com2011-08-31
| | | | | | | | Review URL: http://codereview.appspot.com/4964054/ git-svn-id: http://skia.googlecode.com/svn/trunk@2205 2bbb7eff-a529-9590-31e7-b0007b416f81
* Abort AA rect path when index buffer allocation failsGravatar bsalomon@google.com2011-08-31
| | | | | | | | Review URL http://codereview.appspot.com/4984041/ git-svn-id: http://skia.googlecode.com/svn/trunk@2204 2bbb7eff-a529-9590-31e7-b0007b416f81
* Added SimpleiOSApp and updated iOSSampleAppGravatar yangsu@google.com2011-08-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2202 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebase Mac PNGs (GrAAHairLineRenderer changed complexclip_gpu.png and rest ↵Gravatar bsalomon@google.com2011-08-30
| | | | | | have non-pixel changes due to migration from libpng to coregraphics) git-svn-id: http://skia.googlecode.com/svn/trunk@2201 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebase complex clip for hairline rendererGravatar bsalomon@google.com2011-08-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2200 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix GrAAHairLinePathRenderer fixed pt buildGravatar bsalomon@google.com2011-08-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2199 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebase complex clip GM for new hairline renderer on windowsGravatar bsalomon@google.com2011-08-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2198 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix file name in gyp (wasn't caught b/c of windows case insensitivity)Gravatar bsalomon@google.com2011-08-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2197 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add GrAAHairLinePathRendererGravatar bsalomon@google.com2011-08-30
| | | | | | | | Review URL: http://codereview.appspot.com/4926045 git-svn-id: http://skia.googlecode.com/svn/trunk@2196 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix multi-line macro by adding line continuation.Gravatar bsalomon@google.com2011-08-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2195 2bbb7eff-a529-9590-31e7-b0007b416f81
* Updated iOS SampleApp and the simple hello world Skia Cocoa App under ↵Gravatar yangsu@google.com2011-08-30
| | | | | | experimental git-svn-id: http://skia.googlecode.com/svn/trunk@2194 2bbb7eff-a529-9590-31e7-b0007b416f81
* rename getBounds to getGlobalBounds, since it now takes the device's originGravatar reed@google.com2011-08-30
| | | | | | | | into account. Remove unused intersects(). git-svn-id: http://skia.googlecode.com/svn/trunk@2193 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fixed key handling code in Mac SampleAppGravatar yangsu@google.com2011-08-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2192 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity().Gravatar tomhudson@google.com2011-08-30
| | | | | | | | | Reduces profile time in setConcat() and computeTypeMask() for demos that do a lot of matrix concatenation. git-svn-id: http://skia.googlecode.com/svn/trunk@2191 2bbb7eff-a529-9590-31e7-b0007b416f81
* Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, ↵Gravatar yangsu@google.com2011-08-30
| | | | | | moved dependencies out of experimental git-svn-id: http://skia.googlecode.com/svn/trunk@2190 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace change to trigger buildbotsGravatar epoger@google.com2011-08-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2189 2bbb7eff-a529-9590-31e7-b0007b416f81
* [committed on behalf of dmaclach@chromium.org.]Gravatar senorblanco@chromium.org2011-08-29
| | | | | | | | | | | Add newline at end of file to get rid of warnings compiling Chromium on the Mac. Chromium build wants newline at end of files. Review URL: http://codereview.appspot.com/4951048/ git-svn-id: http://skia.googlecode.com/svn/trunk@2188 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix pictures to not skip-over clip ops that might expand the clipGravatar reed@google.com2011-08-29
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2187 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add revisions to complexclip2.cpp from code review. Checkin windows baselines.Gravatar bsalomon@google.com2011-08-29
| | | | | | | | Review URL: http://codereview.appspot.com/4974048/ git-svn-id: http://skia.googlecode.com/svn/trunk@2186 2bbb7eff-a529-9590-31e7-b0007b416f81
* addGravatar reed@google.com2011-08-29
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2185 2bbb7eff-a529-9590-31e7-b0007b416f81
* add new test for complex clipsGravatar reed@google.com2011-08-29
| | | | | | | | temp disable picture testing until I fix the bug w/ expanding clips git-svn-id: http://skia.googlecode.com/svn/trunk@2184 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix GPU assumption that clipstack begins with intersect or replace.Gravatar bsalomon@google.com2011-08-29
| | | | | | | | Review URL: http://codereview.appspot.com/4977043/ git-svn-id: http://skia.googlecode.com/svn/trunk@2183 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace change to trigger buildbotsGravatar epoger@google.com2011-08-29
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2182 2bbb7eff-a529-9590-31e7-b0007b416f81