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
*
Warn if return values from SkRect's Make* methods are ignored
robertphillips@google.com
2012-05-10
*
add SkPath::isLine(), similar to isRect()
reed@google.com
2012-05-10
*
move SkStrokePathEffect into hiding for now, as its functionality is rethought.
reed@google.com
2012-05-10
*
Added documentation of stage/TU allocation
robertphillips@google.com
2012-05-10
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10
*
allow SkAutoTUnref to be used syntactially as the object is refs
reed@google.com
2012-05-08
*
Comment improvements to GrGLInterface
bsalomon@google.com
2012-05-07
*
Move GL function prototype typdefs to a separate header
bsalomon@google.com
2012-05-07
*
remove unused ptr/len parameters from CreateTypeface
reed@google.com
2012-05-07
*
revert TLS change (until we impl windows backend)
reed@google.com
2012-05-07
*
allow thread-local font cache
reed@google.com
2012-05-07
*
move more stuff that should be private out from GrGLConfig.h
bsalomon@google.com
2012-05-07
*
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
[next]