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
*
Fix SkGPipe drawing, and turn it on by default.
scroggo@google.com
2012-06-28
*
add SkData::NewFromCString()
reed@google.com
2012-06-28
*
Added EOF marker to address clang++ error
robertphillips@google.com
2012-06-28
*
Adding checksum to SkFlatData to accelerate SkPicture recording.
junov@chromium.org
2012-06-27
*
Altered SkInstCnt to print out atexit
robertphillips@google.com
2012-06-27
*
Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)
robertphillips@google.com
2012-06-27
*
add SkAlign8 and SkIsAlign8 macros
reed@google.com
2012-06-27
*
Added Inst counting to SkFlattenable-derived classes
robertphillips@google.com
2012-06-27
*
plumb SkInstCnt to all subclasses of GrRefCnt
reed@google.com
2012-06-26
*
more SkInstCnt plumbing
reed@google.com
2012-06-26
*
show # of unknown subclasses in dump
reed@google.com
2012-06-26
*
more SkInstCnt plumbing
reed@google.com
2012-06-26
*
add more SkInstCnt plumbing
reed@google.com
2012-06-26
*
stick SkInstCnt in more classes, to help track down leaks
reed@google.com
2012-06-26
*
Cleanup flattening code to properly serialize lighting image filters.
djsollen@google.com
2012-06-26
*
Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.
tomhudson@google.com
2012-06-25
*
export flags on the state of the world when a picture was serialized.
reed@google.com
2012-06-25
*
[android] Add an API to load customized font config for testing.
djsollen@google.com
2012-06-25
*
Raster implementation of diffuse and specular lighting filters. Externally,
senorblanco@chromium.org
2012-06-22
*
Revert r4287. Large numbers of textures created by random gradients can cause...
bsalomon@google.com
2012-06-22
*
AutoScratchTexture can now release its texture and it will return to the text...
robertphillips@google.com
2012-06-22
*
Move GrTemplates.h to src
bsalomon@google.com
2012-06-22
*
Altered GrDrawState to always ref texture and render target
robertphillips@google.com
2012-06-22
*
Add GrSurface parent class above GrTexture & GrRenderTarget
robertphillips@google.com
2012-06-21
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
Remove count budget from resource cache
bsalomon@google.com
2012-06-21
*
Add GrMemoryPool as a helper to override operators new/delete
bsalomon@google.com
2012-06-19
*
Fix memory leaks.
tomhudson@google.com
2012-06-19
*
TLS GrContext count
bsalomon@google.com
2012-06-15
*
Use GrAARectRenderer in GPU AA clip mask generation
robertphillips@google.com
2012-06-15
*
Version 2 of the Instance Counting system. This one simplifies the print out ...
robertphillips@google.com
2012-06-13
*
NV PR spec update to function param, use GrGL typedefs rather than fundamenta...
bsalomon@google.com
2012-06-13
*
faster SkScalarIsFinite()
reed@google.com
2012-06-13
*
Added Texture desc to render target
robertphillips@google.com
2012-06-13
*
Compiler complaints + some minor cleanup
robertphillips@google.com
2012-06-12
*
add readPtr and writePtr to SkReader32 and SkWriter32
reed@google.com
2012-06-12
*
Move SkColorTable into its own header and reduce includes in SkFlattenable.h
djsollen@google.com
2012-06-12
*
Adding API to GrTexture to reset cached texture parameter values
junov@chromium.org
2012-06-12
*
Split GrContext's AA Rect drawing methods into helper class
robertphillips@google.com
2012-06-12
*
remove SK_CAN_USE_FLOAT (deprecated)
reed@google.com
2012-06-11
*
Add SK_API to null canvas create method
bsalomon@google.com
2012-06-11
*
Null canvas
bsalomon@google.com
2012-06-11
*
Remove glBlendEquation and glColorPointer
bsalomon@google.com
2012-06-08
*
Rename the existing flatten(void*) methods.
djsollen@google.com
2012-06-08
*
Add SkPath::getVerbs/countVerbs
bsalomon@google.com
2012-06-07
*
extend asAGradient for Conical type (to be implemented by PDF and XPS)
reed@google.com
2012-06-07
*
Make SkPath::RawIter require a non-NULL pts pointer.
bsalomon@google.com
2012-06-07
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
[next]