index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Gave GrClip an SkClipStack-style iterator
robertphillips@google.com
2012-07-23
*
Remove Bitmaps Raw Pixel Support.
djsollen@google.com
2012-07-23
*
use SkTRefArray to share readonly data between pictures
reed@google.com
2012-07-23
*
add protected method for internal_dispose overrides to jam fRefCnt before
reed@google.com
2012-07-23
*
In SkWriter32::writeString, initialize all memory reserved.
scroggo@google.com
2012-07-23
*
Fix unbound memory consumption problem with run away deferred canvases.
junov@chromium.org
2012-07-23
*
use SkData to share between record and playback
reed@google.com
2012-07-21
*
include <new> since we use placement-new
reed@google.com
2012-07-21
*
add SkTRefArray, in hopes that it will enable more sharing between picturepla...
reed@google.com
2012-07-21
*
Added asNewCustomStage to SkShader and implemented it for all the gradient sh...
rileya@google.com
2012-07-20
*
Fix build break in r4694: move reset() call before setting custom stage on sa...
tomhudson@google.com
2012-07-20
*
Remove easily-removable uses of setTexture(), instead creating a GrSingleText...
tomhudson@google.com
2012-07-20
*
Remove assertion when texture matrix is unused
bsalomon@google.com
2012-07-20
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
Fix color filter LUT (install custom stage after reset of sampler). Over the ...
bsalomon@google.com
2012-07-20
*
Work around unused matrix uniform assertion for color filter LUT.
bsalomon@google.com
2012-07-20
*
SkNEW instead of new for lighting effects.
tomhudson@google.com
2012-07-20
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
removing trailing ',' on last entry in enum, to fix warning
reed@google.com
2012-07-20
*
add SkPaint::getPosTextPath(), with gm to test it
reed@google.com
2012-07-20
*
Addition of new-lines at end of files to correct Chromium builds.
twiz@google.com
2012-07-19
*
Make GPU linear gradients do bilinear filtering.
rileya@google.com
2012-07-19
*
Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...
tomhudson@google.com
2012-07-19
*
New subclasses for both Gr and GrGL gradient effect classes.
rileya@google.com
2012-07-19
*
Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...
rileya@google.com
2012-07-18
*
This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...
twiz@google.com
2012-07-18
*
Adding virtual overload of isDrawingToLayer() to SkGPipe
junov@chromium.org
2012-07-18
*
Clean up the use of AutoScratchTexture in the gaussian blur and morphology
senorblanco@chromium.org
2012-07-18
*
Fix grdrawstate == test when left side has disabled stage and right side does...
bsalomon@google.com
2012-07-18
*
Refactoring SkDeferredCanvas to use SkGPipe.
junov@chromium.org
2012-07-18
*
Need to apply matrix to advance in generateAdvance (as we already were in gen...
reed@google.com
2012-07-18
*
Factory method for creating GrGLProgram
bsalomon@google.com
2012-07-18
*
Add skipToLast method to SkClipStack
robertphillips@google.com
2012-07-18
*
Fix build breakage in r4641.
tomhudson@google.com
2012-07-17
*
Move texture domains onto a GrCustomStage, off of GrSamplerState.
tomhudson@google.com
2012-07-17
*
Use SkFlatDictionary in SkGPipe to take advantage of its new features.
scroggo@google.com
2012-07-17
*
Purge bitmaps from SkGPipe's shared heap.
scroggo@google.com
2012-07-17
*
Fixed two sub-optimal iterator uses
robertphillips@google.com
2012-07-16
*
Extended SkDeque's reverse iteration capability to SkClipStack
robertphillips@google.com
2012-07-16
*
Fix test break in r4627.
bsalomon@google.com
2012-07-16
*
Remove GrGLProgram::CachedData, make GrGLProgram represent the program
bsalomon@google.com
2012-07-16
*
Refactor SkDeque's iterator and allocation method
robertphillips@google.com
2012-07-16
*
Add a skia method to perform an atomic add.
scroggo@google.com
2012-07-16
*
land http://codereview.appspot.com/6325044/ by Lei
reed@google.com
2012-07-16
*
Fix bad allocator access in r4616
bsalomon@google.com
2012-07-16
*
Adding bracketing save/restore calls to SkPicture at record time and
junov@chromium.org
2012-07-16
*
Fix fs param name in conical gradient due to r4616.
bsalomon@google.com
2012-07-16
*
Remove uniform var pointers from custom effects
bsalomon@google.com
2012-07-16
*
Revert "Add a method to atomic add."
scroggo@google.com
2012-07-16
*
Add a skia method to perform an atomic add.
scroggo@google.com
2012-07-16
[next]