aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Added asNewCustomStage to SkShader and implemented it for all the gradient sh...Gravatar rileya@google.com2012-07-20
* Fix build break in r4694: move reset() call before setting custom stage on sa...Gravatar tomhudson@google.com2012-07-20
* Remove easily-removable uses of setTexture(), instead creating a GrSingleText...Gravatar tomhudson@google.com2012-07-20
* Remove assertion when texture matrix is unusedGravatar bsalomon@google.com2012-07-20
* Made clarifying renamings to SkClipStack's iterators (and added to unit test)Gravatar robertphillips@google.com2012-07-20
* Fix color filter LUT (install custom stage after reset of sampler). Over the ...Gravatar bsalomon@google.com2012-07-20
* Work around unused matrix uniform assertion for color filter LUT.Gravatar bsalomon@google.com2012-07-20
* SkNEW instead of new for lighting effects.Gravatar tomhudson@google.com2012-07-20
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* removing trailing ',' on last entry in enum, to fix warningGravatar reed@google.com2012-07-20
* add SkPaint::getPosTextPath(), with gm to test itGravatar reed@google.com2012-07-20
* Addition of new-lines at end of files to correct Chromium builds.Gravatar twiz@google.com2012-07-19
* Make GPU linear gradients do bilinear filtering.Gravatar rileya@google.com2012-07-19
* Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...Gravatar tomhudson@google.com2012-07-19
* New subclasses for both Gr and GrGL gradient effect classes. Gravatar rileya@google.com2012-07-19
* Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...Gravatar rileya@google.com2012-07-18
* This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...Gravatar twiz@google.com2012-07-18
* Adding virtual overload of isDrawingToLayer() to SkGPipeGravatar junov@chromium.org2012-07-18
* Clean up the use of AutoScratchTexture in the gaussian blur and morphologyGravatar senorblanco@chromium.org2012-07-18
* Fix grdrawstate == test when left side has disabled stage and right side does...Gravatar bsalomon@google.com2012-07-18
* Refactoring SkDeferredCanvas to use SkGPipe.Gravatar junov@chromium.org2012-07-18
* Need to apply matrix to advance in generateAdvance (as we already were in gen...Gravatar reed@google.com2012-07-18
* Factory method for creating GrGLProgramGravatar bsalomon@google.com2012-07-18
* Add skipToLast method to SkClipStackGravatar robertphillips@google.com2012-07-18
* Fix build breakage in r4641.Gravatar tomhudson@google.com2012-07-17
* Move texture domains onto a GrCustomStage, off of GrSamplerState.Gravatar tomhudson@google.com2012-07-17
* Use SkFlatDictionary in SkGPipe to take advantage of its new features.Gravatar scroggo@google.com2012-07-17
* Purge bitmaps from SkGPipe's shared heap.Gravatar scroggo@google.com2012-07-17
* Fixed two sub-optimal iterator usesGravatar robertphillips@google.com2012-07-16
* Extended SkDeque's reverse iteration capability to SkClipStackGravatar robertphillips@google.com2012-07-16
* Fix test break in r4627.Gravatar bsalomon@google.com2012-07-16
* Remove GrGLProgram::CachedData, make GrGLProgram represent the programGravatar bsalomon@google.com2012-07-16
* Refactor SkDeque's iterator and allocation methodGravatar robertphillips@google.com2012-07-16
* Add a skia method to perform an atomic add.Gravatar scroggo@google.com2012-07-16
* land http://codereview.appspot.com/6325044/ by LeiGravatar reed@google.com2012-07-16
* Fix bad allocator access in r4616Gravatar bsalomon@google.com2012-07-16
* Adding bracketing save/restore calls to SkPicture at record time andGravatar junov@chromium.org2012-07-16
* Fix fs param name in conical gradient due to r4616.Gravatar bsalomon@google.com2012-07-16
* Remove uniform var pointers from custom effectsGravatar bsalomon@google.com2012-07-16
* Revert "Add a method to atomic add."Gravatar scroggo@google.com2012-07-16
* Add a skia method to perform an atomic add.Gravatar scroggo@google.com2012-07-16
* Having updated the documentation of GrCustomStage to argue that all custom st...Gravatar tomhudson@google.com2012-07-16
* [PDF] Add link annotations.Gravatar vandebo@chromium.org2012-07-13
* Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...Gravatar tomhudson@google.com2012-07-13
* There were three different problems with lighting filters:Gravatar senorblanco@chromium.org2012-07-13
* Fixed over-length lines in GrGLCreateDebugInterface.cppGravatar robertphillips@google.com2012-07-13
* don't add circles on chopped cubicsGravatar reed@google.com2012-07-13
* Added SkDevice onAttachToCanvas & onDetachFromCanvas methodsGravatar robertphillips@google.com2012-07-13
* Fix SkMatrix line endings (LF)Gravatar bsalomon@google.com2012-07-13
* Fix setFileOffset type to remove warnings.Gravatar vandebo@chromium.org2012-07-12