| Commit message (Expand) | Author | Age |
* | Renamed and made public SkGradientShaderBases's 'commonAsAGradient' to 'getGr... | rileya@google.com | 2012-07-27 |
* | Move GPU gradients into src/effects/gradients. | rileya@google.com | 2012-07-27 |
* | Split SkGradientShader into separate files for each gradient subclass. | rileya@google.com | 2012-07-26 |
* | Move filter/wrap out of GrSamplerState into GrTextureParams | bsalomon@google.com | 2012-07-25 |
* | Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u"... | bsalomon@google.com | 2012-07-25 |
* | Fix static assert on non-windows compilers(?) | bsalomon@google.com | 2012-07-25 |
* | Add GL uniform manager | bsalomon@google.com | 2012-07-25 |
* | Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un... | rileya@google.com | 2012-07-25 |
* | Add SkScalarPow. | bungeman@google.com | 2012-07-25 |
* | Fix TableColorFilter memory leak. | tomhudson@google.com | 2012-07-24 |
* | Replace new with SkNEW in more effects classes. | tomhudson@google.com | 2012-07-24 |
* | Added asNewCustomStage to SkShader and implemented it for all the gradient sh... | rileya@google.com | 2012-07-20 |
* | SkNEW instead of new for lighting effects. | tomhudson@google.com | 2012-07-20 |
* | New subclasses for both Gr and GrGL gradient effect classes. | rileya@google.com | 2012-07-19 |
* | This CL implements the Ganesh path for the SkTable_ColorFilter color transfor... | twiz@google.com | 2012-07-18 |
* | Fix bad allocator access in r4616 | bsalomon@google.com | 2012-07-16 |
* | Remove uniform var pointers from custom effects | bsalomon@google.com | 2012-07-16 |
* | There were three different problems with lighting filters: | senorblanco@chromium.org | 2012-07-13 |
* | Introduces new SingleTextureEffect base class for GrCustomStage objects. | tomhudson@google.com | 2012-07-12 |
* | Fix lighting filters on Windows, and re-enable the GPU path. | senorblanco@chromium.org | 2012-07-11 |
* | Disable GPU path for lighting filters, due to Windows weirdness. Unreviewed. | senorblanco@chromium.org | 2012-07-11 |
* | Mac GLSL fixes; unreviewed. | senorblanco@chromium.org | 2012-07-11 |
* | More build fixes; unreviewed. | senorblanco@chromium.org | 2012-07-11 |
* | Mac build fix; unreviewed. | senorblanco@chromium.org | 2012-07-11 |
* | This patch implements the diffuse and specular lighting filters in Ganesh. | senorblanco@chromium.org | 2012-07-11 |
* | Minor cleanup in lighting image filters: Made the light color a member of the | senorblanco@chromium.org | 2012-07-09 |
* | Added GPU implementation of 2-point conical gradient. | rileya@google.com | 2012-07-03 |
* | fix leak of Light object (in this private instance, the caller is transferring | reed@google.com | 2012-06-27 |
* | Added Inst counting to SkFlattenable-derived classes | robertphillips@google.com | 2012-06-27 |
* | Cleanup flattening code to properly serialize lighting image filters. | djsollen@google.com | 2012-06-26 |
* | Register some flattenable factories. | scroggo@google.com | 2012-06-25 |
* | Raster implementation of diffuse and specular lighting filters. Externally, | senorblanco@chromium.org | 2012-06-22 |
* | Move SkColorTable into its own header and reduce includes in SkFlattenable.h | djsollen@google.com | 2012-06-12 |
* | Register Two_Point_Conical_Gradient for flattening. | scroggo@google.com | 2012-06-11 |
* | fix typo: fA is dx^2 + dx^2 - dr^2, not dx^2 - dy^2 - dr^2 | mike@reedtribe.org | 2012-06-09 |
* | extend asAGradient for Conical type (to be implemented by PDF and XPS) | reed@google.com | 2012-06-07 |
* | optimize quad-root for conical gradients | reed@google.com | 2012-06-07 |
* | Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is | reed@google.com | 2012-06-06 |
* | fix warnings on Mac in src/effects | caryclark@google.com | 2012-06-06 |
* | temporary avoid zero-divide (to avoid assert in fixedpoint build) | reed@google.com | 2012-06-05 |
* | temporary: | reed@google.com | 2012-06-05 |
* | Fixed flattening of SkStippleMaskFilter | robertphillips@google.com | 2012-06-05 |
* | remove mutable apis on SkColorMatrixFilter, must use constructor. | reed@google.com | 2012-06-04 |
* | remove public function-ptr based colorfilter | reed@google.com | 2012-06-04 |
* | Windows compiler complaint cleanup | robertphillips@google.com | 2012-05-31 |
* | Refactor dictionaries for use by entities other than just SkPicture | djsollen@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 |
* | 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 |