index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Make GrGLDefines.h be a private header
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
*
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
*
We were numerically overflowing our 16bit coordinates that we communicate
reed@google.com
2012-05-03
*
recreate http://codereview.appspot.com/6131051/ in svn instead of git
epoger@google.com
2012-05-03
*
store x-interval-count per scanline, so we can skip lines in O(1)
reed@google.com
2012-05-02
*
Add device to top level N-way canvas.
djsollen@google.com
2012-05-01
*
record yspancount and intervalcount in regions
reed@google.com
2012-05-01
*
Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather
tomhudson@google.com
2012-05-01
*
Add comparison and assignment operators to GrSamplerState.
tomhudson@google.com
2012-04-30
*
Re-adding red texture support (by rolling back r3800)
robertphillips@google.com
2012-04-30
*
Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with htt...
epoger@google.com
2012-04-30
*
add comment on return-value for SkTSearch
reed@google.com
2012-04-30
*
Variant of SkRegion::op (called Oper) that either writes the result into a 3rd
reed@google.com
2012-04-30
*
Some cleanup of GrResource
bsalomon@google.com
2012-04-27
*
Add SkString.contains()
epoger@google.com
2012-04-27
*
Remove GrPath typedef
bsalomon@google.com
2012-04-27
*
Clean up DashPathEffect modulo math from r3761
epoger@google.com
2012-04-27
*
draw circle paths directly via GPU
bsalomon@google.com
2012-04-27
*
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
robertphillips@google.com
2012-04-25
*
add optional storage parameter to SkWriter32
reed@google.com
2012-04-24
*
allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructor
reed@google.com
2012-04-23
*
cleanups in prep for tls cache
reed@google.com
2012-04-23
*
Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage
tomhudson@google.com
2012-04-20
*
add x() and y() aliases for fLeft and fTop (matching SkIRect)
reed@google.com
2012-04-19
*
Fix undefined GLint in Mac builds
bsalomon@google.com
2012-04-19
*
Make GM able to run MSAA modes and multiple GPU configs in a single run.
bsalomon@google.com
2012-04-19
*
Added glBlendEquation to GL interface
robertphillips@google.com
2012-04-18
*
Track oval in SkPath
bsalomon@google.com
2012-04-18
*
expose font-table APIs to SkTypeface
reed@google.com
2012-04-17
*
Revert r3705 for fixed pt failures.
bsalomon@google.com
2012-04-17
*
track oval in SkPath
bsalomon@google.com
2012-04-17
*
Add coverage AA support for SampleApp root layers (windows only)
bsalomon@google.com
2012-04-17
*
Add cast to support 64 bit.
caryclark@google.com
2012-04-16
*
Add SK_SYSTEM_ZLIB define.
justinlin@google.com
2012-04-16
*
Fix 64-bit build on Mac
epoger@google.com
2012-04-16
*
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...
robertphillips@google.com
2012-04-16
*
proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657
mike@reedtribe.org
2012-04-14
*
replace getTotalClipStack() with replayClips()+ClipVisitor
reed@google.com
2012-04-13
*
add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave
reed@google.com
2012-04-12
*
mark getTotalClip as deprecated
reed@google.com
2012-04-12
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
allow the tolerance to be zero for nearlyzero
reed@google.com
2012-04-12
*
Add support for GL_NV_framebuffer_multisample_coverage
bsalomon@google.com
2012-04-11
*
Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero
epoger@google.com
2012-04-11
*
Make it possible to share a comparison func with both SkTSearch and SkQSort
bsalomon@google.com
2012-04-10
*
Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...
robertphillips@google.com
2012-04-10
*
misc fixes
bsalomon@google.com
2012-04-10
*
Warn when ignoring result of SkMatrix::invert.
bungeman@google.com
2012-04-09
[next]