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
...
*
assert that resources used with ctx are owned by the ctx
bsalomon@google.com
2011-11-19
*
Resubmit 2717 w/ fix workaround OS X GL bug.
bsalomon@google.com
2011-11-19
*
Revert 2717
bsalomon@google.com
2011-11-18
*
Recommit r2714 with clip fix
bsalomon@google.com
2011-11-18
*
Revert 2714 for debugging of test failure
bsalomon@google.com
2011-11-18
*
Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate ...
bsalomon@google.com
2011-11-18
*
remove all references to SkGlobals (obsolete)
reed@google.com
2011-11-17
*
remove obsolete SK_USE_RUNTIME_GLOBALS
reed@google.com
2011-11-17
*
add SkXfermode::IsMode() and use that in SkDevice
mike@reedtribe.org
2011-11-17
*
Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...
bsalomon@google.com
2011-11-16
*
This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.
senorblanco@chromium.org
2011-11-16
*
Add paging support for handle based typefaces.
bungeman@google.com
2011-11-15
*
Add getContext to GrResouce
bsalomon@google.com
2011-11-15
*
Remove allocated size vs content size in textures
bsalomon@google.com
2011-11-15
*
Remove GL functions only used in fixed pipe
bsalomon@google.com
2011-11-14
*
Remove GrGpuGLFixed subclass and ES1 support
bsalomon@google.com
2011-11-14
*
land http://codereview.appspot.com/5244058/ - add matrix to SkView
reed@google.com
2011-11-11
*
Do writepixels alpha-premul using gpu
bsalomon@google.com
2011-11-11
*
Add default param to SkDevice::writePixels b/c WK is relying on old signature...
bsalomon@google.com
2011-11-10
*
Filter out draws to non-PMA configs that won't blend correctly
bsalomon@google.com
2011-11-10
*
Add config8888 support to writePixels
bsalomon@google.com
2011-11-10
*
have paint's measure calls respect vertical
reed@google.com
2011-11-10
*
Fix convert to bool warning in VS
bsalomon@google.com
2011-11-10
*
add vertical-text bit to paint (not supported yet)
reed@google.com
2011-11-10
*
Add support for GL_EXT_unpack_subimage
bsalomon@google.com
2011-11-10
*
Speed up GrDrawState handling.
tomhudson@google.com
2011-11-09
*
Implement Gaussian blurs for images. The caller creates an an
senorblanco@chromium.org
2011-11-09
*
use new PurgeFontCache() api
reed@google.com
2011-11-08
*
When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with...
bsalomon@google.com
2011-11-08
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
fix prev. change for __OpenBSD__
reed@google.com
2011-11-08
*
Remove old and GL-specific defines from GrUserConfig.h comments
bsalomon@google.com
2011-11-08
*
add api to SkGraphics to get/set font cache limit
reed@google.com
2011-11-08
*
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
bsalomon@google.com
2011-11-07
*
Add support for GL_ARB_texture_swizzle
bsalomon@google.com
2011-11-07
*
Recommit r2611 with fix for gm
bsalomon@google.com
2011-11-07
*
Revert r2611 until windows gm can be debugged
bsalomon@google.com
2011-11-07
*
Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...
bsalomon@google.com
2011-11-07
*
More removal of texture fUploadByteCount and rename fFormat to fConfig for co...
bsalomon@google.com
2011-11-05
*
Override 32BPP format in SkCanvas::readPixels
bsalomon@google.com
2011-11-03
*
experimental -- add SkImageFilter to paint. Not called yet.
reed@google.com
2011-11-03
*
Adding support to trunk for building Skia using the Android NDK.
djsollen@google.com
2011-11-03
*
Line-endings only change (some windows line-endings snuck in)
bsalomon@google.com
2011-11-02
*
Make SkDevice::onReadPixels take a const& rather than const*
bsalomon@google.com
2011-11-02
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block)
reed@google.com
2011-11-01
*
add getDeviceSize() so callers won't need to call getDevice() so much
reed@google.com
2011-11-01
*
warning fixes
bsalomon@google.com
2011-10-27
[prev]
[next]