index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gpu
/
src
/
GrInOrderDrawBuffer.cpp
Commit message (
Expand
)
Author
Age
*
Fix warnings.
bsalomon@google.com
2011-04-28
*
Make Gr clear take a rect for a partial-clear
bsalomon@google.com
2011-04-27
*
Fix signed/unsigned warning in GrInOrderDrawBuffer.cpp
bsalomon@google.com
2011-04-26
*
Make clear a GrDrawTarget virtual method and implement in GrInOrderDrawBuffer
bsalomon@google.com
2011-04-25
*
Fix alignment issues with stack allocated memory allocated as bytes but used ...
bsalomon@google.com
2011-04-20
*
rename XHelper members to onX
bsalomon@google.com
2011-04-12
*
always flush accumulated draws before we purge the font cache
reed@google.com
2011-04-04
*
Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...
bsalomon@google.com
2011-03-10
*
If we compute an exact clip bounds prefer it over user passed bounds. Also cl...
bsalomon@google.com
2011-03-08
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
Make a separate path renderer object. Move enum types to GrTypes.h
bsalomon@google.com
2011-02-22
*
Batch consecutive draw rects.
bsalomon@google.com
2011-02-16
*
Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...
bsalomon@google.com
2011-02-14
*
Towards issue #106
bsalomon@google.com
2011-01-13
*
rename DrawState to DrState -- MS decided to #define DrawState, complicating
reed@google.com
2011-01-12
*
add gpu backend (not hooked up yet)
reed@google.com
2010-12-22