index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
SkGr.h
Commit message (
Expand
)
Author
Age
...
*
Revert 6914 to fix build issues.
bsalomon@google.com
2012-12-20
*
Simplify cache IDs and keys.
bsalomon@google.com
2012-12-20
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Removed GrClip & related classes
robertphillips@google.com
2012-08-01
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...
rileya@google.com
2012-07-18
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
fix warnings on Mac in src/gpu and include/gpu
caryclark@google.com
2012-06-06
*
GrTexture can now create its own cache key
robertphillips@google.com
2012-06-04
*
Remove GrPath typedef
bsalomon@google.com
2012-04-27
*
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
robertphillips@google.com
2012-04-25
*
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...
robertphillips@google.com
2012-04-16
*
Remove static initiazled gClampNearest in gpu backend
bsalomon@google.com
2011-12-12
*
Fix build
bsalomon@google.com
2011-11-23
*
Remove unneeded sk/gr conversion code
bsalomon@google.com
2011-08-16
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Make GrTextureCache into a generic GrResource cache. Also some GrContext text...
bsalomon@google.com
2011-07-26
*
use SkPath for GrPath, removing GrPathIter entirely
reed@google.com
2011-05-16
*
Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.
bsalomon@google.com
2011-05-10
*
Share code with SkRect
reed@google.com
2011-05-09
*
Add bounding rect for paths
bsalomon@google.com
2011-04-27
*
Adds read pixels to GrTexture and GrRenderTarget
bsalomon@google.com
2011-04-05
*
Add GrResource base class for ibs, texs, vbs, etc.
bsalomon@google.com
2011-03-30
*
Fix a crash.
scroggo
2011-03-23
*
support lcd16 in text atlas (sans shader support)
reed@google.com
2011-03-15
*
Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpa...
bsalomon@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
*
Make a separate path renderer object. Move enum types to GrTypes.h
bsalomon@google.com
2011-02-22
*
Rev the GrContext interface. Context has draw* functions that take a new GrPa...
bsalomon@google.com
2011-01-21
*
add gpu to the default makefile
reed@google.com
2010-12-23
[prev]