index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
Commit message (
Expand
)
Author
Age
*
Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...
bsalomon@google.com
2011-03-10
*
Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpa...
bsalomon@google.com
2011-03-04
*
add origin to device
reed@google.com
2011-03-04
*
Fixups for clipstack, convexity test for paths.
bsalomon@google.com
2011-03-04
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
Add asAGradient shader extraction API.
vandebo@chromium.org
2011-02-24
*
change virtual setMatrixClip() to take a SkClipStack parameter.
reed@google.com
2011-02-22
*
Make a separate path renderer object. Move enum types to GrTypes.h
bsalomon@google.com
2011-02-22
*
Hide alloc size vs content size below API
bsalomon@google.com
2011-02-17
*
need to apply the prepathmatrix (or perhaps push it on our mv stack)
reed@google.com
2011-02-16
*
upload generated mask for maskfilter to gpu (does not work with complex-paint...
reed@google.com
2011-02-16
*
first steps for supporting maskfilters (disabled right now)
reed@google.com
2011-02-16
*
Fix warnings on linux build (strict aliasing, cons init order, vars used only...
bsalomon@google.com
2011-02-03
*
Attempt to simplify NPOT texture caps. Also fixes case where textures would u...
bsalomon@google.com
2011-02-01
*
Adds ability to draw rects using a unit square vertex buffer. Useful when mat...
bsalomon@google.com
2011-02-01
*
fix slow performance on desktops by uping our max-texture-dim from 512 to
reed@google.com
2011-01-28
*
make xfermode warning printf be debug-only
reed@google.com
2011-01-21
*
Rev the GrContext interface. Context has draw* functions that take a new GrPa...
bsalomon@google.com
2011-01-21
*
Remove notion of default rendertarget. This doesn't map well to usage pattern...
bsalomon@google.com
2011-01-18
*
Towards issue #106
bsalomon@google.com
2011-01-13
*
expose gpu-device-factory
reed@google.com
2011-01-11
*
add template macro to "safely" perform casts w/o breaking strict-aliasing
reed@google.com
2011-01-05
*
fix build for scalar==fixed
reed@google.com
2011-01-04
*
add gpu to the default makefile
reed@google.com
2010-12-23