Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
f3560b680e351b4ede610aa071ea8d43790d57b3
/
tools
/
gpu
8675bcb
Add support for GL_NV_fence.
by Brian Salomon
· 5 years ago
b58a3c7
Remove fConfig from GrSurfaceDesc.
by Greg Daniel
· 5 years ago
87c3142
Add functions for GL_NV_fence to GrGLInterface.
by Brian Salomon
· 5 years ago
47c20e8
Pass swizzle into createProxy instead of inferring from GrPixelConfig.
by Greg Daniel
· 5 years ago
3912a4b
Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews.
by Greg Daniel
· 5 years ago
f6d60d3
On ARM disable blend when src-over has src with alpha of 1.
by Greg Daniel
· 5 years ago
0a1923e
Disable QCOM_tiled_rendering while we wait for test devices
by Chris Dalton
· 5 years ago
41acc0e
Add GrCompressedDimensions helper function
by Robert Phillips
· 5 years ago
c2b6d7f
Enable Vulkan Debug layers
by Ben Wagner
· 5 years ago
e1196c5
Add a mechanism to insert framebuffer barriers for NVIDIA tessellation
by Chris Dalton
· 5 years ago
5a2f962
Add back door support for GLSL tessellation shaders
by Chris Dalton
· 5 years ago
bfa19c4
Add factories to GrSurfaceContext and clean up creation flow.
by Greg Daniel
· 5 years ago
4dea72a
Reland x3 "Remove most of GrConfig.h"
by Brian Salomon
· 5 years ago
3f1a98b
Reland "Revert "Remove most of GrConfig.h""
by Greg Daniel
· 5 years ago
5b9c7ba
Revert "Revert "Remove most of GrConfig.h""
by Brian Salomon
· 5 years ago
3968fcb
Pull creation of GrPipeline explicitly into the Ops' onExecute methods
by Robert Phillips
· 5 years ago
b0047b5
Revert "Remove most of GrConfig.h"
by Brian Salomon
· 5 years ago
80e334d
Remove most of GrConfig.h
by Brian Salomon
· 5 years ago
f0e04f0
Always destroy resources instead of simply "abandoning" them in Vulkan backend.
by Greg Daniel
· 5 years ago
a521c96
Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h.
by Stephen White
· 5 years ago
c241b58
Make fragment processor iterators work with range for loops.
by Brian Salomon
· 5 years ago
933484f
Stop using GrPixelConfig in Metal & Dawn's GrProgramDesc creation
by Robert Phillips
· 5 years ago
e21af50
Test texture domain effect with local matrix.
by Brian Salomon
· 5 years ago
34cea00
Add utility for creating test-only GrProgramInfos
by Robert Phillips
· 5 years ago
24cbdab
SKQP Build for Fuchsia SDK
by John Rosasco
· 5 years ago
a9b348f
Reland fully delineate GL usage w/ skia_use_gl.
by John Rosasco
· 5 years ago
0efc01d
Revert "Fully delineate GL usage w/ skia_use_gl"
by Robert Phillips
· 5 years ago
078cf3e
Fully delineate GL usage w/ skia_use_gl
by John Rosasco
· 5 years ago
3cc8d4f
Dawn: s/dawn::/wgpu::/g.
by Stephen White
· 5 years ago
4eda710
Simplify sk_gpu_test::MakeTextureProxyFromData.
by Brian Salomon
· 5 years ago
c99a4df
WebGL2: Add BlitFramebuffer, ShaderDerivativeSupport
by Hal Canary
· 5 years ago
883c7e9
Dawn: silence some warnings on win-clang.
by Stephen White
· 5 years ago
e054d3c
CanvasKit: Switch to WebGL 2.0
by Hal Canary
· 5 years ago
1e2adcf
Roll Dawn to ToT.
by Stephen White
· 5 years ago
20c626a
Update Dawn backend to ToT. This is about 3 months of changes.
by Stephen White
· 5 years ago
b50cc81
Reland "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil"
by Chris Dalton
· 5 years ago
38f0a49
Add GL_QCOM_TILED_RENDERING as an optional interface
by Chris Dalton
· 5 years ago
768f900
Revert "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil"
by Brian Salomon
· 5 years ago
7e6d3b0
Use GL_QCOM_TILED_RENDERING to explicitly discard stencil
by Chris Dalton
· 5 years ago
f2ebdd9
Rename GrPixelInfo to GrImageInfo.
by Brian Salomon
· 5 years ago
942d69f
Revert "Fixed GLSL ES compilation error in GLTestAtlasTextRenderer"
by Ethan Nicholas
· 5 years ago
382ea73
Fixed GLSL ES compilation error in GLTestAtlasTextRenderer
by Ethan Nicholas
· 5 years ago
d2a8ae2
Reland "Separate texture creation from uploading in GrGpu subclasses."
by Brian Salomon
· 5 years ago
8e63cab
Revert "Separate texture creation from uploading in GrGpu subclasses."
by Brian Salomon
· 5 years ago
a739824
Separate texture creation from uploading in GrGpu subclasses.
by Brian Salomon
· 5 years ago
a66081d
Move SkSL caching out of GR_TEST_UTILS, trim persistent cache options
by Brian Osman
· 5 years ago
beb7f52
Make GrSurfaceProxy constructors take arg that determines participation in
by Brian Salomon
· 5 years ago
f41b2bd
Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 5 years ago
f21bf9e
Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 5 years ago
2a59541
Merge GrOpList and GrRTOpList and rename to GrOpsTask.
by Greg Daniel
· 5 years ago
9c73e3d
Turn off -Wreturn-std-move-in-c++11
by Brian Salomon
· 6 years ago
7bfc913
Remove GrCaps isConfigTexturable.
by Greg Daniel
· 6 years ago
2739fd2
Reland: Enable YCbCr sampler support on platforms other than Android
by Sergey Ulanov
· 6 years ago
74c19de
Add SkUNREACHABLE to definition of SK_ABORT.
by Brian Salomon
· 6 years ago
9fc5e8d
Revert "Enable YCbCr sampler support on platforms other than Android"
by Greg Daniel
· 6 years ago
cc4573d
Enable YCbCr sampler support on platforms other than Android
by Sergey Ulanov
· 6 years ago
0a15cc6
Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType
by Robert Phillips
· 6 years ago
52337de
re-run tools/rewrite_includes.py
by Mike Klein
· 6 years ago
699dadc
Skip non-D3D11 test contexts on Windows-on-ARM bots
by Brian Osman
· 6 years ago
c80b0e9
Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2)
by Robert Phillips
· 6 years ago
27b4d8d
Remove sample count from GrSurfaceDesc.
by Brian Salomon
· 6 years ago
3e45e12
Update to Dawn ToT.
by Stephen White
· 6 years ago
e8a766b
Move GrProtected off GrSurfaceDesc and pass separately.
by Brian Salomon
· 6 years ago
985741a
First draft of Dawn backend: clears are working.
by Stephen White
· 6 years ago
dd39980
Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType"
by Robert Phillips
· 6 years ago
9725638
Make rest of GrGpu::wrapBackend* methods take a GrColorType
by Robert Phillips
· 6 years ago
fad9fbc
Revert "First draft of Dawn backend: clears are working."
by Greg Daniel
· 6 years ago
6cebea4
First draft of Dawn backend: clears are working.
by Stephen White
· 6 years ago
f2c2ba9
Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable.
by Brian Salomon
· 6 years ago
0902c98
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2)
by Robert Phillips
· 6 years ago
fe88bf6
Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls"
by Greg Daniel
· 6 years ago
5572737
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls
by Robert Phillips
· 6 years ago
e877dce
Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded.
by Greg Daniel
· 6 years ago
627d053
Move uses of functions taking SkColorType to GrColorType versions in GrCaps.
by Greg Daniel
· 6 years ago
da2e67a
Add GrProtected parameter to all createBackendTexture variants
by Robert Phillips
· 6 years ago
1d43530
Pass alpha type to GrSurfaceContext::read/writePixels and remove flags.
by Brian Salomon
· 6 years ago
ab013eb
Move GL caps textureable and fbocolorattachment flags to FormatInfo.
by Greg Daniel
· 6 years ago
b3c9745
Remove "nvpr" configs
by Chris Dalton
· 6 years ago
d628747
Make GrColorSpaceInfo store GrColorType.
by Brian Salomon
· 6 years ago
e7499c7
GrColorSpaceInfo stores SkAlphaType.
by Brian Salomon
· 6 years ago
23ca4e7
Enable creating protected vulkan backend
by Emircan Uysaler
· 6 years ago
6ce447a
Eliminate mixed samples as an FBO type or AA type
by Chris Dalton
· 6 years ago
b520476
Swap GrSurfaceProxy over to being held via sk_sp
by Robert Phillips
· 6 years ago
064729e
Implement program binary caching in ES2 (with GL_OES_get_program_binary)
by Brian Osman
· 6 years ago
88c0534
Cast to fix Linux ANGLE builds
by Brian Osman
· 6 years ago
dbe7cf9
Connect ANGLE's trace events to Skia's tracing
by Brian Osman
· 6 years ago
f91aeb2
Move a bunch of gpu files out of include/private and into src/gpu.
by Greg Daniel
· 6 years ago
6eb8c24
Move readSurfacePixels and writePixelSurface into GrSurfaceContext.
by Greg Daniel
· 6 years ago
4bdd36f
Make color initialization version of createBackendTexture public
by Robert Phillips
· 6 years ago
8062679
Switch all internel uses of GrContext::createBackendTexture over to initialized versions
by Robert Phillips
· 6 years ago
81b7e3d
Create FenceSync implementation that works for all Metal configs
by Jim Van Verth
· 6 years ago
27eb525
Expand testing of color initialized backend textures to include mip levels
by Robert Phillips
· 6 years ago
8a9a371
Reland "Added AutoreleasePool for managing pool memory in testing apps."
by Jim Van Verth
· 6 years ago
dac1e55
Use GrCFResource class to manage backend surface MtlTexture resources.
by Jim Van Verth
· 6 years ago
c4fec06
Revert "Added AutoreleasePool for managing pool memory in testing apps."
by Kevin Lubick
· 6 years ago
a36e089
Added AutoreleasePool for managing pool memory in testing apps.
by Jim Van Verth
· 6 years ago
7730d7c
Revert "Change Metal to not take ownership of objects"
by Jim Van Verth
· 6 years ago
186a295
Change Metal to not take ownership of objects
by Christopher Cameron
· 6 years ago
08ba085
Revert "De-GL-ify tests, gm and tools"
by Robert Phillips
· 6 years ago
89fb346
De-GL-ify tests, gm and tools
by Robert Phillips
· 6 years ago
Next »