index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrDrawTarget.cpp
Commit message (
Expand
)
Author
Age
...
*
Fix stale assert in GrDrawTarget::print
commit-bot@chromium.org
2013-11-08
*
separate state for msaa renderability
commit-bot@chromium.org
2013-10-15
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Move renderable config list to GrDrawTargetCaps
commit-bot@chromium.org
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 GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Plumb in flag for reusing scratch textures
commit-bot@chromium.org
2013-07-18
*
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
*
Key shader on whether frag pos read is relative to top-left or bottom-left
bsalomon@google.com
2013-05-13
*
Add support for GL_*_shader__framebuffer_fetch
bsalomon@google.com
2013-05-03
*
Vertex Attrib configurations now handled as pointers vs. SkSTArrays
robertphillips@google.com
2013-04-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-16
*
Add support for using glCopyTexSubImage2D when possible to copy surfaces.
bsalomon@google.com
2013-04-15
*
Use blitframebuffer to implement copySurface.
commit-bot@chromium.org
2013-04-11
*
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
*
Take two for r8466:
jvanverth@google.com
2013-04-01
*
Rolling back r8466.
jvanverth@google.com
2013-04-01
*
Revise attribute binding interface.
commit-bot@chromium.org
2013-04-01
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-26
*
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 GrEllipseEdgeEffect.
commit-bot@chromium.org
2013-03-12
*
Remove constructors from GrVertexAttrib.
jvanverth@google.com
2013-03-01
*
Resubmit r7899 and r7901.
jvanverth@google.com
2013-03-01
*
Revert r7901 & r7899 to allow DEPS roll
robertphillips@google.com
2013-02-28
*
Add new vertex attribute array specification.
jvanverth@google.com
2013-02-28
*
Give GrDrawTarget a back ptr to its owning GrContext.
bsalomon@google.com
2013-02-25
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
Move blend optimization functions to GrDrawState.
bsalomon@google.com
2013-02-12
*
Move vertex layout from GeometrySrcState to GrDrawState.
jvanverth@google.com
2013-02-05
*
don't use NULL when comparing against ints/size_t (fixes warning)
reed@google.com
2013-02-01
*
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
*
fix build
reed@google.com
2013-01-28
[prev]
[next]