| Commit message (Expand) | Author | Age |
... | |
* | clear the convex-hint in reset() and rewind(), to match its state in a newly | reed@google.com | 2011-02-07 |
* | add rlepixelref file to make, to keep it from bit-rot | reed@google.com | 2011-02-07 |
* | hide divide-by-zero from the compiler, to avoid the warning | reed@google.com | 2011-02-07 |
* | Add unit test for SkRect::hasValidCoordinates(). | wjmaclean@chromium.org | 2011-02-07 |
* | Proposed fix for crash in Cr70244. | wjmaclean@chromium.org | 2011-02-07 |
* | rebase gpu images (based on mac-desktop gpu) | reed@google.com | 2011-02-07 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | When we create the GL context and FBO on mac for the GM test also setup the v... | bsalomon@google.com | 2011-02-07 |
* | fix warning about size_t >= 0 (which must always be true) | reed@google.com | 2011-02-07 |
* | [PDF] Improve PDF support in gm. | vandebo@chromium.org | 2011-02-03 |
* | Improve usability of SkAdvancedTypefaceMetrics for non PDF cases. | vandebo@chromium.org | 2011-02-03 |
* | [PDF] Start from an identity transform for drawDevice. | vandebo@chromium.org | 2011-02-03 |
* | Fix warnings on linux build (strict aliasing, cons init order, vars used only... | bsalomon@google.com | 2011-02-03 |
* | change forward decl of SkMatrix from struct (wrong) to class (correct) | reed@android.com | 2011-02-03 |
* | Make aggressive shader opts an option in GrUserConfig.h. Currently just contr... | bsalomon@google.com | 2011-02-02 |
* | Make enabling static rect VB configurable by user config file. | bsalomon@google.com | 2011-02-02 |
* | Cleanup SkPDFTypfaceInfo and make it more generic. | vandebo@chromium.org | 2011-02-02 |
* | Attempt to simplify NPOT texture caps. Also fixes case where textures would u... | bsalomon@google.com | 2011-02-01 |
* | [PDF] Clean up ref counting. | vandebo@chromium.org | 2011-02-01 |
* | Adds ability to draw rects using a unit square vertex buffer. Useful when mat... | bsalomon@google.com | 2011-02-01 |
* | [PDF] Fix bugs preventing gm from running with PDF support. | vandebo@chromium.org | 2011-02-01 |
* | [PDF] Support image alpha channel plus a couple small fixes. | vandebo@chromium.org | 2011-01-31 |
* | initialize int var-args to placate chrome's runtime check | reed@google.com | 2011-01-31 |
* | [PDF] Honor srcRect in drawBitmap. | vandebo@chromium.org | 2011-01-29 |
* | update dox on bitmap configs | reed@google.com | 2011-01-28 |
* | [PDF] Add replacement implementations for functions missing in older freetype... | vandebo@chromium.org | 2011-01-28 |
* | fix slow performance on desktops by uping our max-texture-dim from 512 to | reed@google.com | 2011-01-28 |
* | replace UINT32_MAX with portable macro | reed@google.com | 2011-01-28 |
* | conditionalize impl on SK_SUPPORT_PDF, to help chrome build | reed@google.com | 2011-01-26 |
* | Fix windows build. | vandebo@chromium.org | 2011-01-26 |
* | move into core for now, so we can build SkFontHost_FreeType.cpp | reed@google.com | 2011-01-26 |
* | work around framebuffer_blit confusion on linux -- better fix on the way | reed@google.com | 2011-01-26 |
* | fix linux gpu build (don't need egl.h) | reed@google.com | 2011-01-26 |
* | remove debugging code around gUseExt | reed@google.com | 2011-01-26 |
* | close quotes on #error | reed@google.com | 2011-01-26 |
* | fix mac build (don't need typedef struct foo foo) | reed@google.com | 2011-01-26 |
* | fix warnings, including using GrTCast<> to go from &Obj -> uint32_t* | reed@google.com | 2011-01-26 |
* | embed a refdict inside SkDevice | reed@google.com | 2011-01-25 |
* | add refdict class, for holding a dictionary of reference-counted objects | reed@google.com | 2011-01-25 |
* | Update SkPDFDevice::drawPath signature to match SkDevice. | vandebo@chromium.org | 2011-01-25 |
* | Add Truetype and Type 1 font embedding support | vandebo@chromium.org | 2011-01-25 |
* | fixes for some warnings: | reed@google.com | 2011-01-25 |
* | Add SampleShaderText to vs project. | bsalomon@google.com | 2011-01-25 |
* | Add shaded text sample and gm test. | bsalomon@google.com | 2011-01-25 |
* | chrome always assumes BGRA for its textures | reed@google.com | 2011-01-25 |
* | fix comments for U8CPU and S16CPU | reed@google.com | 2011-01-25 |
* | Add GrGpuGLShaders2 to gr_files.mk | bsalomon@google.com | 2011-01-24 |
* | Increase number of stages from 1 to 2 | bsalomon@google.com | 2011-01-24 |
* | make xfermode warning printf be debug-only | reed@google.com | 2011-01-21 |
* | fix release build | reed@google.com | 2011-01-21 |