index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
Commit message (
Expand
)
Author
Age
*
Use GrCustomStage to implement color matrix.
bsalomon@google.com
2012-10-17
*
Make Ganesh's resource cache limits more representative
robertphillips@google.com
2012-10-17
*
Separate out the texture matrix from the coord-system change matrix in GrSamp...
bsalomon@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
*
Use AutoMatrix in GrTextContext
bsalomon@google.com
2012-10-15
*
Spell correct some comments.
bsalomon@google.com
2012-10-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-13
*
Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.
bsalomon@google.com
2012-10-12
*
Turn on GPU AA clipping
robertphillips@google.com
2012-10-12
*
Minimize use of SkDraw's matrix in SkGpuDevice.
bsalomon@google.com
2012-10-11
*
SkTCopyOnFirstWrite
bsalomon@google.com
2012-10-11
*
Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...
bsalomon@google.com
2012-10-10
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-10
*
Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...
robertphillips@google.com
2012-10-09
*
Fixed xoom bug introduced in r5830
robertphillips@google.com
2012-10-09
*
Remove gainFocus() and setMatrixClip() virtuals from SkDevice.
bsalomon@google.com
2012-10-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-09
*
Remove external matrix feature.
bsalomon@google.com
2012-10-08
*
Make additional code paths go through GrDrawState helper classes for their ma...
bsalomon@google.com
2012-10-08
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-06
*
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
*
Moved paint color to vertex colors for batched rects
robertphillips@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
*
Make numTextures() be non-virtual on GrCustomStage.
bsalomon@google.com
2012-10-04
*
Omit shader swizzle if it is rgba.
bsalomon@google.com
2012-10-04
*
Oops, forgot a file
caryclark@google.com
2012-10-02
*
Add SkNativeGLContext implementation for iOS.
bsalomon@google.com
2012-10-02
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-02
*
Move android gl files from src/gpu/android to src/gpu/gl/android.
bsalomon@google.com
2012-10-01
*
Fix for typo in r5754
robertphillips@google.com
2012-10-01
*
Speculative render target ref/unref fixes
robertphillips@google.com
2012-10-01
*
delete obsolete/unused SkGpuCanvas
reed@google.com
2012-10-01
*
Fixed bug in drawing of large bitmaps
robertphillips@google.com
2012-10-01
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-29
*
Don't allow previous render target to be deleted in GrGpu::clear
bsalomon@google.com
2012-09-28
*
Update Ganesh to support fractional rects in drawBitmapRect
robertphillips@google.com
2012-09-28
*
Make gpu work in iOS SampleApp.
bsalomon@google.com
2012-09-28
*
Fix recursive GPU processing for SkImageFilter. Plumb through the
senorblanco@chromium.org
2012-09-27
*
Remove memcpy/memcmp from GrDrawState. Hopefully, this fixes Issue 912 withou...
bsalomon@google.com
2012-09-26
*
remove uses of setBitmapDevice (DEPRECATED)
reed@google.com
2012-09-26
[next]