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
*
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
*
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
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...
bsalomon@google.com
2013-01-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-08
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
Use GrDrawTarget::AutoClipRestore to set temporary irect clips.
bsalomon@google.com
2012-12-13
*
Add a state bit to GrDrawState that forces coverage to be blended.
bsalomon@google.com
2012-12-13
*
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
*
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
*
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
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Remove GrDrawState::setTexture/getTexture
bsalomon@google.com
2012-07-30
*
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
robertphillips@google.com
2012-07-26
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...
twiz@google.com
2012-07-18
*
Fix assumption that enabled stage implies texture is present
bsalomon@google.com
2012-07-11
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
Remove redundant vlayout masks and wasted vlayout bits
bsalomon@google.com
2012-07-10
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
plumb SkInstCnt to all subclasses of GrRefCnt
reed@google.com
2012-06-26
*
Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.
tomhudson@google.com
2012-06-25
*
Simplify vertex layout bitfields by making Position-as-texcoords the
tomhudson@google.com
2012-06-25
*
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
*
fix warnings on Mac in src/gpu and include/gpu
caryclark@google.com
2012-06-06
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
Remove tesselated path renderer and supporting code, glu, and libtess target
bsalomon@google.com
2012-05-11
*
Added gpu AA clipping to old shader path
robertphillips@google.com
2012-05-01
*
Bumped num stages to 4 in preparation for AA clipping
robertphillips@google.com
2012-04-27
[next]