index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
add SkTQSort (stolen from cary's experimental work)
reed@google.com
2012-05-07
*
First pass at accelerating gpu-based AA clipping
robertphillips@google.com
2012-05-07
*
Hopefully fixes linux + mac build breaks from r3851 by adding missing include...
bsalomon@google.com
2012-05-07
*
Make GrGLDefines.h be a private header
bsalomon@google.com
2012-05-07
*
remove incorrect include
bsalomon@google.com
2012-05-07
*
Move function decls and macros out of public headers that are meant for inter...
bsalomon@google.com
2012-05-07
*
use std qsort instead of our (now gone) version
reed@google.com
2012-05-07
*
Just use std qsort
reed@google.com
2012-05-07
*
make CanNormalize inline for the float build (big speedup for PathIter)
reed@google.com
2012-05-07
*
add bench for SkPath::Iter and SkPath::RawIter
reed@google.com
2012-05-07
*
add different stroke-widths to dash bench
mike@reedtribe.org
2012-05-05
*
add gm for dashing variations
reed@google.com
2012-05-04
*
add initial bench for dashing (more work to do)
reed@google.com
2012-05-04
*
Fix for performance regression due to r3832
robertphillips@google.com
2012-05-04
*
fix/revert the unsigned-shift change made to clamp in 3836. For clamp we want
reed@google.com
2012-05-04
*
Upstream font changes from Android repository.
djsollen@google.com
2012-05-04
*
fix fixed-point build
reed@google.com
2012-05-03
*
We were numerically overflowing our 16bit coordinates that we communicate
reed@google.com
2012-05-03
*
Added "--list" command line option to SampleApp
robertphillips@google.com
2012-05-03
*
Made "Clip" sample use AA clipping
robertphillips@google.com
2012-05-03
*
Disabled stencil buffer for AA clip mask
robertphillips@google.com
2012-05-03
*
Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawState
robertphillips@google.com
2012-05-03
*
Fix to prevent infinite recursion during AA clip mask generation
robertphillips@google.com
2012-05-03
*
restore extra slot in sentinal array that was removed in 3825. This extra value
reed@google.com
2012-05-03
*
recreate http://codereview.appspot.com/6131051/ in svn instead of git
epoger@google.com
2012-05-03
*
Added cache to gpu AA clipping
robertphillips@google.com
2012-05-02
*
Moved SW path rendering path back to using TU/sampler #2. This reverts r3813
robertphillips@google.com
2012-05-02
*
Updates for SkGPipe.
scroggo@google.com
2012-05-02
*
store x-interval-count per scanline, so we can skip lines in O(1)
reed@google.com
2012-05-02
*
show contains and intersects predicates in sample
reed@google.com
2012-05-02
*
always return a value
reed@google.com
2012-05-02
*
distinguish intersects-rect from intersects-rgn
reed@google.com
2012-05-02
*
renormalize some loop counts for faster tests in regions
reed@google.com
2012-05-02
*
add more tests for rgn::intersects(rect)
reed@google.com
2012-05-02
*
rename containsrgn to containsrect, since that is what it is testing
reed@google.com
2012-05-02
*
add more tests around contains for rects and regions
reed@google.com
2012-05-02
*
Fixed usage info for SampleApp's msaa flag
robertphillips@google.com
2012-05-02
*
Switch memset.arm.S to unified syntax.
djsollen@google.com
2012-05-02
*
converted "unsigned int" to "size_t" to address compiler failure
robertphillips@google.com
2012-05-02
*
Added GM test to stress test the texture unit/sampler allocation
robertphillips@google.com
2012-05-02
*
Moved SW path rendering to new texture unit
robertphillips@google.com
2012-05-01
*
Added gpu AA clipping to old shader path
robertphillips@google.com
2012-05-01
*
Add device to top level N-way canvas.
djsollen@google.com
2012-05-01
*
Add missing null device checks in SkCanvas
djsollen@google.com
2012-05-01
*
fix bug (and add test) for drawing an inverse-path whose bounds do intersect
reed@google.com
2012-05-01
*
record yspancount and intervalcount in regions
reed@google.com
2012-05-01
*
Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cpp
robertphillips@google.com
2012-05-01
*
Add new flags to skdiff
epoger@google.com
2012-05-01
*
Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather
tomhudson@google.com
2012-05-01
*
Second half of refactoring to move SW path rendering to GrPathRenderer
robertphillips@google.com
2012-05-01
[next]