2011-12-12 |
epoger@google.com | whitespace commit to try performance graph upload |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Don't update vertex/index buffer twice! |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Access sampler matrices directly, cleanup GrSamplerStat... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Fix int->float conversion warning in VS2010 |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Remove GrDrawState::setSampler, use direct access to... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Remove static initiazled gClampNearest in gpu backend |
commit | commitdiff | tree | snapshot |
2011-12-12 |
epoger@google.com | whitespace commit to trigger windows build |
commit | commitdiff | tree | snapshot |
2011-12-10 |
mike@reedtribe.org | add first cut at arithmetic mode |
commit | commitdiff | tree | snapshot |
2011-12-09 |
bsalomon@google.com | Fix inverse union complex clip stencil rules, skip... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
djsollen@google.com | Closing fd for mmap after mapping succeeds. |
commit | commitdiff | tree | snapshot |
2011-12-09 |
bsalomon@google.com | Use : as separator between "GM" and slide name in Sampl... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
bsalomon@google.com | Add support for GL_ANGLE_texture_usage |
commit | commitdiff | tree | snapshot |
2011-12-09 |
bsalomon@google.com | use uploadTexData() to create init textures w/out data... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
bsalomon@google.com | Add back compressed image upload (accidently removed... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
bsalomon@google.com | roll more changes from r2830 back in |
commit | commitdiff | tree | snapshot |
2011-12-09 |
bsalomon@google.com | Cleanup of r2830. |
commit | commitdiff | tree | snapshot |
2011-12-09 |
junov@chromium.org | Adding isOpaque method to skia shader classes |
commit | commitdiff | tree | snapshot |
2011-12-08 |
reed@google.com | install drawfilter for the picture playback as well |
commit | commitdiff | tree | snapshot |
2011-12-08 |
reed@google.com | revert 2826, restore option for non-dithered gradients... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
reed@google.com | delete baselines from obsolete test |
commit | commitdiff | tree | snapshot |
2011-12-08 |
reed@google.com | new baselines for new tests |
commit | commitdiff | tree | snapshot |
2011-12-08 |
reed@google.com | change to complexclip_bw and complexclip_aa, adding... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
bsalomon@google.com | Revert 2830 and 2831. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
bsalomon@google.com | Fix assert |
commit | commitdiff | tree | snapshot |
2011-12-08 |
bsalomon@google.com | Make GrDrawState a real class with getters and setters |
commit | commitdiff | tree | snapshot |
2011-12-08 |
djsollen@google.com | Add missing interfaces for Android |
commit | commitdiff | tree | snapshot |
2011-12-08 |
bsalomon@google.com | Don't verify PMA in writePixels |
commit | commitdiff | tree | snapshot |
2011-12-08 |
tomhudson@google.com | Make GrGLShaderVar objects aware of whether they are... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
reed@google.com | use dithered gradients by default |
commit | commitdiff | tree | snapshot |
2011-12-07 |
epoger@google.com | Make update-doxygen.sh upload docs to code.google.com... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
reed@google.com | add SK_OVERRIDE, move subclass impls of virtuals into... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
reed@google.com | fix win compile: sure wish SK_OVERRIDE was testable... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
reed@google.com | add SK_OVERRIDEs |
commit | commitdiff | tree | snapshot |
2011-12-07 |
reed@google.com | add SK_OVERRIDEs, move impl of virtuals into .cpp |
commit | commitdiff | tree | snapshot |
2011-12-07 |
tomhudson@google.com | Add method to GrGLShadeVar to create GLSL string access... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
reed@google.com | add more SK_OVERRIDEs |
commit | commitdiff | tree | snapshot |
2011-12-07 |
reed@google.com | don't specify default parameter values when overriding... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
reed@google.com | add baselines (pdf failed, so don't commit) |
commit | commitdiff | tree | snapshot |
2011-12-06 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2011-12-06 |
reed@google.com | rename sk_float_isNaN to sk_float_isnan to match relate... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
bsalomon@google.com | Fix SkGLContext FBO setup for ES2 |
commit | commitdiff | tree | snapshot |
2011-12-06 |
reed@google.com | rename hasValidCoordinates to isFinite (on SkRect)... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
bsalomon@google.com | Prep for GrDrawState as a class Part 2 |
commit | commitdiff | tree | snapshot |
2011-12-06 |
reed@google.com | add getBGColor() getter |
commit | commitdiff | tree | snapshot |
2011-12-06 |
bsalomon@google.com | Prep #1 for making GrDrawState a class |
commit | commitdiff | tree | snapshot |
2011-12-06 |
epoger@google.com | Create update-doxygen script that generates and uploads... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
bsalomon@google.com | Remove fConfig/fFormat union in GrTextureDesc |
commit | commitdiff | tree | snapshot |
2011-12-05 |
reed@google.com | add bench for computing isfinite of 4 values (targeted... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
reed@google.com | make _isnan windows specific |
commit | commitdiff | tree | snapshot |
2011-12-05 |
reed@google.com | add sk_float_isfinite to mask platform differences |
commit | commitdiff | tree | snapshot |
2011-12-05 |
reed@google.com | add test for isFinite |
commit | commitdiff | tree | snapshot |
2011-12-05 |
epoger@google.com | Add README file for base-macpro baseline images |
commit | commitdiff | tree | snapshot |
2011-12-05 |
epoger@google.com | Remove directories of baseline images that we don't... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
epoger@google.com | Copying in all _gpu.png actual images generated by... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
djsollen@google.com | Changes to the android gyp system to build without... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
senorblanco... | When a bitmap is texture-backed, change SkBitmap::copyT... |
commit | commitdiff | tree | snapshot |
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 |
next |