Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
e14cfbec68d0dfc3bc4371c0776d3c8bdbbd1025
/
src
/
gpu
e14cfbe
Fix GrColorType name for half float RG.
by Brian Salomon
· 5 years ago
a1638a5
Rename "preferredInternalSampleCount" to "internalMultisampleCount"
by Chris Dalton
· 5 years ago
d8f79a2
Reduce GrCaps' reliance on GrPixelConfig
by Robert Phillips
· 5 years ago
e7499c7
GrColorSpaceInfo stores SkAlphaType.
by Brian Salomon
· 5 years ago
23ca4e7
Enable creating protected vulkan backend
by Emircan Uysaler
· 5 years ago
91032f8
Fix typo to track sdk level not release property.
by Derek Sollenberger
· 5 years ago
6ce447a
Eliminate mixed samples as an FBO type or AA type
by Chris Dalton
· 5 years ago
b458035
Fix subset behavior in makeWithFilter.
by Michael Ludwig
· 5 years ago
ed71b7e
Handle non-finite quads in attemptQuadOptimization
by Michael Ludwig
· 5 years ago
3e8e34e
Start using new APIs for bounds and glyph lookup
by Herb Derby
· 5 years ago
82774f8
Cleanup some legacy instantiate calls
by Robert Phillips
· 5 years ago
1e5c05e
Revert "GPU: always use TopLeft origin for saveLayer render targets."
by Stephen White
· 5 years ago
bcfd053
Fix ASAN issue.
by Jim Van Verth
· 5 years ago
6f24faa
GPU: always use TopLeft origin for saveLayer render targets.
by Stephen White
· 5 years ago
d1b2c85
Revert "Prefer using GrOvalOpFactory over GrFillRRect for circles and"
by Jim Van Verth
· 5 years ago
52ee5f6
Add FormatInfo struct to GrGLCaps.
by Greg Daniel
· 5 years ago
bbf85f9
Switch Metal dynamic buffer allocations to use a ring buffer.
by Jim Van Verth
· 5 years ago
f30b1c1
Revert "Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC""
by Brian Salomon
· 5 years ago
6b97387
Fix up wacky_yuv_formats GM and GL caps
by Robert Phillips
· 5 years ago
2c3398d
Switch from querying swizzle on caps to using swizzles stored on proxies.
by Greg Daniel
· 5 years ago
b520476
Swap GrSurfaceProxy over to being held via sk_sp
by Robert Phillips
· 5 years ago
e08b443
Make rt bounds dependent on stencil settings for quad optimizations
by Michael Ludwig
· 5 years ago
d523a06
Change samplerVariable() to return a const char *.
by Stephen White
· 5 years ago
6132820
Reland "Consolidate quad optimizations into single internal function."
by Michael Ludwig
· 5 years ago
48fec76
Rename GrColorType::kRGB_565 to kBGR_565
by Greg Daniel
· 5 years ago
e5f7328
No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface
by Robert Phillips
· 5 years ago
064729e
Implement program binary caching in ES2 (with GL_OES_get_program_binary)
by Brian Osman
· 5 years ago
7694b90
Revert "Consolidate quad optimizations into single internal function."
by Brian Salomon
· 5 years ago
66a4603
Add Ganesh support for RGBA_16161616 and RG_half (take 2)
by Robert Phillips
· 5 years ago
646616a
Consolidate quad optimizations into single internal function.
by Michael Ludwig
· 5 years ago
6b6008a
Minimize renderstate changes and vertex buffer rebinding.
by Jim Van Verth
· 5 years ago
2c19e7f
Reland "Store GrSwizzle on proxies for texturing and swizzling."
by Greg Daniel
· 5 years ago
f91aeb2
Move a bunch of gpu files out of include/private and into src/gpu.
by Greg Daniel
· 5 years ago
c34d993
Revert "Add function to GrDataUtils to handle color conversions."
by Robert Phillips
· 5 years ago
27239e4
Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC"
by Robert Phillips
· 5 years ago
1e6c5b8
Add a "preferredInternalSampleCount" cap
by Chris Dalton
· 5 years ago
2935638
Make SkASSERT not break build in constexpr GrSwizzle method on GCC
by Brian Salomon
· 5 years ago
5509102
Add function to GrDataUtils to handle color conversions.
by Brian Salomon
· 5 years ago
3ec1f54
Revert "Store GrSwizzle on proxies for texturing and swizzling."
by Brian Salomon
· 5 years ago
2309313
Store GrSwizzle on proxies for texturing and swizzling.
by Greg Daniel
· 5 years ago
731454a
Prefer using GrOvalOpFactory over GrFillRRect for circles and
by Jim Van Verth
· 5 years ago
11b34d9
Restrict workaround for Adreno 3xx series to pre-Android O.
by Derek Sollenberger
· 5 years ago
3721688
Make fMaskFormate private
by Herb Derby
· 5 years ago
6c1205a
Avoid using GrGpu::readPixels in GrTestingBackendTextureUploadTest.
by Brian Salomon
· 5 years ago
3fc5df4
Correctly set GrBackendFormat when changing colortype of bitmap in GrProxyProvider.
by Greg Daniel
· 5 years ago
0c72ed3
GrTessellator: fix for even/odd fill type and path holes.
by Stephen White
· 5 years ago
9715559
Skip addInterval for stencil proxies ignored by resource allocator
by Chris Dalton
· 5 years ago
1127c0b
Revert "Make GrBicubicEffect also support centripetal Catmull-Rom kernel."
by Brian Salomon
· 5 years ago
fa55f2e
Add asserts to make sure we always have valid GrBackendFormats before creating proxies.
by Greg Daniel
· 5 years ago
f9a8688
Make GrBicubicEffect also support centripetal Catmull-Rom kernel.
by Brian Salomon
· 5 years ago
f83c468
Revert "Add Ganesh support for RGBA_16161616 and RG_half"
by Robert Phillips
· 5 years ago
2e52ad1
Prefer top left origin in write pixels when doing copy as draw.
by Greg Daniel
· 5 years ago
662e2af
Fix setting of pipeline barrier in creating backend VkImage.
by Greg Daniel
· 5 years ago
1566225
Add Ganesh support for RGBA_16161616 and RG_half
by Robert Phillips
· 5 years ago
a47ab49
A few fixes to recent gpu Copy Op changes.
by Greg Daniel
· 5 years ago
217522c
Add SkRasterPipeline support for more load/store formats and GrSwizzle.
by Brian Salomon
· 5 years ago
19e8a71
Fix ASAN issue with CreateTestingOnlyMtlTextureInfo
by Jim Van Verth
· 5 years ago
df586b7
Use float literal with std::fill of floats
by Brian Salomon
· 5 years ago
3e5b017
Don't use MSAA config if can't resolve
by Jim Van Verth
· 5 years ago
2d170c3
Remove all NexusPlayer bots and driver workarounds
by Brian Osman
· 5 years ago
6488077
Support more YUV texture formats for Metal
by Jim Van Verth
· 5 years ago
024bd00
Initial implementation of SkSurface::asyncRescaleAndReadPixelsYUV420.
by Brian Salomon
· 5 years ago
3d4cac5
Remove IO refs from GrSurfaceProxy only
by Robert Phillips
· 5 years ago
5f5680c
Enable gl_FragCoord workaround on NexusPlayer, and re-enable analytic clipping
by Brian Osman
· 5 years ago
c159f94
Minor cleanups to GrMtlGpuRTCommandBuffer
by Jim Van Verth
· 5 years ago
cb1adb4
Add srcData version of createBackendTexture API
by Robert Phillips
· 5 years ago
8429422
Change GrCFResource to sk_cf_obj and move to include/ports.
by Jim Van Verth
· 5 years ago
d1d869d
Make GL & Vk backends create uninitialized backend textures
by Robert Phillips
· 5 years ago
9b7f143
GrTessellator: fix for intersections returning non-finite points.
by Stephen White
· 5 years ago
28a5a43
Revise GrDataUtils to be more self-contained (take 3)
by Robert Phillips
· 5 years ago
46cfbc6
Reland "Reland "Remove support for copyAsDraw in gpu copySurface.""
by Greg Daniel
· 5 years ago
fe18de5
Experimental: Add R_16 and RG_1616 to Ganesh (take 2)
by Robert Phillips
· 5 years ago
25132b6
Remove unused caps: UnsignedSupport and ImageLoadStoreSupport
by Brian Osman
· 5 years ago
1e2d4a1
Fix line numbering problem when reporting SkSL compile errors
by Brian Osman
· 5 years ago
aee5714
Manual revert of "Revise GrDataUtils to be more self-contained"
by Greg Daniel
· 5 years ago
d8a7408
remove unused metal variable
by Greg Daniel
· 5 years ago
992df57
Revert "Experimental: Add R_16 and RG_1616 to Ganesh"
by Greg Daniel
· 5 years ago
9e3169b
Remove version from copy shaders.
by Greg Daniel
· 5 years ago
36a54c1
Rename SkStrikeSpecStorage -> SkStrikeSpec
by Herb Derby
· 5 years ago
4c6f9b7
Revert "Reland "Remove support for copyAsDraw in gpu copySurface.""
by Greg Daniel
· 5 years ago
b0c7ad1
Reland "Fix vulkan async transfer from call to not submit command buffer to early."
by Greg Daniel
· 5 years ago
bd986b1
Revert "Fix vulkan async transfer from call to not submit command buffer to early."
by Greg Daniel
· 5 years ago
4b432fa
run rewrite_includes.py
by Mike Klein
· 5 years ago
10e259e
Fix vulkan async transfer from call to not submit command buffer to early.
by Greg Daniel
· 5 years ago
fc99416
Major rearchitecture of SkSL parsing, focused on improving performance.
by Ethan Nicholas
· 5 years ago
84ea049
Reland "Remove support for copyAsDraw in gpu copySurface."
by Greg Daniel
· 5 years ago
a797cc9
Fix GrBackendRenderTarget and GrBackendTexture operator=
by Ben Wagner
· 5 years ago
93d0146
Experimental: Add R_16 and RG_1616 to Ganesh
by Robert Phillips
· 5 years ago
0f80902
Add GrQuadUtils namespace to hold ResolveAAType function
by Michael Ludwig
· 5 years ago
5b5403e
ccpr: Preserve fill rules for cached paths
by Chris Dalton
· 5 years ago
c5167c0
Revert "Remove support for copyAsDraw in gpu copySurface."
by Greg Daniel
· 5 years ago
d1bc240
Use 1e-4 rather than 1e-5 as "nonZeroAlpha" in various shader code.
by Brian Salomon
· 5 years ago
6565506
Remove support for copyAsDraw in gpu copySurface.
by Greg Daniel
· 5 years ago
68ba117
GrShaderCaps always stores config texture swizzles.
by Brian Salomon
· 5 years ago
6386efa
Remove unused "DropsTileOnZeroDivide" caps bit
by Brian Osman
· 5 years ago
de4c58c
Combine GrPerspQuad and GrQuad
by Michael Ludwig
· 5 years ago
6eb8c24
Move readSurfacePixels and writePixelSurface into GrSurfaceContext.
by Greg Daniel
· 5 years ago
c70ed90
Revise GrDataUtils to be more self-contained
by Robert Phillips
· 5 years ago
e2826ab
Add API to invalidate GL texture parameters from GrBackendTexture.
by Brian Salomon
· 5 years ago
4bdd36f
Make color initialization version of createBackendTexture public
by Robert Phillips
· 5 years ago
Next »