aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Use SK_OVERRIDE to add a little extra robustness against name changes.Gravatar tomhudson@google.com2011-10-03
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2395 2bbb7eff-a529-9590-31e7-b0007b416f81
* invert gamma for non-black/white textGravatar reed@google.com2011-10-03
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2394 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix nitsGravatar bsalomon@google.com2011-10-03
| | | | | | | | | Review URL: http://codereview.appspot.com/5155043/ git-svn-id: http://skia.googlecode.com/svn/trunk@2393 2bbb7eff-a529-9590-31e7-b0007b416f81
* New baseline images for windows. Visually OKed by Mike and Elliot.Gravatar epoger@google.com2011-09-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2392 2bbb7eff-a529-9590-31e7-b0007b416f81
* need these for the forceaa changeGravatar reed@google.com2011-09-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2391 2bbb7eff-a529-9590-31e7-b0007b416f81
* don't autoset forceaa (yet), but require the caller to do that. In the futureGravatar reed@google.com2011-09-30
| | | | | | | | | | we may add an explicit flag on Bitmap/Device which will say "disable LCD for me" in which case we would want to set the forceaa flag (meaning the caller wanted LCD, but we couldn't do it) git-svn-id: http://skia.googlecode.com/svn/trunk@2390 2bbb7eff-a529-9590-31e7-b0007b416f81
* disable auto-detection of non-opaque devices for LCD for nowGravatar reed@google.com2011-09-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2389 2bbb7eff-a529-9590-31e7-b0007b416f81
* update baselinesGravatar reed@google.com2011-09-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2388 2bbb7eff-a529-9590-31e7-b0007b416f81
* Detect that we're drawing to a device that has per-pixel alpha, and if so,Gravatar reed@google.com2011-09-30
| | | | | | | | | | | disable LCD text. Add experimental flag to force AA in fontscaler (windows-only). Hope to remove this later. git-svn-id: http://skia.googlecode.com/svn/trunk@2387 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace commit to trigger buildbotsGravatar epoger@google.com2011-09-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2386 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace commit to trigger buildbotsGravatar epoger@google.com2011-09-30
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2384 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add SK_RESTRICT inside radial gradient shader - we can't currently see a ↵Gravatar tomhudson@google.com2011-09-30
| | | | | | benefit, but it shouldn't hurt, and some compiler somewhere ought to benefit from it. git-svn-id: http://skia.googlecode.com/svn/trunk@2383 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix some VS2010 warningsGravatar bsalomon@google.com2011-09-29
| | | | | | | | | Review URL: http://codereview.appspot.com/5155043 git-svn-id: http://skia.googlecode.com/svn/trunk@2380 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix GLPrograms unit test, only set fExperimentalGS if driver support is Gravatar bsalomon@google.com2011-09-29
| | | | | | | | available git-svn-id: http://skia.googlecode.com/svn/trunk@2367 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add licenseGravatar bsalomon@google.com2011-09-29
| | | | | | | Review URL: http://codereview.appspot.com/5154044/ git-svn-id: http://skia.googlecode.com/svn/trunk@2366 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add experimental geometry shader code to gpu backendGravatar bsalomon@google.com2011-09-29
| | | | | | | Review URL: http://codereview.appspot.com/5129047/ git-svn-id: http://skia.googlecode.com/svn/trunk@2365 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebase win fixedGravatar bsalomon@google.com2011-09-29
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2364 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebase gm win floatGravatar bsalomon@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2363 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline (with Brian's cleartype settings)Gravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2362 2bbb7eff-a529-9590-31e7-b0007b416f81
* add baselinesGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2361 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline with gamma correct textGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2360 2bbb7eff-a529-9590-31e7-b0007b416f81
* remove clearing gamma for BW, since caller does that nowGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2359 2bbb7eff-a529-9590-31e7-b0007b416f81
* add gamma-correct textGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2358 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline with new gamma-corrected textGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2357 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix gl error debug print.Gravatar bsalomon@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2356 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add GrSTAllocator subclass, hide cons in GrTAllocator that takes ptrGravatar bsalomon@google.com2011-09-28
| | | | | | | Review URL: http://codereview.appspot.com/5147045/ git-svn-id: http://skia.googlecode.com/svn/trunk@2355 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaselineGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2354 2bbb7eff-a529-9590-31e7-b0007b416f81
* update baselineGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2353 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaselineGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2352 2bbb7eff-a529-9590-31e7-b0007b416f81
* move specialization of 16 -vs- 32 lcd format to the fonthostGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2351 2bbb7eff-a529-9590-31e7-b0007b416f81
* support gamma correction for lcd textGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2350 2bbb7eff-a529-9590-31e7-b0007b416f81
* kill gamma flags if we're drawing BWGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2349 2bbb7eff-a529-9590-31e7-b0007b416f81
* splitscreen for black and white versionsGravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2348 2bbb7eff-a529-9590-31e7-b0007b416f81
* Turn off AA when coverage can't be handled correctly.Gravatar bsalomon@google.com2011-09-28
| | | | | | | | | | This may make some gms go red if bots don't have dual source blend. Will rebase if so. Review URL: http://codereview.appspot.com/5146049/ git-svn-id: http://skia.googlecode.com/svn/trunk@2347 2bbb7eff-a529-9590-31e7-b0007b416f81
* Set window build flags (warn level 4, release optimization options, pdbs in ↵Gravatar bsalomon@google.com2011-09-28
| | | | | | | | | | release builds) Review URL: http://codereview.appspot.com/5142050/ git-svn-id: http://skia.googlecode.com/svn/trunk@2346 2bbb7eff-a529-9590-31e7-b0007b416f81
* roll in fixes from android when we have to compress sections of "stretchy"Gravatar reed@google.com2011-09-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2345 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add debug trap to track down crash.Gravatar vandebo@chromium.org2011-09-27
| | | | | | | | | | Original CL by arthurhsu: http://codereview.appspot.com/5144046/ BUG=CR 94421 Review URL: http://codereview.appspot.com/5132051 git-svn-id: http://skia.googlecode.com/svn/trunk@2344 2bbb7eff-a529-9590-31e7-b0007b416f81
* add initial baselinesGravatar reed@google.com2011-09-27
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2343 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logicGravatar bsalomon@google.com2011-09-27
| | | | | | | | Review URL: http://codereview.appspot.com/5127044/ git-svn-id: http://skia.googlecode.com/svn/trunk@2342 2bbb7eff-a529-9590-31e7-b0007b416f81
* Replace SkMath.h includes as required for fixed point.Gravatar tomhudson@google.com2011-09-27
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2341 2bbb7eff-a529-9590-31e7-b0007b416f81
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2340 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace commit to trigger buildbotsGravatar epoger@google.com2011-09-27
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2339 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix bw bits when width >= 16Gravatar reed@google.com2011-09-27
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2338 2bbb7eff-a529-9590-31e7-b0007b416f81
* initial baselinesGravatar reed@google.com2011-09-27
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2337 2bbb7eff-a529-9590-31e7-b0007b416f81
* add initial baselinesGravatar reed@google.com2011-09-27
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2336 2bbb7eff-a529-9590-31e7-b0007b416f81
* doh -- fix conversion to BW from color/grayGravatar reed@google.com2011-09-27
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2335 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix 2333. Be sure fImage is assigned before giving to SkAutoMaskImage.Gravatar bungeman@google.com2011-09-26
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2334 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix leak of mask in draw.Gravatar bungeman@google.com2011-09-26
| | | | | | | http://codereview.appspot.com/5132046/ git-svn-id: http://skia.googlecode.com/svn/trunk@2333 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace commit to trigger buildbotsGravatar epoger@google.com2011-09-26
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2332 2bbb7eff-a529-9590-31e7-b0007b416f81
* whitespace commit to trigger buildbotsGravatar epoger@google.com2011-09-26
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@2331 2bbb7eff-a529-9590-31e7-b0007b416f81