index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrDrawTarget.h
Commit message (
Expand
)
Author
Age
*
Add hooks for GL_EXT_debug_marker in gpu
commit-bot@chromium.org
2014-02-21
*
Apply hairline optimization only if the path renderer wants it
commit-bot@chromium.org
2013-11-22
*
Revert "Do not apply hairline optimization for paths if nv_path_rendering is ...
bsalomon@google.com
2013-11-08
*
Do not apply hairline optimization for paths if nv_path_rendering is used
commit-bot@chromium.org
2013-11-08
*
Add can-ignore-rect hint to clear call
robertphillips@google.com
2013-10-31
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Implement stroking a path with nv_path_rendering
commit-bot@chromium.org
2013-10-09
*
Implement filling a path with nv_path_rendering cover
commit-bot@chromium.org
2013-10-09
*
Replace uses of GrNoncopyable by SkNoncopyable.
commit-bot@chromium.org
2013-09-18
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-17
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Change Atlas recycling to track current flush count and recycle if Atlas not ...
commit-bot@chromium.org
2013-08-16
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...
bsalomon@google.com
2013-05-29
*
Add support for using glCopyTexSubImage2D when possible to copy surfaces.
bsalomon@google.com
2013-04-15
*
Make GrIODB record and play back copySurface.
bsalomon@google.com
2013-04-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-04
*
Add GrDrawTarget::copySurface.
bsalomon@google.com
2013-04-03
*
Make drawRect preserve vertex attrib state and push/pop the geom sources.
bsalomon@google.com
2013-04-02
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-02
*
Trim the copy of the dst made for dst-reading effects using the clip and dev-...
commit-bot@chromium.org
2013-04-01
*
Add support for reading the dst pixel value in an effect. Use in a new effect...
bsalomon@google.com
2013-03-29
*
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
bsalomon@google.com
2013-03-25
*
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
bsalomon@google.com
2013-03-25
*
Attempt to reland 8264-5 with warning-as-error fixes.
bsalomon@google.com
2013-03-20
*
revert 8265-8264 (broke build)
reed@google.com
2013-03-20
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Add MSAA configs to bench.
bsalomon@google.com
2013-03-19
*
Give GrDrawTarget a back ptr to its owning GrContext.
bsalomon@google.com
2013-02-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-15
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
Move blend optimization functions to GrDrawState.
bsalomon@google.com
2013-02-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-06
*
Move vertex layout from GeometrySrcState to GrDrawState.
jvanverth@google.com
2013-02-05
*
Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of...
bsalomon@google.com
2013-02-01
*
Change vertex buffer allocator functions to take size rather than layout, tak...
jvanverth@google.com
2013-01-31
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-31
*
Change vertex buffer allocator functions to take size rather than layout.
jvanverth@google.com
2013-01-31
*
Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed dr...
bsalomon@google.com
2013-01-30
*
Move vertex layout definitions from GrDrawTarget to GrDrawState.
jvanverth@google.com
2013-01-28
*
Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...
bsalomon@google.com
2013-01-28
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-14
*
Use GrDrawTarget::AutoClipRestore to set temporary irect clips.
bsalomon@google.com
2012-12-13
[next]