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
*
Remove assert to allow Android bots (that don't support NPOT textures) to con...
robertphillips@google.com
2012-11-05
*
Make morphology, convolution, and table color filter opt out of default textu...
bsalomon@google.com
2012-11-02
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Reland r6233 with fix.
bsalomon@google.com
2012-11-01
*
Re-revert r6233.
bsalomon@google.com
2012-11-01
*
Reland r6233 with fix for config conversion texture matrices.
bsalomon@google.com
2012-11-01
*
Revert r6233 while investigating bot failures.
bsalomon@google.com
2012-11-01
*
Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.
bsalomon@google.com
2012-11-01
*
Ganesh resource cache changes
robertphillips@google.com
2012-10-31
*
Allow default texture cache limit to be set within gyp.
djsollen@google.com
2012-10-29
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
Platform/Engine -> Backend
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 5
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 2
bsalomon@google.com
2012-10-24
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...
bsalomon@google.com
2012-10-23
*
Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...
bsalomon@google.com
2012-10-22
*
Automatically handle converting gl_FragCoord to Skia's y-down device coords.
bsalomon@google.com
2012-10-22
*
Speculative fix for Chrome bug in SkClipStack::isWideOpen
robertphillips@google.com
2012-10-19
*
GPU: add failure checks for the scratch textures used in Gaussian blur.
robertphillips@google.com
2012-10-19
*
Attempt to patch GR_STATIC_RECT_VB path
robertphillips@google.com
2012-10-18
*
Make Ganesh's resource cache limits more representative
robertphillips@google.com
2012-10-17
*
Reland r5963 with two fixes:
bsalomon@google.com
2012-10-16
*
Revert r5962 because of failures.
bsalomon@google.com
2012-10-16
*
Require matrix for custom stage to be set when custom stage is installed.
bsalomon@google.com
2012-10-16
*
Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.
bsalomon@google.com
2012-10-12
*
SkTCopyOnFirstWrite
bsalomon@google.com
2012-10-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-09
*
Speculative fix for Chrome bug
robertphillips@google.com
2012-10-08
*
Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices.
bsalomon@google.com
2012-10-08
*
Remove translate param from GrContext::drawPath (and subsequent calls).
bsalomon@google.com
2012-10-08
*
Move some auto restore helpers from GrDrawTarget to GrDrawState.
bsalomon@google.com
2012-10-05
*
GrPaint encapsulation.
bsalomon@google.com
2012-10-05
*
Fix find/replace missed in #ifdef'ed out code in r5827.
bsalomon@google.com
2012-10-05
*
Rename GrPaint fields/enums/members texture->color mask->coverage.
bsalomon@google.com
2012-10-05
*
Move setPaint from GrContext to GrDrawState.
bsalomon@google.com
2012-10-05
*
Add convenience function on GrDrawState to set state bit based on a bool.
bsalomon@google.com
2012-10-04
*
Fixed bug(s) in batching of rects
robertphillips@google.com
2012-10-04
*
Speculative render target ref/unref fixes
robertphillips@google.com
2012-10-01
*
Fix some linux build warnings
bsalomon@google.com
2012-09-25
*
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
[next]