2011-12-02 |
epoger@google.com | Minor Doxyfile updates |
commit | commitdiff | tree | snapshot |
2011-12-01 |
reed@google.com | rebaseline for gpu |
commit | commitdiff | tree | snapshot |
2011-12-01 |
reed@google.com | revert 2783 -- broke debug gm |
commit | commitdiff | tree | snapshot |
2011-12-01 |
tomhudson@google.com | New function SkBlitter::blitAntiRect(); specifically... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
tomhudson@google.com | Doxygen configuration file, documentation and minor... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
epoger@google.com | whitespace commit to trigger windows build |
commit | commitdiff | tree | snapshot |
2011-12-01 |
djsollen@google.com | Fix Paint == comparison on Android. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
bsalomon@google.com | remove SkOSWindow_Win.cpp (has been replaced by SkOSWin... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
bsalomon@google.com | Remove suffixes from SK_wGL macros |
commit | commitdiff | tree | snapshot |
2011-12-01 |
bsalomon@google.com | Add SkWGLExtensionInterface for dealing with WGL extensions |
commit | commitdiff | tree | snapshot |
2011-12-01 |
bsalomon@google.com | Move SkGLCanvas.h to obsolete, delete from gyp |
commit | commitdiff | tree | snapshot |
2011-11-30 |
reed@google.com | add 2nd _ to __OpenBSD_ |
commit | commitdiff | tree | snapshot |
2011-11-30 |
bsalomon@google.com | Add support for GL_ANGLE_pack_reverse_row_order |
commit | commitdiff | tree | snapshot |
2011-11-30 |
reed@google.com | handle if unflattening returned a null shader |
commit | commitdiff | tree | snapshot |
2011-11-30 |
bsalomon@google.com | Rebaseline mac gpu images |
commit | commitdiff | tree | snapshot |
2011-11-30 |
bsalomon@google.com | Remove more failing gpu baselines on linux |
commit | commitdiff | tree | snapshot |
2011-11-30 |
junov@chromium.org | replacing Gr* with Sk* in SkTArray.h |
commit | commitdiff | tree | snapshot |
2011-11-30 |
bsalomon@google.com | Temporarily remove failing linux gpu baselines. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
bsalomon@google.com | Temporarily remove windows gpu baselines that need... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
tomhudson@google.com | Make skdiff robust to image size differences: if the... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
bsalomon@google.com | Fix issue where bumping the max gm width/height affects... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2011-11-30 |
reed@google.com | Add more Unix platforms on which Skia for Chromium... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
reed@google.com | update verttext to remove leading space from image... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
reed@google.com | fix lcd16_shader_blend math |
commit | commitdiff | tree | snapshot |
2011-11-30 |
reed@google.com | enable shadermask optimization all the time |
commit | commitdiff | tree | snapshot |
2011-11-30 |
bsalomon@google.com | [GPU] tile when large bitmap pased drawBitmap and only... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
reed@google.com | speedup AAClip::setRegion (n^2 to n) |
commit | commitdiff | tree | snapshot |
2011-11-28 |
reed@google.com | add bytes() to SkTDArray, which returns the number... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
bsalomon@google.com | Add missing return statement. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
bsalomon@google.com | Detect teximage2d failure |
commit | commitdiff | tree | snapshot |
2011-11-28 |
tomhudson@google.com | Unroll loops in SkBlurMask for speedup on Windows ... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
reed@google.com | fix copy/paste error in LCD16 masks: mask type needed... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
reed@google.com | add test for shader text w/ and w/o lcd (and w/ and... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
reed@google.com | call getSaveCount inside restoreToCount, in case it... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
reed@google.com | add unittest for save/restore |
commit | commitdiff | tree | snapshot |
2011-11-28 |
reed@google.com | move variable declarations above goto lines, to fix... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
reed@google.com | separate declaration from impl for overrides, so we... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
reed@google.com | define SK_OVERRIDE based on windows compiler, not windo... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
bsalomon@google.com | Fix mac debug asserts |
commit | commitdiff | tree | snapshot |
2011-11-23 |
bsalomon@google.com | Fix build |
commit | commitdiff | tree | snapshot |
2011-11-23 |
bsalomon@google.com | Add hints for static analysis about when we intend... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
reed@google.com | more rgn==aaclip tests |
commit | commitdiff | tree | snapshot |
2011-11-23 |
bsalomon@google.com | Fix clang static analyzer errors in Gr |
commit | commitdiff | tree | snapshot |
2011-11-23 |
reed@google.com | add test for drawPosText, to measure any difference... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
bsalomon@google.com | Fix warnings |
commit | commitdiff | tree | snapshot |
2011-11-23 |
caryclark@google.com | fix mac warnings |
commit | commitdiff | tree | snapshot |
2011-11-23 |
mike@reedtribe.org | add test that aaclip.setRegion creates the same mask... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
mike@reedtribe.org | add SK_OVERRIDE |
commit | commitdiff | tree | snapshot |
2011-11-22 |
reed@google.com | needs to be rebaselined |
commit | commitdiff | tree | snapshot |
2011-11-22 |
reed@google.com | delete since it needs to be rebaselined |
commit | commitdiff | tree | snapshot |
2011-11-22 |
reed@google.com | improve accuracy for luminance coefficients |
commit | commitdiff | tree | snapshot |
2011-11-22 |
reed@google.com | remove obsolete assert |
commit | commitdiff | tree | snapshot |
2011-11-22 |
bsalomon@google.com | [GPU] Allow kMulRGBByAlpha_InConfigFlag and kSwapRAndB_... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
reed@google.com | store 3 bits of luminance, but (for now) discretize... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
tomhudson@google.com | Add fractional-radius blurs to blur benchmark. |
commit | commitdiff | tree | snapshot |
2011-11-22 |
reed@google.com | remove GetGammaFlag from SkFontHost |
commit | commitdiff | tree | snapshot |
2011-11-21 |
bsalomon@google.com | Add windowscodecs.lib to images.gyp |
commit | commitdiff | tree | snapshot |
2011-11-21 |
caryclark@google.com | add SetFlags for command line control |
commit | commitdiff | tree | snapshot |
2011-11-21 |
reed@google.com | use a define for the shift amount for the hinting bits |
commit | commitdiff | tree | snapshot |
2011-11-21 |
reed@google.com | reorder bits and remove obsolete kForceAA experimental bit |
commit | commitdiff | tree | snapshot |
2011-11-21 |
reed@google.com | ensure we never change the text_encoding of the master... |
commit | commitdiff | tree | snapshot |
2011-11-21 |
bsalomon@google.com | Add support for GL_CHROMIUM_flipy |
commit | commitdiff | tree | snapshot |
2011-11-21 |
reed@google.com | don't quickReject bitmaps if there is a looper or other... |
commit | commitdiff | tree | snapshot |
2011-11-21 |
reed@google.com | only call FT_Get_Advance if we really want linear metrics |
commit | commitdiff | tree | snapshot |
2011-11-19 |
bsalomon@google.com | assert that resources used with ctx are owned by the ctx |
commit | commitdiff | tree | snapshot |
2011-11-19 |
bsalomon@google.com | Resubmit 2717 w/ fix workaround OS X GL bug. |
commit | commitdiff | tree | snapshot |
2011-11-18 |
bsalomon@google.com | Revert 2717 |
commit | commitdiff | tree | snapshot |
2011-11-18 |
bsalomon@google.com | Recommit r2714 with clip fix |
commit | commitdiff | tree | snapshot |
2011-11-18 |
reed@google.com | use older, slightly slower, blend math, to retain ... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
bsalomon@google.com | Revert 2714 for debugging of test failure |
commit | commitdiff | tree | snapshot |
2011-11-18 |
bsalomon@google.com | Write direct to RT/Tex when possible, use BGRA rather... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
reed@google.com | remove all references to SkGlobals (obsolete) |
commit | commitdiff | tree | snapshot |
2011-11-17 |
reed@google.com | remove use of SkGlobals |
commit | commitdiff | tree | snapshot |
2011-11-17 |
reed@google.com | remove obsolete SK_USE_RUNTIME_GLOBALS |
commit | commitdiff | tree | snapshot |
2011-11-17 |
reed@google.com | add commented line to try to add additional warnings |
commit | commitdiff | tree | snapshot |
2011-11-17 |
mike@reedtribe.org | use AsMode instead of deprecated IsMode |
commit | commitdiff | tree | snapshot |
2011-11-17 |
mike@reedtribe.org | add test for IsMode |
commit | commitdiff | tree | snapshot |
2011-11-17 |
mike@reedtribe.org | add SkXfermode::IsMode() and use that in SkDevice |
commit | commitdiff | tree | snapshot |
2011-11-16 |
reed@google.com | fix signed/unsigned warning (use size_t in conjunction... |
commit | commitdiff | tree | snapshot |
2011-11-16 |
bsalomon@google.com | Make all pixel ops go thru ctx so we can correctly... |
commit | commitdiff | tree | snapshot |
2011-11-16 |
caryclark@google.com | pass font size explicitly for leopard |
commit | commitdiff | tree | snapshot |
2011-11-16 |
senorblanco... | This change makes SkImageFilter and SkBlurImageFilter... |
commit | commitdiff | tree | snapshot |
2011-11-16 |
djsollen@google.com | Add support in Android for AdvancedTypefaceMetrics |
commit | commitdiff | tree | snapshot |
2011-11-16 |
djsollen@google.com | Fix broken Android build. |
commit | commitdiff | tree | snapshot |
2011-11-16 |
reed@google.com | update ARM platform procs for blitmask |
commit | commitdiff | tree | snapshot |
2011-11-15 |
bungeman@google.com | Remove unneeded include which is breaking build. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
bungeman@google.com | Add paging support for handle based typefaces. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
reed@google.com | disable reduced checks if we're not enabling fast shade... |
commit | commitdiff | tree | snapshot |
2011-11-15 |
reed@google.com | need to opt-in to faster shadermask until chrome can... |
commit | commitdiff | tree | snapshot |
2011-11-15 |
reed@google.com | delete these, as then need to be rebaselined |
commit | commitdiff | tree | snapshot |
2011-11-15 |
reed@google.com | support blitMask+shader natively (1.75x faster for... |
commit | commitdiff | tree | snapshot |
2011-11-15 |
bsalomon@google.com | Add getContext to GrResouce |
commit | commitdiff | tree | snapshot |
2011-11-15 |
bsalomon@google.com | Remove allocated size vs content size in textures |
commit | commitdiff | tree | snapshot |
2011-11-15 |
reed@google.com | add bench for shader+blitMask |
commit | commitdiff | tree | snapshot |
2011-11-14 |
reed@google.com | rename/refactor in preparation for supporting accelerat... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
caryclark@google.com | suppress warnings on clang |
commit | commitdiff | tree | snapshot |
2011-11-14 |
bsalomon@google.com | Remove GL functions only used in fixed pipe |
commit | commitdiff | tree | snapshot |
2011-11-14 |
bsalomon@google.com | supportsES() -> supportsES2() in asserts |
commit | commitdiff | tree | snapshot |
2011-11-14 |
reed@google.com | fix autobounds dude to call a custom version of rect... |
commit | commitdiff | tree | snapshot |
next |