index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
move some public headers into private
reed
2015-08-11
*
Make initBatchTracker private, move towards pipeline on batch
bsalomon
2015-08-10
*
Sk4px blit mask.
mtklein
2015-08-10
*
Remove GrPipelineOptimizations member from GrPipeline
bsalomon
2015-08-10
*
trivial CL to add drawBatch to GrDrawContext
joshualitt
2015-08-10
*
Expand functionality of GrRectBatchFactory with AARects
joshualitt
2015-08-10
*
Fix to call SkDelete_array instead of SkDelete to fix ASAN error.
egdaniel
2015-08-10
*
Revert of [TextBlob] Fall back to TightRunBounds when the font bounds are emp...
egdaniel
2015-08-10
*
Rename GrPipelineInfo to GrPipelineOptimizations
bsalomon
2015-08-10
*
Move GrStrokeRectBatch creation to behind factory
joshualitt
2015-08-10
*
Create GrRectBatchFactory
joshualitt
2015-08-10
*
This is a speculative fix for the crash on IOS
egdaniel
2015-08-10
*
[TextBlob] Fall back to TightRunBounds when the font bounds are empty
fmalita
2015-08-10
*
move Stroke Rect and AAFill Rect to their own file
joshualitt
2015-08-10
*
SkPDF: add assert for that SkWStream behaves.
halcanary
2015-08-10
*
Use a factory function to create GrPipeline and remove unused member
bsalomon
2015-08-10
*
Wire up testcreate function for GrDrawAtlasBatch
joshualitt
2015-08-10
*
Remove an unused function.
thakis
2015-08-10
*
remove unneeded _DRAWIMAGERECT flags
reed
2015-08-07
*
fixup precision with configurable atlas
joshualitt
2015-08-07
*
GrDrawVertices to batches
joshualitt
2015-08-07
*
Move GrDrawAtlasBatch to separate file
jvanverth
2015-08-07
*
Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https:/...
jvanverth
2015-08-07
*
Move GrDrawAtlasBatch to separate file
jvanverth
2015-08-07
*
Make folder for batches
joshualitt
2015-08-07
*
First pass at drawAtlas batching.
jvanverth
2015-08-07
*
Break LCD and Bitmap text dependency on hardcoded atlas values
joshualitt
2015-08-07
*
The compiler can generate smulbb perfectly well nowadays.
mtklein
2015-08-07
*
Add Batch logging
joshualitt
2015-08-07
*
This iOS crash makes little sense to me. Add some debugging.
mtklein
2015-08-07
*
This iOS crash makes little sense to me. Add some debugging.
mtklein
2015-08-07
*
Fix warnings on VS2015 x86_64 build
bsalomon
2015-08-06
*
Split SkBmpCodec into three separate classes
msarett
2015-08-06
*
Let SkWebpCodec decode to 565
scroggo
2015-08-06
*
Plug a leak in GrTestUtils.
senorblanco
2015-08-06
*
Purge non-NEON ARM code.
mtklein
2015-08-06
*
Move some work from backend onClear to base class clear
egdaniel
2015-08-06
*
Implement caching of stroked paths in the tessellating path renderer.
senorblanco
2015-08-06
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
Don't pass pipeline to GrBatch::generateGeometry()
bsalomon
2015-08-06
*
Another small fix for reordering
joshualitt
2015-08-06
*
Port SkTextureCompression opts to SkOpts
mtklein
2015-08-06
*
SkSurface copy-on-write can yield stale GPU render targets.
fmalita
2015-08-06
*
Minor cleanup: remove GR_TESSELLATING_PATH_RENDERING #ifdef.
senorblanco
2015-08-06
*
Support decoding PNG to 565.
scroggo
2015-08-06
*
Fix reording across rendertarget switching
joshualitt
2015-08-05
*
Detect MIPS DSP and DSPR2 programattically.
mtklein
2015-08-05
*
Fix variable shadowing and unreachable code that it caused
brucedawson
2015-08-05
*
Fix ASAN error for wbmp swizzles
msarett
2015-08-05
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
[next]