Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
6f8411dfa4506564d9886c08cceb154713feb3f8
/
src
/
gpu
c6f411e
Merge GrClipMaskManager into GrClipStackClip
by csmartdalton
· 8 years ago
29f9fe4
Rename GrDrawingManager::drawContext to makeDrawContext
by robertphillips
· 8 years ago
9aff85a
Minor clean up related to blur mask filters
by robertphillips
· 8 years ago
4c35a3f
Fix vulkan resolve
by egdaniel
· 8 years ago
3b88a03
Remove color-dodge/burn from NVIDIA blacklist on 355.00+
by csmartdalton
· 8 years ago
52ad251
Implement Vulkan Resolve.
by egdaniel
· 8 years ago
4e44efe
SkRTConf: eliminate
by halcanary
· 8 years ago
15c42ca
Remove SkSurface::MakeRenderTargetDirect
by robertphillips
· 8 years ago
714712b
Remove GrRenderTarget member variable from SkGpuDevice
by robertphillips
· 8 years ago
b979634
Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ )
by mtklein
· 8 years ago
ef59974
SkRTConf: reduce functionality to what we use, increase simplicity
by halcanary
· 8 years ago
4fd74ae
Move GrContext::makeDrawContext to new GrContextPriv object
by robertphillips
· 8 years ago
ffae30d
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
by bungeman
· 8 years ago
38d909e
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
by bungeman
· 8 years ago
c573a40
Add drawImageLattice() and drawBitmapLattice() APIs
by msarett
· 8 years ago
68f2f7d
Added distance vector support for CircleGeometryProcessor
by dvonbeck
· 8 years ago
9b03e7b
GrFP can express distance vector field req., program builder declares variable for it
by dvonbeck
· 8 years ago
02aed95
Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ )
by mtklein
· 8 years ago
570f8af
Revert of Added distance vector support for CircleGeometryProcessor (patchset #4 id:60001 of https://codereview.chromium.org/2190023002/ )
by mtklein
· 8 years ago
6d9a213
If scissor would be empty in GrClipMaskManager::SetupClipping indicate draw can be skipped.
by bsalomon
· 8 years ago
4c18b62
Add ES 3.0 fallback for instanced rendering
by csmartdalton
· 8 years ago
848904e
Fix vulkan build
by egdaniel
· 8 years ago
779e192
Added distance vector support for CircleGeometryProcessor
by dvonbeck
· 8 years ago
31bc7df
Properly recycle uniform buffers in vulkan
by egdaniel
· 8 years ago
4ef6dfa
GrFP can express distance vector field req., program builder declares variable for it
by dvonbeck
· 8 years ago
00db3fd
Use HashSet instead of Dynamic hash for tracking vulkan resources
by egdaniel
· 8 years ago
1e87618
Remove GrContext::applyGamma
by robertphillips
· 8 years ago
e0d3629
Add test configs for instanced rendering
by csmartdalton
· 8 years ago
0d9990f
Merge ProgramDesc's for GL and Vulkan
by egdaniel
· 8 years ago
b4021cf
Don't call finish on GrDrawTarget if we drew no batches
by egdaniel
· 8 years ago
34ee0c9
Fix GrDrawContextPriv::stencilRect
by csmartdalton
· 8 years ago
6738c70
Rename GrContext's newDrawContext & drawContext to makeDrawContext
by robertphillips
· 8 years ago
d656200
require semi at the end of SkASSERT and friends
by caryclark
· 8 years ago
735109c
Add gyp define to enable vulkan debug layers
by egdaniel
· 8 years ago
9f97882
Simplify color space xform storage and usage (float[] vs. SkMatrix44)
by brianosman
· 8 years ago
fc49d56
Implement coverage AA for skewed rects with local coords
by csmartdalton
· 8 years ago
d1bdd1f
Use Windowing system-specific WindowContext factories.
by bsalomon
· 8 years ago
7e92276
Reduce usage of MakeRenderTargetDirect
by robertphillips
· 8 years ago
3a0dbde
Remove SkSurfaceProps gamma-correctness flag entirely.
by brianosman
· 8 years ago
efded51
Always supply a color space (sRGB for now) with F16
by brianosman
· 8 years ago
8c523e0
Move prepareForExternalIO from GrRenderTarget to GrDrawContext
by robertphillips
· 8 years ago
707bbd6
Reuse sampler descriptor set allocations in Vulkan
by egdaniel
· 8 years ago
8fe485b
Just pass the draw context to paint conversion
by brianosman
· 8 years ago
d598f79
SkSL performance improvements (plus a couple of minor warning fixes)
by ethannicholas
· 8 years ago
c7ec7c9
remove/deprecate SkBitmap::getTexture, as it now always returns false
by reed
· 8 years ago
2c9e200
remove fClipStack and attach/deattach-from-canvas
by reed
· 8 years ago
1638c0d
Add destination color space to AsFPArgs. Eliminates last XFORMTODO.
by brianosman
· 8 years ago
0e72e9e
Remove asserts on scissor size in Vulkan
by egdaniel
· 8 years ago
839345d
Bundle SkShader::asFragmentProcessor arguments in a struct
by brianosman
· 8 years ago
4c6e47a
Recycle small uniform buffers.
by jvanverth
· 8 years ago
500bb3e
Connect dst color space in a few places (removing TODOs)
by brianosman
· 8 years ago
cbecb08
Allow GrReducedClip to take non-integer query bounds
by csmartdalton
· 8 years ago
aec570e
Don't ask GLX for EGL procs.
by mtklein
· 8 years ago
bb24383
Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ )
by bsalomon
· 8 years ago
396fcdb
Cleanup of code that converts from GPU-backed resources to SkImageInfo
by brianosman
· 8 years ago
dfe4f2e
Add SkColorSpace to GrDrawContext
by brianosman
· 8 years ago
d7bae18
Reenable support for CHROMIUM_set_uniform_location
by bsalomon
· 8 years ago
2895eeb
Retract PipelineBuilder some more
by robertphillips
· 8 years ago
a95220d
Setup system in Vulkan to reuse VkDescriptorSet allocations.
by egdaniel
· 8 years ago
f292a0c
Remove SkGrPixelRef
by robertphillips
· 8 years ago
5fa7f30
Remove DrawFace enum from GrPipelineBuilder
by robertphillips
· 8 years ago
d2b6d64
Minor change to Ganesh path renderers
by robertphillips
· 8 years ago
5d1676c
Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ )
by robertphillips
· 8 years ago
da152eb
Remove DrawFace enum from GrPipelineBuilder
by robertphillips
· 8 years ago
1f3923e
Deprecate SkDevice::accessBitmap method
by robertphillips
· 8 years ago
afbf71d
Adding color space to SkSpecialImage
by brianosman
· 8 years ago
dddbe38
Adding an SkColorSpace to SkImage_Gpu
by brianosman
· 8 years ago
cf5c846
remove dead methods now that we use specials exclusively for imagefilters
by reed
· 8 years ago
e499adf
Use dFdx in Vulkan to address distance field issues.
by jvanverth
· 8 years ago
c526da9
SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha
by dvonbeck
· 8 years ago
ea70c4b
Remove SkDevice::accessRenderTarget virtual
by robertphillips
· 8 years ago
c1be9bc
Add GrVkRecycledResource subclass
by egdaniel
· 8 years ago
35a98c7
Add integer array uniforms to GL and Vulkan
by fmenozzi
· 8 years ago
487f8d3
Consolidate special case shape transformation logic in GrShapeTest.
by bsalomon
· 8 years ago
e51c356
pre-land special methods on device
by reed
· 8 years ago
ecbc15d
Minor cleanup of GrStencilAndCoverTextContext
by robertphillips
· 8 years ago
49b264c
Create DCs rather than textures in GrConfigConversionEffect
by bsalomon
· 8 years ago
916e02a
Start from DC rather than texture in GrTexutreParamsAdjuster copy code.
by bsalomon
· 8 years ago
c4459f6
Fix debugging code for tracing texture creation
by brianosman
· 8 years ago
e34f17d
Make SkFont a bit more useable
by robertphillips
· 8 years ago
b117ff1
Convert readSurfacePixels to use a draw context instead of a texture
by bsalomon
· 8 years ago
23c4f1a
Fix GrGLInterface::validate() to check for GL_OES_sample_shading on ES contexts
by bsalomon
· 8 years ago
7890b89
Remove guards in GrGLInterface::validate() for functions that Chromium used to not provide.
by bsalomon
· 8 years ago
640789d
Push GrPipelineBuilder down to the drawBatch calls in the TextContext
by robertphillips
· 8 years ago
54f30c1
Introduce GrColorSpaceXform, for gamut conversion on textures
by brianosman
· 8 years ago
6451a0c
Add makeSpecial calls to SkGpuDevice
by robertphillips
· 8 years ago
0ae36a2
In GrShape detect that stroked axis-aligned lines are rrects.
by bsalomon
· 8 years ago
7ac5da8
Dont allocate a new image which already has mip levels, when regenerating vulkan mipmaps
by egdaniel
· 8 years ago
04d6218
Add copy (when needed) to SkGpuDevice::asSpecial
by robertphillips
· 8 years ago
1b5f968
Add SkGpuDevice::asSpecial entry point
by robertphillips
· 8 years ago
4280366
Add getColorSpace to GrTextureProducer
by brianosman
· 8 years ago
970587b
Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter
by robertphillips
· 8 years ago
1433c67
Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef
by bsalomon
· 8 years ago
67c6c8e
Fix leak when DFPR fails to draw path
by bsalomon
· 8 years ago
abda35d
GrBufferAllocPool: use _throw calloc() if unchecked.
by mtklein
· 8 years ago
614d8f9
Remove GrWrapTextureInBitmap from public API
by bsalomon
· 8 years ago
6d6b6ad
Make GrBatchAtlas robust against attempts to add large rects.
by bsalomon
· 8 years ago
50ead53
Update RT views and framebuffer in vulkan after mipmaping
by egdaniel
· 8 years ago
990dbc8
Add Texture2D and Sampler GrSLTypes
by egdaniel
· 8 years ago
9f01276
move GrPixelRef headers to private (as we work to eliminate them)
by reed
· 8 years ago
Next »