platform/upstream/libSkiaSharp.git
2011-12-08 reed@google.comdelete baselines from obsolete test
2011-12-08 reed@google.comnew baselines for new tests
2011-12-08 reed@google.comchange to complexclip_bw and complexclip_aa, adding...
2011-12-08 bsalomon@google.comRevert 2830 and 2831.
2011-12-08 bsalomon@google.comFix assert
2011-12-08 bsalomon@google.comMake GrDrawState a real class with getters and setters
2011-12-08 djsollen@google.comAdd missing interfaces for Android
2011-12-08 bsalomon@google.comDon't verify PMA in writePixels
2011-12-08 tomhudson@google.comMake GrGLShaderVar objects aware of whether they are...
2011-12-08 reed@google.comuse dithered gradients by default
2011-12-07 epoger@google.comMake update-doxygen.sh upload docs to code.google.com...
2011-12-07 reed@google.comadd SK_OVERRIDE, move subclass impls of virtuals into...
2011-12-07 reed@google.comfix win compile: sure wish SK_OVERRIDE was testable...
2011-12-07 reed@google.comadd SK_OVERRIDEs
2011-12-07 reed@google.comadd SK_OVERRIDEs, move impl of virtuals into .cpp
2011-12-07 tomhudson@google.comAdd method to GrGLShadeVar to create GLSL string access...
2011-12-07 reed@google.comadd more SK_OVERRIDEs
2011-12-07 reed@google.comdon't specify default parameter values when overriding...
2011-12-06 reed@google.comadd baselines (pdf failed, so don't commit)
2011-12-06 reed@google.comadd baselines
2011-12-06 reed@google.comrename sk_float_isNaN to sk_float_isnan to match relate...
2011-12-06 bsalomon@google.comFix SkGLContext FBO setup for ES2
2011-12-06 reed@google.comrename hasValidCoordinates to isFinite (on SkRect)...
2011-12-06 bsalomon@google.comPrep for GrDrawState as a class Part 2
2011-12-06 reed@google.comadd getBGColor() getter
2011-12-06 bsalomon@google.comPrep #1 for making GrDrawState a class
2011-12-06 epoger@google.comCreate update-doxygen script that generates and uploads...
2011-12-06 bsalomon@google.comRemove fConfig/fFormat union in GrTextureDesc
2011-12-05 reed@google.comadd bench for computing isfinite of 4 values (targeted...
2011-12-05 reed@google.commake _isnan windows specific
2011-12-05 reed@google.comadd sk_float_isfinite to mask platform differences
2011-12-05 reed@google.comadd test for isFinite
2011-12-05 epoger@google.comAdd README file for base-macpro baseline images
2011-12-05 epoger@google.comRemove directories of baseline images that we don't...
2011-12-05 epoger@google.comCopying in all _gpu.png actual images generated by...
2011-12-05 djsollen@google.comChanges to the android gyp system to build without...
2011-12-02 senorblanco... When a bitmap is texture-backed, change SkBitmap::copyT...
2011-12-02 epoger@google.comMinor Doxyfile updates
2011-12-01 reed@google.comrebaseline for gpu
2011-12-01 reed@google.comrevert 2783 -- broke debug gm
2011-12-01 tomhudson@google.comNew function SkBlitter::blitAntiRect(); specifically...
2011-12-01 tomhudson@google.comDoxygen configuration file, documentation and minor...
2011-12-01 epoger@google.comwhitespace commit to trigger windows build
2011-12-01 djsollen@google.comFix Paint == comparison on Android.
2011-12-01 bsalomon@google.comremove SkOSWindow_Win.cpp (has been replaced by SkOSWin...
2011-12-01 bsalomon@google.comRemove suffixes from SK_wGL macros
2011-12-01 bsalomon@google.comAdd SkWGLExtensionInterface for dealing with WGL extensions
2011-12-01 bsalomon@google.comMove SkGLCanvas.h to obsolete, delete from gyp
2011-11-30 reed@google.comadd 2nd _ to __OpenBSD_
2011-11-30 bsalomon@google.comAdd support for GL_ANGLE_pack_reverse_row_order
2011-11-30 reed@google.comhandle if unflattening returned a null shader
2011-11-30 bsalomon@google.comRebaseline mac gpu images
2011-11-30 bsalomon@google.comRemove more failing gpu baselines on linux
2011-11-30 junov@chromium.orgreplacing Gr* with Sk* in SkTArray.h
2011-11-30 bsalomon@google.comTemporarily remove failing linux gpu baselines.
2011-11-30 bsalomon@google.comTemporarily remove windows gpu baselines that need...
2011-11-30 tomhudson@google.comMake skdiff robust to image size differences: if the...
2011-11-30 bsalomon@google.comFix issue where bumping the max gm width/height affects...
2011-11-30 reed@google.comadd baselines
2011-11-30 reed@google.comAdd more Unix platforms on which Skia for Chromium...
2011-11-30 reed@google.comupdate verttext to remove leading space from image...
2011-11-30 reed@google.comfix lcd16_shader_blend math
2011-11-30 reed@google.comenable shadermask optimization all the time
2011-11-30 bsalomon@google.com[GPU] tile when large bitmap pased drawBitmap and only...
2011-11-28 reed@google.comspeedup AAClip::setRegion (n^2 to n)
2011-11-28 reed@google.comadd bytes() to SkTDArray, which returns the number...
2011-11-28 bsalomon@google.comAdd missing return statement.
2011-11-28 bsalomon@google.comDetect teximage2d failure
2011-11-28 tomhudson@google.comUnroll loops in SkBlurMask for speedup on Windows ...
2011-11-28 reed@google.comfix copy/paste error in LCD16 masks: mask type needed...
2011-11-28 reed@google.comadd test for shader text w/ and w/o lcd (and w/ and...
2011-11-28 reed@google.comcall getSaveCount inside restoreToCount, in case it...
2011-11-28 reed@google.comadd unittest for save/restore
2011-11-28 reed@google.commove variable declarations above goto lines, to fix...
2011-11-28 reed@google.comseparate declaration from impl for overrides, so we...
2011-11-28 reed@google.comdefine SK_OVERRIDE based on windows compiler, not windo...
2011-11-23 bsalomon@google.comFix mac debug asserts
2011-11-23 bsalomon@google.comFix build
2011-11-23 bsalomon@google.comAdd hints for static analysis about when we intend...
2011-11-23 reed@google.commore rgn==aaclip tests
2011-11-23 bsalomon@google.comFix clang static analyzer errors in Gr
2011-11-23 reed@google.comadd test for drawPosText, to measure any difference...
2011-11-23 bsalomon@google.comFix warnings
2011-11-23 caryclark@google.comfix mac warnings
2011-11-23 mike@reedtribe.orgadd test that aaclip.setRegion creates the same mask...
2011-11-23 mike@reedtribe.orgadd SK_OVERRIDE
2011-11-22 reed@google.comneeds to be rebaselined
2011-11-22 reed@google.comdelete since it needs to be rebaselined
2011-11-22 reed@google.comimprove accuracy for luminance coefficients
2011-11-22 reed@google.comremove obsolete assert
2011-11-22 bsalomon@google.com[GPU] Allow kMulRGBByAlpha_InConfigFlag and kSwapRAndB_...
2011-11-22 reed@google.comstore 3 bits of luminance, but (for now) discretize...
2011-11-22 tomhudson@google.comAdd fractional-radius blurs to blur benchmark.
2011-11-22 reed@google.comremove GetGammaFlag from SkFontHost
2011-11-21 bsalomon@google.comAdd windowscodecs.lib to images.gyp
2011-11-21 caryclark@google.comadd SetFlags for command line control
2011-11-21 reed@google.comuse a define for the shift amount for the hinting bits
2011-11-21 reed@google.comreorder bits and remove obsolete kForceAA experimental bit
2011-11-21 reed@google.comensure we never change the text_encoding of the master...
2011-11-21 bsalomon@google.comAdd support for GL_CHROMIUM_flipy
next