Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
6f6961ebad65c582318564b3688e78e5c99f3935
/
src
/
gpu
6f6961e
make GR_TEST_UTILS=0 work
by Hal Canary
· 8 years ago
351b045
Have Vulkan advertise that compressed textures are currently unsupported
by Robert Phillips
· 8 years ago
565da18
SkScalar: delete code thqat doesn't compile.
by Hal Canary
· 8 years ago
0bd699e
Add a GM for SkShadowUtils and fix a few issues.
by Brian Salomon
· 8 years ago
77b3f32
Broaden checking of GrSurfaceProxy::MakeDeferred's return value
by Robert Phillips
· 8 years ago
6520a69
Add test for proactive proxy-creation failure
by Robert Phillips
· 8 years ago
d689f7a
GR_PROXY_MOVE: Work around Win/Clang eval order bug
by Hans Wennborg
· 8 years ago
8f741bb
Add more pre-checks to surfaceProxy creation
by Robert Phillips
· 8 years ago
6de9904
Reduce use of SkImage_Base::peekTexture
by Robert Phillips
· 8 years ago
ac95c5f
Make sure to preserve stencil on vulkan copy as draws
by Greg Daniel
· 8 years ago
56158ae
GrTessellator (AA): improve AA quality for near-overlapping paths.
by Stephen White
· 8 years ago
f200a90
Rationalize GrContext's Gr*Proxy getter naming
by Robert Phillips
· 8 years ago
efe3ded
Change shadow tessellators to use SkColor and move to util.
by Jim Van Verth
· 8 years ago
08c5ec7
Make blur utils take GrTextureProxies - take 2
by Robert Phillips
· 8 years ago
3de0aee
Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader.
by Brian Salomon
· 8 years ago
877b15b
Revert "Make blur utils take GrTextureProxies"
by Robert Phillips
· 8 years ago
d0dc05b
Make blur utils take GrTextureProxies
by Robert Phillips
· 8 years ago
40fd7c9
Push GrTextureProxy down to more effects
by Robert Phillips
· 8 years ago
22af73f
Rename GrFragmentProcessor::MulOutputByInputUnpremulColor to MakeInputPremulAndMulByOutput.
by Brian Salomon
· 8 years ago
86cc841
AA GrTessellator: fix bevelling of acute angles.
by Stephen White
· 8 years ago
26d3f21
verify that glyph position rect is non-empty in GrAtlasTextBlob::appendGlyph
by Lee Salzman
· 8 years ago
91af727
Add geometric version of spot shadow
by Jim Van Verth
· 8 years ago
26caf89
Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs
by Robert Phillips
· 8 years ago
dbd44c7
Add offset to uniform blocks in Vulkan
by Greg Daniel
· 8 years ago
587e08f
Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""
by Brian Salomon
· 8 years ago
052fd51
Revert "Start of rewrite of GrFragmentProcessor optimizations."
by Ethan Nicholas
· 8 years ago
85eb422
Start of rewrite of GrFragmentProcessor optimizations.
by Brian Salomon
· 8 years ago
7a1f09c
Fix extension suffic for getting procs from GL_EXT_debug_marker on ES
by Brian Salomon
· 8 years ago
964dec3
Move SkGammaColorFilter to tools, limit to sRGB
by Brian Osman
· 8 years ago
7215283
Move GrDrawingManager pointer to GrSurfaceContext
by Robert Phillips
· 8 years ago
9ae32a2
Remove redundant caps field from GrProcessorTestData
by Brian Salomon
· 8 years ago
757914d
Switch GrConfigConversionEffect over to taking GrTextureProxies
by Robert Phillips
· 8 years ago
d46697a
Use GrSurfaceContext::read/write-Pixels more
by Robert Phillips
· 8 years ago
58abc9e
Move SkShadowTessellator to GrShadowTessellator
by Jim Van Verth
· 8 years ago
901f29a
Allow GrSingleTextureEffect to take GrTextureProxies
by Robert Phillips
· 8 years ago
cf3525a
SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case
by Matt Sarett
· 8 years ago
aee504b
Make GrConvolutionEffect only support Gaussian kernels and rename.
by Brian Salomon
· 8 years ago
bc7a4fb
Make GrYUVEffect take GrTextureProxies
by Robert Phillips
· 8 years ago
5f13fba
Stop tracking whether GrFragmentProcessors read their input
by Brian Salomon
· 8 years ago
77a86f8
Track clear counts in vulkan render passes
by Greg Daniel
· 8 years ago
03dd6d5
Reland "Refactor trimming logic for read/writePixels()"
by Matt Sarett
· 8 years ago
26ecfe0
Revert "Refactor trimming logic for read/writePixels()"
by Matt Sarett
· 8 years ago
977f64c
Refactor trimming logic for read/writePixels()
by Matt Sarett
· 8 years ago
85f58b5
Look for GenerateMipMapEXT
by Brian Salomon
· 8 years ago
5be6c95
Revert "Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis.""
by Brian Salomon
· 8 years ago
3329cce
Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis."
by Brian Salomon
· 8 years ago
67c18d6
Continue making Ganesh use absolute texture coordinates - take 2
by Robert Phillips
· 8 years ago
f833215
Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis.
by Brian Salomon
· 8 years ago
80a08dd
Fix Vulkan crashes on nexus player
by Greg Daniel
· 8 years ago
c949ce9
Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent
by Robert Phillips
· 8 years ago
de4d301
Replaced all calls to fragmentPosition() with sk_FragCoord
by Ethan Nicholas
· 8 years ago
0ee6f95
Make GL_RED workaround only be triggered by osmesa
by Brian Salomon
· 8 years ago
f87e2b9
Move srgb enable flags to GrProcessorSet from pipelinebuilder
by Brian Salomon
· 8 years ago
189098e7
Don't require GrPipelineBuilder to build GrPipeline
by Brian Salomon
· 8 years ago
0831f1b
Rename GrProcOptInfo::addProcessors to analyzeProcessors
by Brian Salomon
· 8 years ago
92ce594
Add class GrProcessorSet which represents color and coverage FPs and a XPFactory.
by Brian Salomon
· 8 years ago
2c86249
Move read/write-Pixels up to GrSurfaceContext
by Robert Phillips
· 8 years ago
a7d61a6
Revert "Continue making Ganesh use absolute texture coordinates"
by Joe Gregorio
· 8 years ago
652ecb5
Pass GrAppliedClip to pipeline creation.
by Brian Salomon
· 8 years ago
4493a9d
Continue making Ganesh use absolute texture coordinates
by Robert Phillips
· 8 years ago
4075ec8
Revert "Revert "Enforce our rules about valid images when making textures""
by Brian Osman
· 8 years ago
cb6266b
Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid"
by Matt Sarett
· 8 years ago
aab259e
Simplify GrProcOptInfo initialization.
by Brian Salomon
· 8 years ago
eaf0079
GrTessellator: fix for disappearing thin path.
by Stephen White
· 8 years ago
7a6c9f7
Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid"
by Brian Osman
· 8 years ago
8bbdd49
Revert "Enforce our rules about valid images when making textures"
by Brian Osman
· 8 years ago
7035f3c
Enforce our rules about valid images when making textures
by Brian Osman
· 8 years ago
986480a
Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers"
by Mike Reed
· 8 years ago
2f719a6
move SkDevice.h and SkBitmapDevice.h contents in to src headers
by Mike Reed
· 8 years ago
276be05
Use GrRenderTargetContext::readPixels in GrTextureToYUVPlanes
by Robert Phillips
· 8 years ago
d9b6abb
Remove (unused) YUV API from SkPixelRef
by Brian Osman
· 8 years ago
d4652ca
Remove most modifiers of processors on GrPipelineBuilder
by Brian Salomon
· 8 years ago
3b830a9
Simplify k.w calculation in getConicKLM.
by Dean McNamee
· 8 years ago
cf5d6ca
Add SkImageInfoValidConversion() and SkImageInfoIsValid
by Matt Sarett
· 8 years ago
6f1d36c
Delay SkPaint->GrPaint conversion in text rendering.
by Brian Salomon
· 8 years ago
70b49fd
Minor Ganesh refFoo cleanup
by Robert Phillips
· 8 years ago
f809c1e
Try out new refFoo pattern on GrStyle
by Robert Phillips
· 8 years ago
75a475c
Try out refFoo pattern on GrRenderTargetContext
by Robert Phillips
· 8 years ago
c74dad6
Remove spurious checks for sRGB float data
by Brian Osman
· 8 years ago
693fdbd
refFoo variant for getters that naturally have a sk_sp
by Mike Reed
· 8 years ago
78f20e0
Cleanup GrPixelConfig helper functions
by Brian Osman
· 8 years ago
062990b
Fix perf regression with SDF paths
by Jim Van Verth
· 8 years ago
0c2997b
Remove second version of SkImageInfo2GrPixelConfig
by Brian Osman
· 8 years ago
d0be1ef
Remove kIndex_8_GrPixelConfig
by Brian Osman
· 8 years ago
e7a364d
GrTessellator: fix artifact with exactly-1-px-wide edges.
by Stephen White
· 8 years ago
7704754
More fixes for distance field paths
by Jim Van Verth
· 8 years ago
82f4431
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
by Brian Salomon
· 8 years ago
95e3c05
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
000ca63
Revert "More fixes for distance field paths"
by Jim Van Verth
· 8 years ago
d081ff3
More fixes for distance field paths
by Jim Van Verth
· 8 years ago
c456b73
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
by Kevin Lubick
· 8 years ago
bc6b99d
Add test for processor->resource ref/io counts
by Brian Salomon
· 8 years ago
a5494f1
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
f4faccd
Fix overwriting of config flags in a few cases
by Brian Osman
· 8 years ago
986563b
Add Gray8 pixel config
by Brian Osman
· 8 years ago
4641d7d
Revert "Add Gray8 pixel config"
by Brian Osman
· 8 years ago
f295645
Add Gray8 pixel config
by Brian Osman
· 8 years ago
e98234f
Start making texture coordinates be absolute
by Robert Phillips
· 8 years ago
8cbb424
Generate Signed Distance Field directly from vector path
by joel.liang
· 8 years ago
e57194f
Move resource ref/io manipulation from GrProgramElement to GrProcessor
by Brian Salomon
· 8 years ago
Next »