index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
xcode
/
gpu
Commit message (
Expand
)
Author
Age
*
Add GrTexture.cpp to legacy project files
bsalomon@google.com
2011-04-05
*
Remove dependence on platform GL headers. Remove code that attempts to infer ...
bsalomon@google.com
2011-04-04
*
Add GrResource base class for ibs, texs, vbs, etc.
bsalomon@google.com
2011-03-30
*
Fix ref leak on GrGpu.
bsalomon@google.com
2011-03-29
*
Add way to determine at link time what path renderer will be used.
bsalomon@google.com
2011-03-25
*
Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).
bsalomon@google.com
2011-03-21
*
This CL removes all dependencies on GL headers across all of Ganesh. New
twiz@google.com
2011-03-18
*
Implementation of a GL-virtualization layer for Skia. This allows for
twiz@google.com
2011-03-14
*
Remove deleted GrApi.h from gpu xcode project
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
*
Add red black tree
bsalomon@google.com
2011-02-22
*
use new high-quality blur in samples
reed@google.com
2011-02-18
*
Hide alloc size vs content size below API
bsalomon@google.com
2011-02-17
*
Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...
bsalomon@google.com
2011-02-14
*
Rev the GrContext interface. Context has draw* functions that take a new GrPa...
bsalomon@google.com
2011-01-21
*
Cleanup including of GL headers and provide way to include custom headers, ex...
bsalomon@google.com
2011-01-19
*
Fix bug where createTexture may bind a texture to GL without ever updating fH...
bsalomon@google.com
2010-12-23
*
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