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
...
*
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
*
Fix crash when buidling with no deferred drawing in grcontext
bsalomon@google.com
2012-06-25
*
Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.
tomhudson@google.com
2012-06-25
*
Simplify vertex layout bitfields by making Position-as-texcoords the
tomhudson@google.com
2012-06-25
*
Extend texture release on GrDrawState to also handle custom stages.
tomhudson@google.com
2012-06-22
*
Revert r4287. Large numbers of textures created by random gradients can cause...
bsalomon@google.com
2012-06-22
*
Fix clipping of ovals on top & right
robertphillips@google.com
2012-06-22
*
AutoScratchTexture can now release its texture and it will return to the text...
robertphillips@google.com
2012-06-22
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
Remove count budget from resource cache
bsalomon@google.com
2012-06-21
*
TLS GrContext count
bsalomon@google.com
2012-06-15
*
releaseTextures portion of GrDrawState Ref textures CL (http://codereview.app...
robertphillips@google.com
2012-06-13
*
Split GrContext's AA Rect drawing methods into helper class
robertphillips@google.com
2012-06-12
*
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
*
Remove gpu stats tracking
bsalomon@google.com
2012-06-06
*
GrTexture can now create its own cache key
robertphillips@google.com
2012-06-04
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
Rolling back 4053
robertphillips@google.com
2012-05-28
*
Speculative fix for Android Debug only crash in r4049
robertphillips@google.com
2012-05-28
*
Rolling back r4049
robertphillips@google.com
2012-05-25
*
Altered GrDrawState to always ref textures and render target
robertphillips@google.com
2012-05-25
*
Removed SoftwarePathRenderer from GrContext's path renderer chain
robertphillips@google.com
2012-05-23
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
Free cached AA clip mask when create hard/stencil clip mask
robertphillips@google.com
2012-05-17
*
make "Partial pixel coverage will be incorrectly blended" debug message condi...
reed@google.com
2012-05-15
[prev]
[next]