| Commit message (Expand) | Author | Age |
... | |
* | Closing fd for mmap after mapping succeeds. | djsollen@google.com | 2011-12-09 |
* | Add support for GL_ANGLE_texture_usage | bsalomon@google.com | 2011-12-09 |
* | use uploadTexData() to create init textures w/out data, and restore pixelstor... | bsalomon@google.com | 2011-12-09 |
* | Add back compressed image upload (accidently removed in earlier refactor) | bsalomon@google.com | 2011-12-09 |
* | roll more changes from r2830 back in | bsalomon@google.com | 2011-12-09 |
* | Cleanup of r2830. | bsalomon@google.com | 2011-12-09 |
* | Adding isOpaque method to skia shader classes | junov@chromium.org | 2011-12-09 |
* | revert 2826, restore option for non-dithered gradients (used by chrome) | reed@google.com | 2011-12-08 |
* | Revert 2830 and 2831. | bsalomon@google.com | 2011-12-08 |
* | Fix assert | bsalomon@google.com | 2011-12-08 |
* | Make GrDrawState a real class with getters and setters | bsalomon@google.com | 2011-12-08 |
* | Add missing interfaces for Android | djsollen@google.com | 2011-12-08 |
* | Don't verify PMA in writePixels | bsalomon@google.com | 2011-12-08 |
* | Make GrGLShaderVar objects aware of whether they are uniform, varying, or | tomhudson@google.com | 2011-12-08 |
* | use dithered gradients by default | reed@google.com | 2011-12-08 |
* | add SK_OVERRIDE, move subclass impls of virtuals into .cpp | reed@google.com | 2011-12-07 |
* | fix win compile: sure wish SK_OVERRIDE was testable on mac build | reed@google.com | 2011-12-07 |
* | add SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | add SK_OVERRIDEs, move impl of virtuals into .cpp | reed@google.com | 2011-12-07 |
* | Add method to GrGLShadeVar to create GLSL string accessing an element | tomhudson@google.com | 2011-12-07 |
* | add more SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | Fix SkGLContext FBO setup for ES2 | bsalomon@google.com | 2011-12-06 |
* | rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed | reed@google.com | 2011-12-06 |
* | Prep for GrDrawState as a class Part 2 | bsalomon@google.com | 2011-12-06 |
* | Prep #1 for making GrDrawState a class | bsalomon@google.com | 2011-12-06 |
* | Remove fConfig/fFormat union in GrTextureDesc | bsalomon@google.com | 2011-12-06 |
* | When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep | senorblanco@chromium.org | 2011-12-02 |
* | revert 2783 -- broke debug gm | reed@google.com | 2011-12-01 |
* | New function SkBlitter::blitAntiRect(); specifically accelerated for | tomhudson@google.com | 2011-12-01 |
* | Doxygen configuration file, documentation and minor cleanup on blitters. | tomhudson@google.com | 2011-12-01 |
* | Fix Paint == comparison on Android. | djsollen@google.com | 2011-12-01 |
* | remove SkOSWindow_Win.cpp (has been replaced by SkOSWindow_win.cpp [lowercase... | bsalomon@google.com | 2011-12-01 |
* | Remove suffixes from SK_wGL macros | bsalomon@google.com | 2011-12-01 |
* | Add SkWGLExtensionInterface for dealing with WGL extensions | bsalomon@google.com | 2011-12-01 |
* | Add support for GL_ANGLE_pack_reverse_row_order | bsalomon@google.com | 2011-11-30 |
* | handle if unflattening returned a null shader | reed@google.com | 2011-11-30 |
* | fix lcd16_shader_blend math | reed@google.com | 2011-11-30 |
* | enable shadermask optimization all the time | reed@google.com | 2011-11-30 |
* | [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used | bsalomon@google.com | 2011-11-30 |
* | speedup AAClip::setRegion (n^2 to n) | reed@google.com | 2011-11-28 |
* | Add missing return statement. | bsalomon@google.com | 2011-11-28 |
* | Detect teximage2d failure | bsalomon@google.com | 2011-11-28 |
* | Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see | tomhudson@google.com | 2011-11-28 |
* | fix copy/paste error in LCD16 masks: mask type needed to be uint16_t | reed@google.com | 2011-11-28 |
* | call getSaveCount inside restoreToCount, in case it goes virtual... | reed@google.com | 2011-11-28 |
* | move variable declarations above goto lines, to fix warning/error about | reed@google.com | 2011-11-28 |
* | separate declaration from impl for overrides, so we can declare some of | reed@google.com | 2011-11-28 |
* | Fix clang static analyzer errors in Gr | bsalomon@google.com | 2011-11-23 |
* | Fix warnings | bsalomon@google.com | 2011-11-23 |
* | fix mac warnings | caryclark@google.com | 2011-11-23 |