index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
SkGpuDevice.h
Commit message (
Expand
)
Author
Age
...
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use
tomhudson@google.com
2011-09-13
*
Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),
tomhudson@google.com
2011-09-12
*
Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...
bsalomon@google.com
2011-08-19
*
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
*
flip Y in uploads to bottom-up textures (and add gm test)
bsalomon@google.com
2011-07-18
*
Remove unused SkGpuDevice functions, add GrRenderTarget handle getters
bsalomon@google.com
2011-07-13
*
Add GrRenderTexture cons for gpu dev. Remove factory from gpu device.
bsalomon@google.com
2011-06-17
*
Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...
bsalomon@google.com
2011-06-17
*
make SkDevice constructors explicit between offscreen and on/direct
reed@google.com
2011-06-16
*
First pass at improving temporary tex/rt reuse
bsalomon@google.com
2011-06-16
*
Optimize colorfilter path when using a constant color.\nReviewed at http://co...
Scroggo
2011-05-16
*
make SkDeviceFactory reference counted
mike@reedtribe.org
2011-04-26
*
rename SkDevice::eraseColor to clear and make virtual.
bsalomon@google.com
2011-04-14
*
Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).
bsalomon@google.com
2011-03-21
*
add filterTextFlags() to SkDevice (virtual) to allow device subclasses to
reed@google.com
2011-03-15
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
change virtual setMatrixClip() to take a SkClipStack parameter.
reed@google.com
2011-02-22
*
Hide alloc size vs content size below API
bsalomon@google.com
2011-02-17
*
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
*
expose gpu-device-factory
reed@google.com
2011-01-11
*
add gpu to the default makefile
reed@google.com
2010-12-23
[prev]