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 |
2012-03-16 |
epoger@google.com | Make all gyp targets automatically include common.gypi |
commit | commitdiff | tree | snapshot |
2012-03-15 |
reed@google.com | forward declare SkRect |
commit | commitdiff | tree | snapshot |
2012-03-15 |
reed@google.com | add getBounds() helper |
commit | commitdiff | tree | snapshot |
2012-03-15 |
reed@google.com | update baseline |
commit | commitdiff | tree | snapshot |
2012-03-15 |
reed@google.com | update baseline |
commit | commitdiff | tree | snapshot |
2012-03-15 |
tomhudson@google.com | Close a couple of minor memory leaks, add a valgrind... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
bsalomon@google.com | Change vertex buffer size for draw buffer. Hopefully... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
djsollen@google.com | Fix broken android build |
commit | commitdiff | tree | snapshot |
2012-03-15 |
djsollen@google.com | Add CreateFallbackForScript to SkTypeface for Android. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
djsollen@google.com | Cleanup sample slide for drawTextOnPath |
commit | commitdiff | tree | snapshot |
2012-03-15 |
bsalomon@google.com | Perform degenerate check in device coords in convex... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
reed@google.com | don't clamp the stopScale to 0 unless it originally... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
bsalomon@google.com | Rebaseline GMs from r3397 |
commit | commitdiff | tree | snapshot |
2012-03-15 |
bsalomon@google.com | Allow compiler to optimize applying quadratic UV matrix... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
tomhudson@google.com | Close an (incidental) memory leak in gmmain. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
tomhudson@google.com | Expand SkMatrix type mask from uint8 to uint32, alignin... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
reed@google.com | make commonBitmap un-virtual. That was a leftover from... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | update test |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | unittest for kUTF32_TextEncoding |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | tweak gm bounds to better fit the content |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | add kUTF32_TextEncoding |
commit | commitdiff | tree | snapshot |
2012-03-14 |
vandebo@chromium.org | Fix four memory leaks uncovered by valgrinding gm tests. |
commit | commitdiff | tree | snapshot |
2012-03-14 |
tomhudson@google.com | Disable overly heavy benchmark - 15x slower than any... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
robertphillips... | This update fixes the problem with GLX failing to find... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
bsalomon@google.com | Rebaselines from r3382 for bots that completed before... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
bsalomon@google.com | Batch path draws. |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | enable fractionalint (64bit) math in bitmap procs |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2012-03-14 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2012-03-14 |
mike@reedtribe.org | need to pack the two values into a 32bit long |
commit | commitdiff | tree | snapshot |
2012-03-13 |
reed@google.com | add build option to revert hairline-clipping fix from... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
bungeman@google.com | Rebaseline for r3374. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
bungeman@google.com | Use floats for mask table for accuracy. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
bsalomon@google.com | Fix missing return statement |
commit | commitdiff | tree | snapshot |
2012-03-13 |
bsalomon@google.com | Add option to automatically flush GrInOrderDrawBuffer... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
bsalomon@google.com | Change interface on GrDrawTarget to reserve vtx/idx... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
reed@google.com | promote floats to scalars for the fixed-point build |
commit | commitdiff | tree | snapshot |
next |