index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrContext.cpp
Commit message (
Expand
)
Author
Age
*
Fix for GrTextureStripAtlas memory leak
robertphillips@google.com
2012-09-24
*
Move GrTextureParams from GrSamplerState to GrTextureAccess
bsalomon@google.com
2012-09-18
*
Fix texture ref/unref bug in GrContext::createResizedTexture
robertphillips@google.com
2012-09-11
*
Removed access of freed memory in GrContext dtor
robertphillips@google.com
2012-09-11
*
Removed old resource locking system
robertphillips@google.com
2012-09-09
*
Added explicit cache clearing
robertphillips@google.com
2012-09-07
*
Fixed assert in unlockStencilBuffer
robertphillips@google.com
2012-09-06
*
Resource cache now explicitly takes ref of managed resources
robertphillips@google.com
2012-09-05
*
Simplified stencil buffer caching
robertphillips@google.com
2012-09-05
*
Allow cache tracking to be enabled in release
robertphillips@google.com
2012-08-31
*
Added find, lock to GrContext & GrResourceCache interfaces
robertphillips@google.com
2012-08-30
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
Fix dumb bug: redundant runs of upm<->pm roundtrip test
bsalomon@google.com
2012-08-28
*
Remove SkGpuDevice::fTexture, use new pixel ref class name
bsalomon@google.com
2012-08-28
*
Do premul and r/b swap conversions in a custom effect
bsalomon@google.com
2012-08-27
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Change scratch texture cache behavior to only reuse scratch textures used as ...
rileya@google.com
2012-08-23
*
Move the code for the GPU implementation of morphology effects from GrContext
senorblanco@chromium.org
2012-08-22
*
Scratch textures are no longer removed from the cache in Debug
robertphillips@google.com
2012-08-22
*
Added resource cache debug output to help track changes
robertphillips@google.com
2012-08-22
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Remove unnecessary GrContext flushes
bsalomon@google.com
2012-08-17
*
Make all GrContext draws go through the draw buffer.
bsalomon@google.com
2012-08-16
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Move resize functionality out of createAndLockTexture and into createResizedT...
robertphillips@google.com
2012-08-13
*
Split cache-specific fields out of GrTextureDesc
robertphillips@google.com
2012-08-13
*
Refactored cacheID in preparation for clip mask caching changes
robertphillips@google.com
2012-08-08
*
Removed GrClip & related classes
robertphillips@google.com
2012-08-01
*
Make 0-texture GrCustomStages work.
bsalomon@google.com
2012-07-31
*
Remove GrDrawState::setTexture/getTexture
bsalomon@google.com
2012-07-30
*
Remove texture/mask setters on GrPaint
bsalomon@google.com
2012-07-26
*
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
robertphillips@google.com
2012-07-26
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
Fix npot bitmap tiling
bsalomon@google.com
2012-07-24
*
Remove easily-removable uses of setTexture(), instead creating a GrSingleText...
tomhudson@google.com
2012-07-20
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...
tomhudson@google.com
2012-07-19
*
Clean up the use of AutoScratchTexture in the gaussian blur and morphology
senorblanco@chromium.org
2012-07-18
*
Having updated the documentation of GrCustomStage to argue that all custom st...
tomhudson@google.com
2012-07-16
*
Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...
tomhudson@google.com
2012-07-13
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12
*
Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack
robertphillips@google.com
2012-07-11
*
Minor refactoring to make GrAutoMatrix a nested sub-class of GrContext
robertphillips@google.com
2012-07-11
*
Forced GrClip to always have conservative bounds
robertphillips@google.com
2012-07-11
*
Change TextContext handling of stages and draw targets; this allows us to
tomhudson@google.com
2012-07-11
*
More carefully disable stages in Ganesh to avoid textures or effects
tomhudson@google.com
2012-07-10
*
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
tomhudson@google.com
2012-07-09
*
Rolling back r4034 (Proposed plumbing to propagate save & restore)
robertphillips@google.com
2012-07-03
*
plumb SkInstCnt to all subclasses of GrRefCnt
reed@google.com
2012-06-26
*
Disable assert blocking DEPS roll. This is a sanity-checking assert not
tomhudson@google.com
2012-06-25
[next]