index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gpu
/
src
/
GrContext.cpp
Commit message (
Expand
)
Author
Age
*
Add way to determine at link time what path renderer will be used.
bsalomon@google.com
2011-03-25
*
Rename flag that disables stencil buffer creation
bsalomon@google.com
2011-03-24
*
Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...
bsalomon@google.com
2011-03-10
*
Make flush discardable and lazily reset context
bsalomon@google.com
2011-03-10
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
Fix double delete of vb pool and missing delete of ib pool
bsalomon@google.com
2011-02-25
*
Fix line endings in Gr files and set svn eol style to LF
bsalomon@google.com
2011-02-22
*
Make a separate path renderer object. Move enum types to GrTypes.h
bsalomon@google.com
2011-02-22
*
Reduce glGets for stencil bits.
bsalomon@google.com
2011-02-18
*
Hide alloc size vs content size below API
bsalomon@google.com
2011-02-17
*
Batch consecutive draw rects.
bsalomon@google.com
2011-02-16
*
Fix param order in setVertexSourceToBuffer calls due to r786 when GR_STATIC_R...
bsalomon@google.com
2011-02-14
*
Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...
bsalomon@google.com
2011-02-14
*
git-svn-id: http://skia.googlecode.com/svn/trunk@783 2bbb7eff-a529-9590-31e7-...
bsalomon@google.com
2011-02-11
*
Make enabling static rect VB configurable by user config file.
bsalomon@google.com
2011-02-02
*
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
*
Rev the GrContext interface. Context has draw* functions that take a new GrPa...
bsalomon@google.com
2011-01-21
*
add getter/setter for TextureCache, so that clients can make their budget
reed@google.com
2011-01-18
*
Remove notion of default rendertarget. This doesn't map well to usage pattern...
bsalomon@google.com
2011-01-18
*
Fix vertex buffer size computation when deferred text is disabled. This chang...
bsalomon@google.com
2011-01-18
*
Towards issue #106
bsalomon@google.com
2011-01-13
*
add gpu to the default makefile
reed@google.com
2010-12-23
*
add gpu backend (not hooked up yet)
reed@google.com
2010-12-22