index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
/
SkSurface_Gpu.cpp
Commit message (
Expand
)
Author
Age
...
*
remove RenderTargetFlags -- NewRenderTargetDirect will never clear
reed
2014-09-19
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Begin atlasing
robertphillips
2014-06-30
*
Revert of Begin atlasing (https://codereview.chromium.org/354533004/)
robertphillips
2014-06-29
*
Begin atlasing
robertphillips
2014-06-29
*
Add flag for SkGpuSurface creation to enable distance fields.
commit-bot@chromium.org
2014-05-02
*
stop using deprecated bitmap::config for gpu
commit-bot@chromium.org
2014-04-23
*
Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()
commit-bot@chromium.org
2014-03-28
*
Adding a new SkSurface factory for generating surfaces from the scratch textu...
commit-bot@chromium.org
2014-03-19
*
Manual revert of https://code.google.com/p/skia/source/detail?r=13353 due to ...
commit-bot@chromium.org
2014-03-04
*
still trying to kill setDevice: rename to setRootDevice (better name) and mak...
commit-bot@chromium.org
2014-02-17
*
Change device factories to take SkImageInfo instead of SkBitmap::Config
commit-bot@chromium.org
2014-02-16
*
remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT
reed@google.com
2014-02-07
*
use new instead of createCompatibleDevice, since we know the subclass we want
reed@google.com
2014-02-06
*
remove redundant GrContext parameter to NewRenderTargetDirect
reed@google.com
2014-02-04
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
move SkImage::ColorType into SkColorType
reed@google.com
2013-11-01
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-10-22
*
store SkAlphaType inside SkBitmap, on road to support unpremul
reed@google.com
2013-10-21
*
Make SkImage_Gpu share it's pixelref with the surface to prevent premature re...
commit-bot@chromium.org
2013-07-25
*
Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...
commit-bot@chromium.org
2013-06-26
*
Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. T...
senorblanco@chromium.org
2013-06-10
*
Adding optimization to avoid image copy in SkSurface copy on write when conte...
commit-bot@chromium.org
2013-04-22
*
Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends
junov@chromium.org
2013-04-16
*
Fixing viral copy/paste typo Shapshot -> Snapshot
junov@chromium.org
2013-04-12
*
Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy
junov@chromium.org
2013-04-11
*
Removed unused parameters
sugoi@google.com
2013-03-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
remove unused (and undefined) SkColorSpace parameter.
mike@reedtribe.org
2012-11-15
*
Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface)
robertphillips@google.com
2012-11-02
*
Fix leaks in SkSurface_Gpu.cpp
robertphillips@google.com
2012-11-01
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-01
*
Fleshed out GPU portion of image/surface feature
robertphillips@google.com
2012-10-31
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
check-point for gpu support in SkImage/SkSurface
reed@google.com
2012-07-31
[prev]