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 dumb bug in checking gl interface validation against binding from gl vers...
bsalomon@google.com
2012-06-07
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
Add tiled rendering as an option to GM.
scroggo@google.com
2012-06-06
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is
reed@google.com
2012-06-06
*
Remove gpu stats tracking
bsalomon@google.com
2012-06-06
*
fix bug in GrGLInterface validation added in r4192
bsalomon@google.com
2012-06-06
*
Add GL function pointers for GL_NV_path_rendering
bsalomon@google.com
2012-06-06
*
fix warnings on Mac in src/animator
caryclark@google.com
2012-06-06
*
fix warnings on Mac in miscellaneous files
caryclark@google.com
2012-06-06
*
fix warnings on Mac in src/opts
caryclark@google.com
2012-06-06
*
fix warnings on Mac in src/core
caryclark@google.com
2012-06-06
*
fix warnings on Mac in src/effects
caryclark@google.com
2012-06-06
*
fix warnings on Mac in src/gpu and include/gpu
caryclark@google.com
2012-06-06
*
fix warnings on Mac in src/images
caryclark@google.com
2012-06-06
*
fix warnings on Mac in src/pdf
caryclark@google.com
2012-06-06
*
fix warnings on Mac in src/pipe
caryclark@google.com
2012-06-06
*
fix warnings on Mac in src/views
caryclark@google.com
2012-06-06
*
Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...
bsalomon@google.com
2012-06-05
*
Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)
robertphillips@google.com
2012-06-05
*
temporary avoid zero-divide (to avoid assert in fixedpoint build)
reed@google.com
2012-06-05
*
temporary:
reed@google.com
2012-06-05
*
Reverting r4162
robertphillips@google.com
2012-06-05
*
Added instance counting system for SkRefCnt-derived objects
robertphillips@google.com
2012-06-05
*
Move stuff from protected to private in GrGpuGL
bsalomon@google.com
2012-06-05
*
Fix an issue where Pipe did not draw correctly
scroggo@google.com
2012-06-05
*
Added missing #include in SkGlobalInitialization_default.cpp for Android build
robertphillips@google.com
2012-06-05
*
Fixed flattening of SkStippleMaskFilter
robertphillips@google.com
2012-06-05
*
Always filter gradient textures
bsalomon@google.com
2012-06-04
*
Remove cached texture width/height that was used by 4x4 filter
bsalomon@google.com
2012-06-04
*
remove 4x4 downsample filter mode
bsalomon@google.com
2012-06-04
*
GrTexture can now create its own cache key
robertphillips@google.com
2012-06-04
*
change gm to use concat instead of setMatrix, so we don't trash the caller if
reed@google.com
2012-06-04
*
Clean up likely reference leak in Ganesh custom stages.
tomhudson@google.com
2012-06-04
*
Break up GrGpuGL::flushGLCommonState
bsalomon@google.com
2012-06-04
*
remove mutable apis on SkColorMatrixFilter, must use constructor.
reed@google.com
2012-06-04
*
move texture flush and param update to separate function
bsalomon@google.com
2012-06-04
*
remove public function-ptr based colorfilter
reed@google.com
2012-06-04
*
Make the GM tool run GMs through an SkGPipe.
scroggo@google.com
2012-06-04
*
Revert r4134 due to bot failures
bsalomon@google.com
2012-06-04
*
Fixed Linux compiler complaints
robertphillips@google.com
2012-06-04
*
Move GrGpuGL::programUnitTest into its own file
bsalomon@google.com
2012-06-04
*
Move texture descriptor into GrTexture
robertphillips@google.com
2012-06-04
*
Adding option to serialize mutable bitmaps in SkPicture
junov@chromium.org
2012-06-01
*
Flip the switch to turn on GrCustomStage implementation of gradients;
tomhudson@google.com
2012-06-01
*
Serialize support for GDI.
bungeman@google.com
2012-06-01
*
read/write sfnt-data length, to match convetion of other fonthosts.
reed@google.com
2012-06-01
*
Move GrGpuGL::programUnitTest into its own file
bsalomon@google.com
2012-06-01
*
Move max vertex attributes value to GL Caps
bsalomon@google.com
2012-06-01
*
Remove dirty flags from GrGpuGL state flush
bsalomon@google.com
2012-06-01
[next]