Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
06b302585c35000642898752a6d4e7cf5b67ceac
/
gn
/
gpu.gni
32342f0
Rebase and fix chromium
by Brian Osman
· 8 years ago
fe3b516
Use GrSemaphore rather than GrFence for external texture data
by Brian Osman
· 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
6be3523
Add support for Semaphores (gpu waiting on gpu) in Ganesh
by Greg Daniel
· 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
24429c6
Move GrTextureProvider to src
by Brian Osman
· 8 years ago
2c2bc11
Add GrExternalTextureData and SkCrossContextImageData
by Brian Osman
· 8 years ago
b5cb683
Use construct/init pattern with GrPipeline to replace CreateAt.
by Brian Salomon
· 8 years ago
aa1ab89
Revert "Add GrExternalTextureData and SkCrossContextImageData"
by Brian Osman
· 8 years ago
9ad1f92
Add GrExternalTextureData and SkCrossContextImageData
by Brian Osman
· 8 years ago
d2743ea
Remove GrPipelineBuilder.cpp
by Brian Salomon
· 8 years ago
94cce4c
Make GrXferProcessor and related classes private.
by Brian Salomon
· 8 years ago
cb30bb2
Remove GrFragmentProcessor::computeInvariantOutput
by Brian Salomon
· 8 years ago
efe3ded
Change shadow tessellators to use SkColor and move to util.
by Jim Van Verth
· 8 years ago
40fd7c9
Push GrTextureProxy down to more effects
by Robert Phillips
· 8 years ago
91af727
Add geometric version of spot shadow
by Jim Van Verth
· 8 years ago
964dec3
Move SkGammaColorFilter to tools, limit to sRGB
by Brian Osman
· 8 years ago
757914d
Switch GrConfigConversionEffect over to taking GrTextureProxies
by Robert Phillips
· 8 years ago
58abc9e
Move SkShadowTessellator to GrShadowTessellator
by Jim Van Verth
· 8 years ago
aee504b
Make GrConvolutionEffect only support Gaussian kernels and rename.
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
aab259e
Simplify GrProcOptInfo initialization.
by Brian Salomon
· 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
09d994e
Misc batch->op cleanup Part 1 of 2
by Brian Salomon
· 8 years ago
4784225
Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ )
by rmistry
· 8 years ago
6d2f73c
Generate Signed Distance Field directly from vector path
by joel.liang
· 8 years ago
5ec9def
Rename files, macros, types, and functions related to GrDrawOp testing.
by Brian Salomon
· 8 years ago
a8b1e6d
Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ )
by rmistry
· 8 years ago
64b70b0
Generate Signed Distance Field directly from vector path
by joel.liang
· 8 years ago
2ee084e
Rename GrBatchAtlas -> GrDrawOpAtlas.
by Brian Salomon
· 8 years ago
903da79
Rename GrBatchAtlas files to GrDrawOpAtlas
by Brian Salomon
· 8 years ago
f856fd1
Rename GrBatchFontCache->GrAtlasGlyphCache
by Brian Salomon
· 8 years ago
8952743
move src/gpu/batches -> src/gpu/ops
by Brian Salomon
· 8 years ago
6b316e9
Rename GrTestBatch and subclasses to Op
by Brian Salomon
· 8 years ago
a6aa590
Rename batch->op and sk_sp for all remaining path renderer classes.
by Brian Salomon
· 8 years ago
09e019e
Rename GrAtlasTextBatch files to GrAtlasTextOp
by Brian Salomon
· 8 years ago
82c263f
Rename NVPR batch->op and sk_sp'ify
by Brian Salomon
· 8 years ago
fc527d2
Even more batch->op and sk_sp'ification.
by Brian Salomon
· 8 years ago
7dae46a
Some more batch->op renaming
by Brian Salomon
· 8 years ago
289e3d8
Bring sk_sp to oval GrDrawOps and rename batch->op
by Brian Salomon
· 8 years ago
6a63904
Update rect ops to use "op" in their name and return sk_sp.
by Brian Salomon
· 8 years ago
e305cc1f
Partially defer GrSWMaskHelper
by Robert Phillips
· 8 years ago
742e31d
Rename GrBatchFlushState to GrOpFlushState
by Brian Salomon
· 8 years ago
dad2923
Rename GrVertexBatch->GrMeshDrawOp
by Brian Salomon
· 8 years ago
9afd371
Rename GrDrawBatch->GrDrawOp
by Brian Salomon
· 8 years ago
25a8809
Rename GrBatch to GrOp
by Brian Salomon
· 8 years ago
94efbf5
Merge GrGLSLCaps into GrShaderCaps
by Brian Salomon
· 8 years ago
e8e5458
GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker
by Brian Osman
· 8 years ago
3b66ab6
GrTextureProducer cleanup, phase one: Bitmap and Image makers
by Brian Osman
· 8 years ago
45580d3
Added GrSurfaceContext and GrTextureContext
by Brian Osman
· 8 years ago
c590341
Add shadowrrect geometry processor
by Jim Van Verth
· 8 years ago
99938a8
Merge GrGLSLShaderVar and GrShaderVar
by Brian Salomon
· 8 years ago
101b844
Remove GrGLSLSampler type and subclasses
by Brian Salomon
· 8 years ago
b014cca
Make GrBufferAccess a nested class of GrProcessor
by Brian Salomon
· 8 years ago
514baff
Rename GrTextureParams to GrSamplerParams
by Brian Salomon
· 8 years ago
0bbecb2
Rename GrTextureAccess to GrProcessor::TextureSampler.
by Brian Salomon
· 8 years ago
84a8120
Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies
by Robert Phillips
· 8 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 8 years ago
9034b13
gpu.gypi -> gpu.gni
by Mike Klein
· 8 years ago