Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
41299bf2f03febf233a266ee2754e7da24a20359
/
src
/
gpu
/
effects
a8b5cf3
Fix transparent ambient shadows
by Jim Van Verth
· 8 years ago
ab8ce1a
Fixed distance field interpolation for gamma correct rendering
by Brian Osman
· 8 years ago
2983f40
Re-land of "eliminated GrGLSLExpr".
by Ethan Nicholas
· 8 years ago
060d982
Combine the ambient and spot alphas into the base color for geometric shadows.
by Jim Van Verth
· 8 years ago
421fe44
Revert "Revert "Revert "eliminated GrGLSLExpr"""
by Ethan Nicholas
· 8 years ago
a91e0b7
Allow TextureSamplers to have null GrTexture pointer
by Robert Phillips
· 8 years ago
796001c
Revert "Revert "eliminated GrGLSLExpr""
by Ethan Nicholas
· 8 years ago
5e550ab
Revert "eliminated GrGLSLExpr"
by Brian Salomon
· 8 years ago
93f20f5
eliminated GrGLSLExpr
by Ethan Nicholas
· 8 years ago
b6069df
Fix fast blur for shadow rrects.
by Jim Van Verth
· 8 years ago
dd3b3f4
Rm makeRenderTargetContext in favor of deferred version (take 3)
by Robert Phillips
· 8 years ago
54cbcd7
Remove all headers from include/gpu/effects
by Robert Phillips
· 8 years ago
2af746c
Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"
by Robert Phillips
· 8 years ago
02242e8
Rm makeRenderTargetContext in favor of deferred version (take 2)
by Robert Phillips
· 8 years ago
28804f3
Remove all config conversion modes except round-to-nearest
by Brian Osman
· 8 years ago
4edb5d2
hide lockpixels api behind flag
by Mike Reed
· 8 years ago
9342921
Revert "Rm makeRenderTargetContext in favor of deferred version"
by Robert Phillips
· 8 years ago
d83ec04
Rm makeRenderTargetContext in favor of deferred version
by Robert Phillips
· 8 years ago
9f903e4
PM/UPM conversion improvements
by Brian Osman
· 8 years ago
7b29749
constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp
by Brian Salomon
· 8 years ago
d61c9d9
Move ref counting out of GrProcessor and into subclasses.
by Brian Salomon
· 8 years ago
e78b725
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3)
by Robert Phillips
· 8 years ago
1b35256
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)"
by Robert Phillips
· 8 years ago
ee80532
Remove texture sampling from GrConfigConversionEffect
by Brian Osman
· 8 years ago
aaee31f
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)
by Robert Phillips
· 8 years ago
171cc5f
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv"
by Robert Phillips
· 8 years ago
fb0bd98
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv
by Robert Phillips
· 8 years ago
0721fe9
Revert incorrect change to GrCoverageSetOp test factory
by Brian Salomon
· 8 years ago
a076d87
Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case.
by Brian Salomon
· 8 years ago
ab015ef
Move the ability to access textures, buffers, and image storages out from GrProcessor.
by Brian Salomon
· 8 years ago
5869ea9
Fully remove coord transform precision code
by Brian Osman
· 8 years ago
18dfa98
Store the dst texture used by an XP in GrPipeline rather than in the XP.
by Brian Salomon
· 8 years ago
ebf5acc
Remove compiler bug workaround
by Brian Osman
· 8 years ago
4fc7740
Respect xfer barriers in InstancedRendering::Op
by Brian Salomon
· 8 years ago
a811b12
Renames of processor analysis-related classes and method.
by Brian Salomon
· 8 years ago
7ee385e
Add GrSurfaceProxy* parameter to GrContext::flush
by Robert Phillips
· 8 years ago
1c6025c
Make analysis optional to GrPipeline::init().
by Brian Salomon
· 8 years ago
769e80d
More GrSurfaceProxy-clean up
by Robert Phillips
· 8 years ago
301431d
Miscellaneous GrSurfaceProxy-related cleanup
by Robert Phillips
· 8 years ago
3185384
Remove GrXferProcessor::getOptimizations.
by Brian Salomon
· 8 years ago
c0b642c
Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum.
by Brian Salomon
· 8 years ago
3798c86
Remove GrFragmentProcessor-derived class' GrTexture-based ctors
by Robert Phillips
· 8 years ago
73a850f
Fully initialize array of previous edges in GrGLConvexPolyEffect to please MSAN
by Brian Salomon
· 8 years ago
31f96a6
Revert "Remove texture sampling from GrConfigConversionEffect"
by Brian Osman
· 8 years ago
3e7cdda
Remove texture sampling from GrConfigConversionEffect
by Brian Osman
· 8 years ago
9f01e38
Revert "Remove texture sampling from GrConfigConversionEffect"
by Brian Osman
· 8 years ago
3bc9bfe
Remove texture sampling from GrConfigConversionEffect
by Brian Osman
· 8 years ago
ce42551
Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect
by Brian Osman
· 8 years ago
d3b6597
Mark overridden destructors with 'override' and remove 'virtual'
by Brian Salomon
· 8 years ago
54d212e
Revert "Revert "Remove GrPipeline from GrDrawOp.""
by Brian Salomon
· 8 years ago
c48af93
Revert "Remove GrPipeline from GrDrawOp."
by Brian Salomon
· 8 years ago
2bf4b3a
Remove GrPipeline from GrDrawOp.
by Brian Salomon
· 8 years ago
bd1f76f
Emit dumpInfo string when processor opt test fails
by Brian Osman
· 8 years ago
296b1cc
Retract GrContext from src/gpu/effects
by Robert Phillips
· 8 years ago
63954c9
GPU version of onMakeColorSpace
by Brian Osman
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
by Robert Phillips
· 8 years ago
8199d94
Generaly Fixes to gpu bezier code
by Greg Daniel
· 8 years ago
d374948
Consolidate Proxy caching code in GrResourceProvider
by Robert Phillips
· 8 years ago
b66b42f
Preparatory Proxification
by Robert Phillips
· 8 years ago
9a76772
Remove origin from GrClipStackClip and GrWindowRectsState.
by Brian Salomon
· 8 years ago
780b41f
Add query to GrXPFactory about coverage-as-alpha optimization
by Brian Salomon
· 8 years ago
c65aec9
Make GrClip.h private
by Brian Salomon
· 8 years ago
3b65598
Make SkGr.h private and remove unused functions
by Brian Osman
· 8 years ago
c624d9d
Refactor GrColorSpaceXformHelper
by Brian Osman
· 8 years ago
42c456f
Remove PLS path renderer
by Brian Salomon
· 8 years ago
1c10fdd
Remove XP override color.
by Brian Salomon
· 8 years ago
32342f0
Rebase and fix chromium
by Brian Osman
· 8 years ago
2f49314
Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>
by Robert Phillips
· 8 years ago
655f347
Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""
by Brian Osman
· 8 years ago
580ffa0
Revert "Revert "Revert "Move GrTextureProvider to src"""
by Brian Osman
· 8 years ago
2fe8373
Revert "Revert "Move GrTextureProvider to src""
by Brian Osman
· 8 years ago
13d7f5d
Revert "Move GrTextureProvider to src"
by Brian Osman
· 8 years ago
afb4103
Unpremul the blend constant in PDLCDXferProcessor.
by Brian Salomon
· 8 years ago
24429c6
Move GrTextureProvider to src
by Brian Osman
· 8 years ago
32f2818
Clean up/remove unused GrFragmentProcessor-derived ctors
by Robert Phillips
· 8 years ago
c787e49
Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2)
by Robert Phillips
· 8 years ago
33632d8
Reland: Allow DFPathRenderer to store bitmaps at low resolutions
by Jim Van Verth
· 8 years ago
2411c11
Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating"
by Robert Phillips
· 8 years ago
0755bb1
Revert "Allow distance field path renderer to store bitmaps at low resolutions"
by Cary Clark
· 8 years ago
c8f1e3a
Allow GrSurfaceProxy-derived classes to use flags when instantiating
by Robert Phillips
· 8 years ago
c0bc1bb
Allow distance field path renderer to store bitmaps at low resolutions
by Jim Van Verth
· 8 years ago
02baee9
Remove the skip-draw xp optimization
by Brian Salomon
· 8 years ago
8e15cdf
Fix memory leak: adopt rather than ref GrTexture* in GrTextureStripAtlas
by Robert Phillips
· 8 years ago
30f9bc6
Switch GrTextureStripAtlas over to GrTextureProxies
by Robert Phillips
· 8 years ago
5298dc8
Make GrPipelineAnalysis a nested class of GrProcessorSet.
by Brian Salomon
· 8 years ago
94cce4c
Make GrXferProcessor and related classes private.
by Brian Salomon
· 8 years ago
e026511
Fix ComposeOneFragmentProcessor coverage as alpha optimization.
by Brian Salomon
· 8 years ago
00b2cca
Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls
by Brian Salomon
· 8 years ago
dbc8eeb
Remove GrProcessorTestData's GrTextures
by Robert Phillips
· 8 years ago
eb62829
Check that coverage FPs are compatible with alpha as coverage
by Brian Salomon
· 8 years ago
f3b995b
Clarify when tweak alpha for coverage optimizaton can occur.
by Brian Salomon
· 8 years ago
9a51498
Remove component flags from GrXPFactory output analysis.
by Brian Salomon
· 8 years ago
a12c153
Add preserves premul and modulate optimization to compose fragment processors.
by Brian Salomon
· 8 years ago
cb30bb2
Remove GrFragmentProcessor::computeInvariantOutput
by Brian Salomon
· 8 years ago
3865711
Replaced all calls to fragmentPosition() with sk_FragCoord
by Ethan Nicholas
· 8 years ago
246a3c2
Re-enable ProcessorOptimizationValidationTest on iOS.
by Brian Salomon
· 8 years ago
eec6f7b
Use new fragment processor optimization queries.
by Brian Salomon
· 8 years ago
5d4cd9e
Re-enable processor optimization test with some fixes.
by Brian Salomon
· 8 years ago
119fb2b
Add a basic constructor to GrPipeline
by csmartdalton
· 8 years ago
3c5cfb0
Remove exec bit from source files.
by Ben Wagner
· 8 years ago
Next »