Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
e8a426965d2f13c0eb8f30bc656738b79dde618c
/
src
8a02f65
Switch ImageStorageAccess over to GrTextureProxies
by Robert Phillips
· 7 years ago
1772663
Include non-legacy GrMeshDrawOps in GLPrograms test.
by Brian Salomon
· 7 years ago
273eead
implement 4f for composeshader
by Mike Reed
· 7 years ago
08aa88d
fix SkJumperHSL blend modes
by Mike Klein
· 7 years ago
8b96b37
fix legacy/SkRasterPipeline SkHighContrastFilter
by Mike Klein
· 7 years ago
175f588
Modify SkEventTracer::SetInstance to fail rather than assert if a tracer has already been installed.
by Brian Salomon
· 7 years ago
ebb1b5c
Add new SkImageGenerator::getPixels() API, deprecate the old
by Matt Sarett
· 7 years ago
7c8460e
Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".
by Brian Salomon
· 7 years ago
57a75c4
fold matrices together for tricolor
by Mike Reed
· 7 years ago
0745422
Cleanup SkImageGenerator, add missing fns to GrBackendTextureImageGenerator
by Brian Osman
· 7 years ago
f391f4e
Pass alphaType to append_gamut_transform() to inform the clamp
by Matt Sarett
· 7 years ago
6cdc22c
Split up opLists (take 3)
by Robert Phillips
· 7 years ago
5c7960b
refactor gradient stage names
by Mike Klein
· 7 years ago
df3a371
Revert "Evenly space gradient stage."
by Mike Klein
· 7 years ago
e6c210a
Fix Ubuntu-Clang-x86_64-Release-Mini
by Matt Sarett
· 7 years ago
a783c36
Classify spot shadows for general shapes
by Jim Van Verth
· 7 years ago
892501d
Evenly space gradient stage.
by herb
· 7 years ago
fc84dc5
proposed: inclusive gradients, exclusive images
by Mike Klein
· 7 years ago
e759853
spin off: always clamp linear gradients
by Mike Klein
· 7 years ago
b6deea8
Setup for another attempt to split up opLists
by Robert Phillips
· 7 years ago
ec8f8b0
Fix GPU text colors when color spaces are involved
by Brian Osman
· 7 years ago
85d34b2
Remove SkCrossContextImageData and all support code
by Brian Osman
· 7 years ago
ae11593
remove TODO in SkGradientShader.cpp
by Mike Klein
· 7 years ago
028a9a5
Workaround for Intel 6xxx clear to opaque black bug
by Brian Salomon
· 7 years ago
a8b5cf3
Fix transparent ambient shadows
by Jim Van Verth
· 7 years ago
1c4c114
Fix transparent ambient for perspective shadows
by Jim Van Verth
· 7 years ago
6a4dc66
Add SkJpegEncoder and SkWebpEncoder to public API
by Matt Sarett
· 7 years ago
b60acfc
Add a way to force raster pipeline blitter.
by Mike Klein
· 7 years ago
6c9f101
Add some swizzle checks to vulkan backend
by Greg Daniel
· 7 years ago
87f8071
A8 fast path for raster clip masks
by Florin Malita
· 7 years ago
56269ef
Remove comments referencing locked pixels
by Leon Scroggins III
· 7 years ago
44d3279
Make SkCreateRasterPipelineBlitter() not fail.
by Mike Klein
· 7 years ago
5ac13c2
sksl support for static ifs & switches
by Ethan Nicholas
· 7 years ago
37c5a96
Unify ShadowUtils interface
by Jim Van Verth
· 7 years ago
77ced29
use SkColorSpaceXformer in SkShader appendStages() fallback
by Mike Klein
· 7 years ago
2814d91
clean up SkShader friends
by Mike Klein
· 7 years ago
14113bc
add flag to hide deprecated clipops
by Mike Reed
· 7 years ago
6f9f259
Fix alpha coverage for lerp_565 stage.
by bungeman
· 7 years ago
05fd8cf
Clean up shadow assert.
by Jim Van Verth
· 7 years ago
ac70f84
Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
by Brian Salomon
· 7 years ago
1ffda04
allow inf/nan in GrRect isect utility functions.
by Brian Salomon
· 7 years ago
25294d7
Pre-clamp path tolerance
by Brian Osman
· 7 years ago
fdf3103
void SkColorFilter::onAppendStages(...)
by Mike Klein
· 7 years ago
b8fbab2
fix 565
by Mike Klein
· 7 years ago
852d715
Create geometry shader modules in vulkan when using geom shaders
by Greg Daniel
· 7 years ago
ab8ce1a
Fixed distance field interpolation for gamma correct rendering
by Brian Osman
· 8 years ago
13dddce
Added SkImage::MakeCrossContextFromEncoded
by Brian Osman
· 7 years ago
fe31908
Add downsampling option to SkJpegEncoder
by Matt Sarett
· 7 years ago
7120b2d
move set-text-matrix into private
by Mike Reed
· 7 years ago
2e61b18
Add jpeg encoder alpha handling option
by Matt Sarett
· 7 years ago
ee2d9df
make append_gamut_tranform() never fail
by Mike Klein
· 7 years ago
31ec144
Add support for using texel buffers in Vulkan backend.
by Greg Daniel
· 7 years ago
94fd06f
Move SkPngEncoder into public API
by Matt Sarett
· 7 years ago
6dfceca
Make SkColorFilter::appendStages() not fail.
by Mike Klein
· 7 years ago
2a55c8e
Avoid assertion in MSAA rendering buffer about indexed draw with zero index count
by Brian Salomon
· 7 years ago
5c77975
Add flag to avoid stencil buffers in Skia
by Eric Karl
· 7 years ago
fda4600
SkPerlinNoiseShader: handle pathological inputs
by Hal Canary
· 7 years ago
8734566
Convert color to dst (once) in color shaders
by Matt Sarett
· 8 years ago
c84c030
Add debug-only helper methods to get #ops & #clips per opList
by Robert Phillips
· 7 years ago
6410d29
Remove 'fDrawFace' from GrPipeline
by Robert Phillips
· 7 years ago
d2da87d
Forward getGrContext in color space xform canvas
by Brian Osman
· 7 years ago
7f1d020
remove (possibly slow) call to refEncoded in getDeferredTextureImageData
by Mike Reed
· 7 years ago
090fbf8
Add radial gradient stage.
by Herb Derby
· 7 years ago
8606cf8
Implement disconnect function for GrVkGpu
by Greg Daniel
· 7 years ago
0c9d13b
Minor sksl parser cleanup
by Ethan Nicholas
· 7 years ago
892af1e
add a guide to contributing to SkJumper
by Mike Klein
· 7 years ago
449d78f
Revert "Added SkImage::MakeCrossContextFromEncoded"
by Brian Salomon
· 7 years ago
823bdd9
fixed InstanceProcessor SkSL code
by Ethan Nicholas
· 7 years ago
d1835d7
"can we?" -> "do we want to?" for SkRasterPipelineBlitter
by Mike Klein
· 7 years ago
83b1b3d
Added SkImage::MakeCrossContextFromEncoded
by Brian Osman
· 7 years ago
9e14696
SkAdvancedTypefaceMetrics: pack fields better
by Hal Canary
· 7 years ago
be25600
fix commented-out gaussian
by Mike Klein
· 7 years ago
e308a12
Remove height functor for shadows and replace with plane equation params
by Jim Van Verth
· 7 years ago
6f24180
vk: don't re-check the primitive type for each batch of a mesh
by Chris Dalton
· 7 years ago
b37208f
Revert "Revert "Re-enable deferred proxies in Chrome""
by Robert Phillips
· 7 years ago
49081d1
Expand GrTextureProxy to handle highestFilterMode
by Robert Phillips
· 7 years ago
26368c3
Minimize computeTotalInverse()'s inputs
by Florin Malita
· 7 years ago
8e45b4f
GL: track enabled vertex arrays as a count rather than a mask
by Chris Dalton
· 8 years ago
15b2509
Update minimum non-ES OpenGL spec to 2.0.
by Brian Salomon
· 7 years ago
f086167
Remove support for GLs without separate stencil.
by Brian Salomon
· 7 years ago
be4c9b0
Add filtering and zlib-level options to SkPngEncoder
by Matt Sarett
· 7 years ago
2983f40
Re-land of "eliminated GrGLSLExpr".
by Ethan Nicholas
· 7 years ago
0562eb9
Allow wrapped resources to have unique keys
by Brian Osman
· 7 years ago
ff60b17
GrTessellator AA: fix 1px wide paths.
by Stephen White
· 8 years ago
63f717d
Remove Sk4fGradientInterval::fZeroRamp
by Florin Malita
· 7 years ago
5bbd076
SkImage::isValid
by Brian Osman
· 7 years ago
bb33833
jumper, finish blend modes
by Mike Klein
· 8 years ago
05814de
Revert "Re-enable deferred proxies in Chrome"
by Robert Phillips
· 7 years ago
9bb75af
Tighten up gradient clamp logic.
by Mike Klein
· 8 years ago
c2dd5ed
Add GrVkTexelBuffer class
by Greg Daniel
· 8 years ago
555c49c
Re-enable deferred proxies in Chrome
by Robert Phillips
· 8 years ago
c682038
remove old 565 destination opts
by Mike Klein
· 8 years ago
4c6e410
impl 4f version for tricolor shader
by Mike Reed
· 8 years ago
7633477
Fix color blending for analytic shadows
by Jim Van Verth
· 8 years ago
6d34228
Allow custom GrAtlasGlyphCache texture sizes
by Eric Karl
· 8 years ago
8d1e0ac
More analytic shadow refactoring.
by Jim Van Verth
· 8 years ago
22469d9
Stub encoding impls for clients without libraries
by Matt Sarett
· 8 years ago
9444bdd
composecolorfilter can now append stages
by Mike Reed
· 8 years ago
2627b04
SkTypeface: remove old virtual onGetAdvancedMetrics, since https://crrev.com/2860293003
by Hal Canary
· 8 years ago
b1485f2
tweak the gaussian quartic
by Mike Reed
· 8 years ago
Next »