| Commit message (Expand) | Author | Age |
* | uniquely name FS functions, add lighting effects to unit test | bsalomon@google.com | 2012-08-07 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | document OwnDeviceCanvas | reed@google.com | 2012-08-07 |
* | move SkFilterShader into private header | reed@google.com | 2012-08-06 |
* | If we lose precision computing sum of the dash intervals, then we can have the | reed@google.com | 2012-08-06 |
* | Registry-based unit test for custom effects | bsalomon@google.com | 2012-08-03 |
* | Introduction of set of functions to manage generation of texture fetch shader... | twiz@google.com | 2012-08-02 |
* | Create GPU-less build of Skia. | bsalomon@google.com | 2012-08-02 |
* | Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and | senorblanco@chromium.org | 2012-08-01 |
* | Remove old constructors from GrGradientEffect subclasses, and moved their dec... | rileya@google.com | 2012-07-31 |
* | Modified GrGpuGL_unittest to no longer use the old constructors to create gra... | rileya@google.com | 2012-07-31 |
* | fix LayerDrawLooper to record its fFlagsMask | reed@google.com | 2012-07-31 |
* | 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 |