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
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
Fix for MSAN unintialized value
joshualitt
2015-08-25
*
Fix for distance field draw large glyph as paths
joshualitt
2015-08-25
*
Revert of Modify GrBWFillRectBatch to use GrQuad (patchset #3 id:40001 of htt...
joshualitt
2015-08-24
*
Modify GrBWFillRectBatch to use GrQuad
joshualitt
2015-08-24
*
Remove unused calcPOIs with color/coverage input.
egdaniel
2015-08-24
*
Fix for copy surface not handling dirty context
joshualitt
2015-08-21
*
wire up reduced atlas and zero textblob cache to test
joshualitt
2015-08-21
*
Standardize BW to NonAA
joshualitt
2015-08-21
*
fill rect batch refactor into separate batches
joshualitt
2015-08-21
*
Create separate entry points for the various flavors of drawRect
joshualitt
2015-08-21
*
This code should've been part of the CL that added registerChildProcessor(); ...
wangyix
2015-08-21
*
Use stencil ops that don't issue writes whenever possible
vbuzinov
2015-08-21
*
Add ANGLE workaround to prefer flushes over VRAM usage
robertphillips
2015-08-20
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
For a frag proc, its key will be a concatenation of all its descendant procs'...
wangyix
2015-08-20
*
Revert "fill rect batch refactor into separate batches"
joshualitt
2015-08-20
*
Thou shalt use override consistently.
mtklein
2015-08-19
*
Put drawPath in GrBatch.
bsalomon
2015-08-19
*
Fix transformed stroke width in GrAALinearizingConvexPathRenderer.
ethannicholas
2015-08-19
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
stop dropping AA when rect stays rect
joshualitt
2015-08-19
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
Add rendertarget flag to prevent a debug assert in SampleApp.
senorblanco
2015-08-19
*
Create GrQuad
joshualitt
2015-08-19
*
Use calloc to allocate data that will be uploaded to vertex/index buffers in ...
bsalomon
2015-08-19
*
This change is in preparation for updating how processor keys and meta keys a...
wangyix
2015-08-19
*
Allow setting of GrBatchFontCache atlas sizes
joshualitt
2015-08-19
*
add missing override
mtklein
2015-08-19
*
fill rect batch refactor into separate batches
joshualitt
2015-08-19
*
Init class ID in GrStencilPathBatch
Brian Salomon
2015-08-19
*
Path stenciling in GrBatch
bsalomon
2015-08-18
*
Remove Cmd in GrTargetCommands that is no longer needed with GrCopySurfaceBatch
bsalomon
2015-08-18
*
GrCopySurfaceBatch
bsalomon
2015-08-18
*
added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdva...
wangyix
2015-08-18
*
Add support for non-mappable vert buffers to tessellating path renderer.
senorblanco
2015-08-18
*
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...
wangyix
2015-08-18
*
ClearStencilClip in GrBatch
bsalomon
2015-08-18
*
Move GrTBatchTesselator to its own file
joshualitt
2015-08-18
*
Add missing overrides to clear and discard batch dumpInfo()
Brian Salomon
2015-08-18
*
Put clear and discard into GrBatch.
bsalomon
2015-08-18
*
Regenerate LCD text blobs if GrPaint's color changes, not SkPaint.
jvanverth
2015-08-18
*
Made isEqual in GrFragmentProcessor recursive
wangyix
2015-08-18
*
GrAAFillRectBatch holds onto GrPipelineOptimizations
joshualitt
2015-08-18
*
Added class AutoFragmentChildProcAdvance to be constructed before a child emi...
wangyix
2015-08-18
*
Privatize GrBatch subclass overrides
bsalomon
2015-08-18
*
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
bsalomon
2015-08-17
*
Stop ping ponging AA in SkGpuDevice
joshualitt
2015-08-17
*
drawBitmapImage can batch across AA rects
joshualitt
2015-08-17
*
Revert of drawBitmapImage can batch across AA rects (patchset #5 id:80001 of ...
joshualitt
2015-08-17
[next]