index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrInOrderDrawBuffer.cpp
Commit message (
Expand
)
Author
Age
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
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
*
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
*
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
*
Reland r7342 with fixes.
bsalomon@google.com
2013-01-23
*
Revert 7342 to investigate failures.
bsalomon@google.com
2013-01-23
*
Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer.
bsalomon@google.com
2013-01-23
*
Remove non-destructive playback from GrIODB.
bsalomon@google.com
2013-01-11
*
Remove default clip/drawstate in GrIODB.
bsalomon@google.com
2013-01-10
*
Accelerate AA filled rect drawing using drawIndexedInstances
robertphillips@google.com
2012-12-18
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-10
*
Fixed xoom bug introduced in r5830
robertphillips@google.com
2012-10-09
*
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
*
Moved paint color to vertex colors for batched rects
robertphillips@google.com
2012-10-05
*
Fixed bug(s) in batching of rects
robertphillips@google.com
2012-10-04
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fix clear records in IODB
bsalomon@google.com
2012-08-17
*
Fix assertion in in order draw buffer
bsalomon@google.com
2012-08-16
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
robertphillips@google.com
2012-07-26
*
Gave GrClip an SkClipStack-style iterator
robertphillips@google.com
2012-07-23
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Make GrInOrderDrawBuffer playback command driven
bsalomon@google.com
2012-06-26
*
Altered GrDrawState to always ref texture and render target
robertphillips@google.com
2012-06-22
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
Towards NV path rendering
bsalomon@google.com
2012-06-11
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
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
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
Fix for performance regression due to r3832
robertphillips@google.com
2012-05-04
*
Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawState
robertphillips@google.com
2012-05-03
*
Make fewer copies when using GrDrawTarget::AutoStateRestore
bsalomon@google.com
2012-03-30
*
Reland 3507
bsalomon@google.com
2012-03-30
[next]