2012-06-04 |
scroggo@google.com | Make the GM tool run GMs through an SkGPipe. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
djsollen@google.com | change static variable to #define |
commit | commitdiff | tree | snapshot |
2012-06-04 |
djsollen@google.com | Add legacy script to enable skia roll into chromium. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
bsalomon@google.com | Revert r4134 due to bot failures |
commit | commitdiff | tree | snapshot |
2012-06-04 |
robertphillips... | Fixed Linux compiler complaints |
commit | commitdiff | tree | snapshot |
2012-06-04 |
bsalomon@google.com | Move GrGpuGL::programUnitTest into its own file |
commit | commitdiff | tree | snapshot |
2012-06-04 |
robertphillips... | Move texture descriptor into GrTexture |
commit | commitdiff | tree | snapshot |
2012-06-04 |
reed@google.com | --pictureDir foo will load serialized pictures <>.skp... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
mike@reedtribe.org | add -wp option to write serialized pictures to the... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
junov@chromium.org | Adding option to serialize mutable bitmaps in SkPicture |
commit | commitdiff | tree | snapshot |
2012-06-01 |
tomhudson@google.com | Flip the switch to turn on GrCustomStage implementation... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
tomhudson@google.com | Fix GrSamplerState::operator=() to take a reference... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
bungeman@google.com | VC++ allows template parameter shadowing. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
bungeman@google.com | Serialize support for GDI. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
reed@google.com | read/write sfnt-data length, to match convetion of... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
bsalomon@google.com | Move GrGpuGL::programUnitTest into its own file |
commit | commitdiff | tree | snapshot |
2012-06-01 |
bsalomon@google.com | Move max vertex attributes value to GL Caps |
commit | commitdiff | tree | snapshot |
2012-06-01 |
bsalomon@google.com | Remove dirty flags from GrGpuGL state flush |
commit | commitdiff | tree | snapshot |
2012-06-01 |
bsalomon@google.com | SkBool8 -> bool to suppress warning (verbal LGTM from... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
bsalomon@google.com | Suppress dumb warning. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
caryclark@google.com | shape ops work in progress |
commit | commitdiff | tree | snapshot |
2012-06-01 |
caryclark@google.com | shape ops work in progress |
commit | commitdiff | tree | snapshot |
2012-06-01 |
reed@google.com | use SkFontDescriptor on mac |
commit | commitdiff | tree | snapshot |
2012-06-01 |
tomhudson@google.com | Clean up duplicate code in Ganesh, moving more function... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
bungeman@google.com | Remove 'legacy' font descriptor methods. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
djsollen@google.com | Store font family when serializing android fonts. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
bsalomon@google.com | Move GrGpuGL::ProgramCache declaration to header |
commit | commitdiff | tree | snapshot |
2012-06-01 |
tomhudson@google.com | Punctuation cleanup to satisfy idiosyncracies of OpenBS... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
djsollen@google.com | Update the implementation of SkTypeface_android.h funct... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
reed@google.com | add more names to fontdescriptor |
commit | commitdiff | tree | snapshot |
2012-05-31 |
bsalomon@google.com | Stop using deprecated functions in Mac GrGLInterface... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
tomhudson@google.com | Zero out GrSamplerState in constructor to recover perfo... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
reed@google.com | update after dashing change |
commit | commitdiff | tree | snapshot |
2012-05-31 |
djsollen@google.com | Add SkFontDescriptor for serializing fonts. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
tomhudson@google.com | Fix SK_OVERRIDE error caught by Clang in r4105; wrong... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
tomhudson@google.com | Add GrGradientEffects files. These implementations... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
bungeman@google.com | Enable typeface from stream test for Mac. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
bsalomon@google.com | Implement morphology as a custom effect |
commit | commitdiff | tree | snapshot |
2012-05-31 |
reed@google.com | We often rgn-diff an area >= the other rgn. now we... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
bsalomon@google.com | Add glTexParameteriv to MESA GrGLInterface (missing... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
bsalomon@google.com | Add glTexParameteriv to GL interface |
commit | commitdiff | tree | snapshot |
2012-05-31 |
robertphillips... | Windows compiler complaint cleanup |
commit | commitdiff | tree | snapshot |
2012-05-31 |
epoger@google.com | skdiff: return nonzero exit value if there are any... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
epoger@google.com | skdiff: internally track lists of ALL result types... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
bsalomon@google.com | Merge GrGpuGLShaders into its parent class, GrGpuGL |
commit | commitdiff | tree | snapshot |
2012-05-31 |
tomhudson@google.com | Fix typo in r4092. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
tomhudson@google.com | Use element-by-element assignment in GrSamplerState... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
bsalomon@google.com | Use a single GrDrawState in GrContext for direct and... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
epoger@google.com | Disable TLSTest for now, to work around code.google... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
caryclark@google.com | shape ops work in progress |
commit | commitdiff | tree | snapshot |
2012-05-31 |
bsalomon@google.com | Add a bunch of SK_OVERRIDES and remove and unused function |
commit | commitdiff | tree | snapshot |
2012-05-31 |
caryclark@google.com | suppress warning on Mac |
commit | commitdiff | tree | snapshot |
2012-05-30 |
epoger@google.com | test-only: add test coverage of skdiff over input with... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
tomhudson@google.com | Condense setupFSUnis, setupVSUnis, setupVaryings into |
commit | commitdiff | tree | snapshot |
2012-05-30 |
bsalomon@google.com | Remove a couple things missed when deleting the tessell... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
tomhudson@google.com | Encapsulate code required to create a uniform var into... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
djsollen@google.com | Refactor dictionaries for use by entities other than... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
djsollen@google.com | Add bench to test the performance of creating a picture. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
robertphillips... | Added cast to get MathTest working on Windows |
commit | commitdiff | tree | snapshot |
2012-05-30 |
robertphillips... | Added knowledge of GL_RED textures to debugGLReadPixels |
commit | commitdiff | tree | snapshot |
2012-05-30 |
reed@google.com | apply 10.p+32 -> (float)(1 << 23) fix from MathTest... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
digit@google.com | arm: First step towards dynamic NEON support. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
reed@google.com | use (float)(1 << 23) instead of 1.0p+23 since the latte... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
reed@google.com | win can't eat 1.0p+23 syntax for floats :( |
commit | commitdiff | tree | snapshot |
2012-05-30 |
reed@google.com | remove debugf |
commit | commitdiff | tree | snapshot |
2012-05-30 |
reed@google.com | add bench for floor variants |
commit | commitdiff | tree | snapshot |
2012-05-30 |
robertphillips... | Fixed small bug in shader generation |
commit | commitdiff | tree | snapshot |
2012-05-29 |
epoger@google.com | svndiff: report added and deleted files, not just modif... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
reed@google.com | special-case dashing a single line-segment. We can... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
reed@google.com | addPoly() entry-point, to quickly add MoveTo+N*LineTo... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
bsalomon@google.com | Fix line ending, mark svn:eol-style LF |
commit | commitdiff | tree | snapshot |
2012-05-29 |
junov@chromium.org | Fixing a reader size overflow with SkOrderedReadBuffer... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
epoger@google.com | Update list of trybots used by https://goto.google... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
reed@google.com | Detect when the caller was hairline AND strokeandfill... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
mike@reedtribe.org | add SkPoint::isZero(), match the existing method on... |
commit | commitdiff | tree | snapshot |
2012-05-28 |
robertphillips... | Rolling back 4053 |
commit | commitdiff | tree | snapshot |
2012-05-28 |
robertphillips... | Speculative fix for Android Debug only crash in r4049 |
commit | commitdiff | tree | snapshot |
2012-05-25 |
epoger@google.com | Add svndiff tool: runs skdiff over all pending changes... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
robertphillips... | Rolling back r4049 |
commit | commitdiff | tree | snapshot |
2012-05-25 |
robertphillips... | Whitespace change - could not reproduce r4049's Debug... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
robertphillips... | Altered GrDrawState to always ref textures and render... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
reed@google.com | Change patheffect to take a (new) StrokeRec object... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
reed@google.com | revert 4046 -- GM:pathfill failed on one bot, maybe... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
reed@google.com | Change patheffect to take a (new) StrokeRec object... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
tomhudson@google.com | Move swizzle & modulation computation, non-virtual... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
reed@google.com | add baselines for macpro |
commit | commitdiff | tree | snapshot |
2012-05-24 |
reed@google.com | add baselines for macpro |
commit | commitdiff | tree | snapshot |
2012-05-24 |
reed@google.com | add baselines for macpro |
commit | commitdiff | tree | snapshot |
2012-05-24 |
reed@google.com | add baselines for macpro |
commit | commitdiff | tree | snapshot |
2012-05-24 |
tomhudson@google.com | First stage of reworking custom shader infrastructure... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
bsalomon@google.com | Fix some EOLs, mark files with the LF property. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
robertphillips... | Updated useSWOnlyPath method to use path chain instead... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
caryclark@google.com | shape ops work in progress (get rid of some warnings) |
commit | commitdiff | tree | snapshot |
2012-05-23 |
robertphillips... | Removed SoftwarePathRenderer from GrContext's path... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
robertphillips... | "fix" for r4034 issues |
commit | commitdiff | tree | snapshot |
2012-05-23 |
robertphillips... | Plumbing to propagate save & restore from SkCanvas... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
caryclark@google.com | shape ops work in progress |
commit | commitdiff | tree | snapshot |
2012-05-22 |
robertphillips... | Remove GrClipMaskManager's path renderer chain (in... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
epoger@google.com | download_baselines.py : only set svn properties of... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
robertphillips... | Minor tweaks to SW-only clip mask generation logic |
commit | commitdiff | tree | snapshot |
next |