2012-03-28 |
bsalomon@google.com | Make printf in GrContext about partial pixel coverage... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
bsalomon@google.com | shadows GPU GM rebaseline from r3514 |
commit | commitdiff | tree | snapshot |
2012-03-28 |
bsalomon@google.com | disable GPU blur on small paths |
commit | commitdiff | tree | snapshot |
2012-03-28 |
robertphillips... | Removed redundant typedef from GrDebugGL class |
commit | commitdiff | tree | snapshot |
2012-03-27 |
epoger@google.com | whitespace change to trigger Skia buildbot |
commit | commitdiff | tree | snapshot |
2012-03-27 |
bsalomon@google.com | Use a single GrDrawState in GrContext for direct and... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
bsalomon@google.com | Reland 3503 with fix |
commit | commitdiff | tree | snapshot |
2012-03-27 |
reed@google.com | add debuggin matrix-proc to validate its output before... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
bsalomon@google.com | Revert 3503 |
commit | commitdiff | tree | snapshot |
2012-03-27 |
bsalomon@google.com | Make GrDrawState object used by GrDrawTarget be settabl... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
caryclark@google.com | overzealously deleted files |
commit | commitdiff | tree | snapshot |
2012-03-27 |
caryclark@google.com | Files to build Cary's Shape Ops test projects. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
caryclark@google.com | work in progress |
commit | commitdiff | tree | snapshot |
2012-03-26 |
vandebo@chromium.org | [PDF] Really fix font metric array initialization. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
bsalomon@google.com | Make GrDrawState ref counted. (Small step towards a... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
epoger@google.com | Build libjpeg from source for all platforms |
commit | commitdiff | tree | snapshot |
2012-03-26 |
epoger@google.com | Copy libjpeg.gyp from third_party/externals/libjpeg... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
robertphillips... | Extended debug GL interface to include textures. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
djsollen@google.com | Create macro for registering classes for deserialization |
commit | commitdiff | tree | snapshot |
2012-03-26 |
djsollen@google.com | Make use of the functions in the flattenable reader... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
bsalomon@google.com | restore line accidentally deleted in MatrixTest.cpp... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
bsalomon@google.com | Another fix for fixed point (nan == nan in fixed pt) |
commit | commitdiff | tree | snapshot |
2012-03-26 |
djsollen@google.com | Fix test to use the flattenable writer class instead of |
commit | commitdiff | tree | snapshot |
2012-03-26 |
bsalomon@google.com | fix compilation bug in fixed pt |
commit | commitdiff | tree | snapshot |
2012-03-26 |
bsalomon@google.com | Add SkMatrix::cheapEqualTo, use in Gr code |
commit | commitdiff | tree | snapshot |
2012-03-26 |
bsalomon@google.com | [GPU] when paint has patheffect, it should fallback... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2012-03-23 |
bungeman@google.com | Rebaseline for 3480. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
djsollen@google.com | Fix android build |
commit | commitdiff | tree | snapshot |
2012-03-23 |
djsollen@google.com | Cleanup Macros arround static initializers for SkFlatte... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
epoger@google.com | Make "make gyp" work on Windows |
commit | commitdiff | tree | snapshot |
2012-03-23 |
robertphillips... | Improved codec link-forcing system by adding Encoder... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
bungeman@google.com | Glyph advances from generateAdvance do not always match... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
tomhudson@google.com | Update GetAdvancedTypefaceMetrics API in usually-unbuil... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
reed@google.com | rebaseline (no perceptible diff) |
commit | commitdiff | tree | snapshot |
2012-03-23 |
reed@google.com | apply imagefilter to all draw calls |
commit | commitdiff | tree | snapshot |
2012-03-23 |
vandebo@chromium.org | [PDF] Fix font metric array initialization. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
tomhudson@google.com | Initialize margin, which was being used uninitialized... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
bungeman@google.com | Remove circular dependency of views and animator. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
bsalomon@google.com | fix clang compilation warning |
commit | commitdiff | tree | snapshot |
2012-03-22 |
caryclark@google.com | work in progress |
commit | commitdiff | tree | snapshot |
2012-03-22 |
vandebo@chromium.org | [PDF] Move most of the headers to be private. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
robertphillips... | Extended debug GL interface to include tracking of... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
epoger@google.com | landing patch from codereview.appspot.com/5874051/ |
commit | commitdiff | tree | snapshot |
2012-03-22 |
bungeman@google.com | Remove mutual dependency of gr and skgr. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
epoger@google.com | Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp |
commit | commitdiff | tree | snapshot |
2012-03-22 |
epoger@google.com | Revert r3463, because it broke Linux. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
tomhudson@google.com | Reset Ganesh TextureDomain after use. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
epoger@google.com | Delete unix_test_app directory and its contents. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
robertphillips... | Fix for SampleApp command line parsing issue. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
reed@google.com | delay any drawing until first call to onDraw (eases... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
vandebo@chromium.org | Move SkBitSet to utils. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
bungeman@google.com | Utils must not depend on Views. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
vandebo@chromium.org | Revert "[PDF] Move most of the headers to be private." |
commit | commitdiff | tree | snapshot |
2012-03-21 |
vandebo@chromium.org | [PDF] Move most of the headers to be private. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
robertphillips... | Re-attempting Linux debug GL interface compiler complai... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
robertphillips... | Added tracking of frame buffer objects to debug GL... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
vandebo@chromium.org | Revert "[PDF] Move most of the headers to be private." |
commit | commitdiff | tree | snapshot |
2012-03-21 |
vandebo@chromium.org | [PDF] Move most of the headers to be private. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
vandebo@chromium.org | [PDF] Add GM and infrastructure to test drawing shaders... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
vandebo@chromium.org | Revert "[PDF] Add GM and infrastructure to test drawing... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
vandebo@chromium.org | [PDF] Add GM and infrastructure to test drawing shaders... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
djsollen@google.com | Upstream changes from Android repository. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
robertphillips... | Reverting Linux compiler complaint patch - again |
commit | commitdiff | tree | snapshot |
2012-03-21 |
robertphillips... | Partial re-delivery of Linux compiler complaint changes. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
reed@google.com | Cast the result of SK_OFFSETOF to size_t to match offse... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
tomhudson@google.com | Move SkClampRange into src/effects, where it isn't... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
bsalomon@google.com | Add GrDrawTarget::drawIndexedInstance, use in default... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
caryclark@google.com | work in progress |
commit | commitdiff | tree | snapshot |
2012-03-20 |
robertphillips... | Adding CMYK jpeg changes w/o .gyp alterations |
commit | commitdiff | tree | snapshot |
2012-03-20 |
bsalomon@google.com | Convert SkMatrix::I() assignments to SkMatrix::reset... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
djsollen@google.com | Add temp android modification to the GLSL version check |
commit | commitdiff | tree | snapshot |
2012-03-20 |
robertphillips... | reverting to 3437 |
commit | commitdiff | tree | snapshot |
2012-03-20 |
robertphillips... | Fix for CMYK jpeg decoding issue (69 - unable to read... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
djsollen@google.com | Fix scaling issue when drawing text on a path. |
commit | commitdiff | tree | snapshot |
2012-03-19 |
bsalomon@google.com | Revert r3435, no perf win |
commit | commitdiff | tree | snapshot |
2012-03-19 |
bsalomon@google.com | inline GrDrawTarget::copyDrawState |
commit | commitdiff | tree | snapshot |
2012-03-19 |
bungeman@google.com | Compile with c++0x. |
commit | commitdiff | tree | snapshot |
2012-03-19 |
djsollen@google.com | Add basic support for vertical text into freetype. |
commit | commitdiff | tree | snapshot |
2012-03-19 |
reed@google.com | add optional updateMatrixClip param to getTopDevice... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
reed@google.com | rebaselin gpu versions |
commit | commitdiff | tree | snapshot |
2012-03-19 |
robertphillips... | rolling back to r3427 |
commit | commitdiff | tree | snapshot |
2012-03-19 |
robertphillips... | Forcing buildbots to re-run |
commit | commitdiff | tree | snapshot |
2012-03-19 |
robertphillips... | Addressed compiler warnings in the Debug GL Interface... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
tomhudson@google.com | Another fix to r3423, reinstate blitter code that was... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
robertphillips... | Added debug GL Interface. This interface tracks various... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
tomhudson@google.com | Fix Android, too, by providing cross-platform NULL... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
tomhudson@google.com | Remove stale #include. |
commit | commitdiff | tree | snapshot |
2012-03-19 |
tomhudson@google.com | (SSE2) acceleration for rectangular opaque erases. |
commit | commitdiff | tree | snapshot |
2012-03-19 |
bsalomon@google.com | Make the text context not have to save / restore GrDraw... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
junov@chromium.org | GPU blit speedup: avoid texture filtering and texture... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
vandebo@chromium.org | [PDF] Fix shaders when the initial transform has a... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
epoger@google.com | Add libjpeg.gyp that wraps third_party/externals/libjpe... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
epoger@google.com | Add os_posix gyp variable, nesting variables dicts... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
bsalomon@google.com | Skip unnecessary copies in GrPaint operator == |
commit | commitdiff | tree | snapshot |
2012-03-16 |
tomhudson@google.com | Delete 'obsolete' directory, most of whose contents... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
bsalomon@google.com | Call reset() in text context rather than set to SkMatri... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
reed@google.com | add IRect variant of getBounds() |
commit | commitdiff | tree | snapshot |
2012-03-16 |
reed@google.com | decal mode babystep |
commit | commitdiff | tree | snapshot |
2012-03-16 |
bsalomon@google.com | Split GrTextContext into baseclass and subclass |
commit | commitdiff | tree | snapshot |
next |