| Commit message (Expand) | Author | Age |
* | Add a bunch of SK_OVERRIDES and remove and unused function | bsalomon@google.com | 2012-05-31 |
* | Condense setupFSUnis, setupVSUnis, setupVaryings into | tomhudson@google.com | 2012-05-30 |
* | Remove a couple things missed when deleting the tessellated path renderer | bsalomon@google.com | 2012-05-30 |
* | Encapsulate code required to create a uniform var into a single function on | tomhudson@google.com | 2012-05-30 |
* | Refactor dictionaries for use by entities other than just SkPicture | djsollen@google.com | 2012-05-30 |
* | Added knowledge of GL_RED textures to debugGLReadPixels | robertphillips@google.com | 2012-05-30 |
* | arm: First step towards dynamic NEON support. | digit@google.com | 2012-05-30 |
* | Fixed small bug in shader generation | robertphillips@google.com | 2012-05-30 |
* | special-case dashing a single line-segment. We can go much faster since we | reed@google.com | 2012-05-29 |
* | addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) | reed@google.com | 2012-05-29 |
* | Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening lar... | junov@chromium.org | 2012-05-29 |
* | Detect when the caller was hairline AND strokeandfill, and resolve that into ... | reed@google.com | 2012-05-29 |
* | Rolling back 4053 | robertphillips@google.com | 2012-05-28 |
* | Speculative fix for Android Debug only crash in r4049 | robertphillips@google.com | 2012-05-28 |
* | Rolling back r4049 | robertphillips@google.com | 2012-05-25 |
* | Altered GrDrawState to always ref textures and render target | robertphillips@google.com | 2012-05-25 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-25 |
* | revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some... | reed@google.com | 2012-05-24 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-24 |
* | Move swizzle & modulation computation, non-virtual functions onto | tomhudson@google.com | 2012-05-24 |
* | First stage of reworking custom shader infrastructure to allow | tomhudson@google.com | 2012-05-24 |
* | Fix some EOLs, mark files with the LF property. | bsalomon@google.com | 2012-05-24 |
* | Updated useSWOnlyPath method to use path chain instead of raw path renderer m... | robertphillips@google.com | 2012-05-24 |
* | Removed SoftwarePathRenderer from GrContext's path renderer chain | robertphillips@google.com | 2012-05-23 |
* | "fix" for r4034 issues | robertphillips@google.com | 2012-05-23 |
* | Plumbing to propagate save & restore from SkCanvas down to GrContext & lower | robertphillips@google.com | 2012-05-23 |
* | Remove GrClipMaskManager's path renderer chain (in favor of GrContext's) | robertphillips@google.com | 2012-05-22 |
* | Minor tweaks to SW-only clip mask generation logic | robertphillips@google.com | 2012-05-22 |
* | Commit comment change that was supposed to go into r4024 but wasn't because I... | bsalomon@google.com | 2012-05-22 |
* | Kill GrGpuGL::fHWDrawState | bsalomon@google.com | 2012-05-21 |
* | Changes accidentally omitted from 4022. | bsalomon@google.com | 2012-05-21 |
* | Stop Tracking const vertex attrib color and coverage using GrDrawState | bsalomon@google.com | 2012-05-21 |
* | Stop using GrDrawState to track stencil state | bsalomon@google.com | 2012-05-21 |
* | Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey s... | bsalomon@google.com | 2012-05-21 |
* | Tunnel name requests through factory, forcing custom effect and custom prog s... | bsalomon@google.com | 2012-05-21 |
* | When GL context is reset set some desktop-only GL state to values that we ass... | bsalomon@google.com | 2012-05-21 |
* | Use tristate in HW AA tracking, fix msaa disabled for non-smoothed lines bug | bsalomon@google.com | 2012-05-21 |
* | remove bogus nearlyzero checks | reed@google.com | 2012-05-21 |
* | Stop using GrDrawState to track bound textures and render target | bsalomon@google.com | 2012-05-21 |
* | ~glyphcache_globals needs to actually delete its cache | reed@google.com | 2012-05-21 |
* | Stop using GrDrawState to track draw face, dither, and color mask | bsalomon@google.com | 2012-05-21 |
* | Fix assignment of non-copyable. | bungeman@google.com | 2012-05-21 |
* | Stop using GrDrawState to track GPU's blend state | bsalomon@google.com | 2012-05-21 |
* | Some refactoring of GrCustomStage and friends | bsalomon@google.com | 2012-05-18 |
* | Fix obviously disallowed copy that Visual Studio allows. | bungeman@google.com | 2012-05-18 |
* | CreateTypefaceFromStream for GDI. | bungeman@google.com | 2012-05-18 |
* | Move state onto GrGLShaderBuilder, to let us implement mappings | tomhudson@google.com | 2012-05-18 |
* | minor cleanups, in prep for more work on improving precision | reed@google.com | 2012-05-17 |
* | Use intrinsics instead of inline assembly for detecting CPU ID & SSE2/3 support | tomhudson@google.com | 2012-05-17 |
* | reuse() is no longer available, call reset() | reed@google.com | 2012-05-17 |