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
*
fix build
reed@google.com
2013-01-28
*
REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX...
reed@google.com
2013-01-28
*
Move vertex layout definitions from GrDrawTarget to GrDrawState.
jvanverth@google.com
2013-01-28
*
Added toString to SkDrawLooper-derived classes
robertphillips@google.com
2013-01-28
*
Fix debug build. Unreviewed.
senorblanco@chromium.org
2013-01-28
*
Fix build break after r7411 when GR_STATIC_RECT_VB is enabled.
bsalomon@google.com
2013-01-28
*
Add an origin flag for backend (external) textures. Some textures in WebKit ...
senorblanco@chromium.org
2013-01-28
*
Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...
bsalomon@google.com
2013-01-28
*
Remove unnecessary ptr derefs int r7411 (deref result is not used).
bsalomon@google.com
2013-01-28
*
Remove getter of writable GrEffectStage from GrDrawState.
bsalomon@google.com
2013-01-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
[PDF] Handle invalid glyph IDs on drawText methods.
vandebo@chromium.org
2013-01-25
*
Avoid O(n) stack space usage in qsort.
bungeman@google.com
2013-01-25
*
Only clear the part of the texture used by the device (duh!)
bsalomon@google.com
2013-01-25
*
doh: use *srcPtr instead of src (which is now obsolete) when we check for spe...
reed@google.com
2013-01-25
*
Hid large dashed line optimization behind compiler flag
robertphillips@google.com
2013-01-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-25
*
Remove ConcaveToTriangles.
bungeman@google.com
2013-01-24
*
Bottom-up heapsort.
bungeman@google.com
2013-01-24
*
add optional cull-rect to patheffects, so they can do less work if their results
reed@google.com
2013-01-24
*
Fix SampleApp ANGLE mode.
bsalomon@google.com
2013-01-24
*
Fix spelling error.
bsalomon@google.com
2013-01-24
*
doh. drawRRect is not on SkDevice.... yet
reed@google.com
2013-01-24
*
Fix logic bug introduced in r7346.
bsalomon@google.com
2013-01-24
*
override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those,
reed@google.com
2013-01-24
*
Remove method calls on invalid "this" pointer.
bungeman@google.com
2013-01-24
*
Make all GrContext members that return a texture also ref the texture for the...
bsalomon@google.com
2013-01-24
*
Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv
junov@chromium.org
2013-01-24
*
Add deferred count to GrResource.
bsalomon@google.com
2013-01-23
*
Fix bug introduced in r7348, deleting wrapped resources.
bsalomon@google.com
2013-01-23
*
Reverse sense of convex-quad-fix compiler flag
robertphillips@google.com
2013-01-23
*
Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.
bsalomon@google.com
2013-01-23
*
Revert r7341
edisonn@google.com
2013-01-23
*
Reland r7342 with fixes.
bsalomon@google.com
2013-01-23
*
Revert 7342 to investigate failures.
bsalomon@google.com
2013-01-23
*
Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer.
bsalomon@google.com
2013-01-23
*
If getAdvance fails, getAdvanceData should not assert, but ignored.
edisonn@google.com
2013-01-23
*
Ensure that streams written using SkFlattenableBuffer's can be read with read...
djsollen@google.com
2013-01-23
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-23
*
Fix for oversight in r7325
robertphillips@google.com
2013-01-23
*
Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.
bsalomon@google.com
2013-01-22
*
Fix bug in 1xN SkBitmapProcShader optimization
robertphillips@google.com
2013-01-22
*
Fix r7321 build errors on non-windows compilers (using forward declared but ...
bsalomon@google.com
2013-01-22
*
Fix Android only code in SkDraw for 7317.
bungeman@google.com
2013-01-22
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
Fix VC++ warning and Android only code for 7317.
bungeman@google.com
2013-01-22
*
Expose geometry and gamma on device.
bungeman@google.com
2013-01-22
*
Simple Build fix. Unreviewed.
junov@chromium.org
2013-01-22
*
Fixing invalid text clipping on SkPicture playback
junov@chromium.org
2013-01-22
*
Added toString to SkXfermode-derived classes (for debugger)
robertphillips@google.com
2013-01-22
[next]