Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
63051057b848a530c707203003e29fa43c123ce1
/
include
/
gpu
2424ec4
Make GrGLInterface great for Win32 x86 again
by Brian Salomon
· 6 years ago
70e468f
Add disable_texture_storage workaround
by Adrienne Walker
· 6 years ago
2f4c09b
Add remove_pow_with_constant_exponent workaround
by Adrienne Walker
· 6 years ago
8b23ca6
Add rewrite_do_while_loops workaround
by Adrienne Walker
· 6 years ago
92b161f
Add emulate_abs_int_function workaround
by Adrienne Walker
· 6 years ago
c02165f
Add unfold_short_circuit_as_ternary workaround
by Adrienne Walker
· 6 years ago
ee8295c
Add add_and_true_to_loop_condition workaround
by Adrienne Walker
· 6 years ago
ca0cdef
Add flush_on_framebuffer_change workaround
by Adrienne Walker
· 6 years ago
87785d5
Add max_fragment_uniform_vectors_32 workaround
by Adrienne Walker
· 6 years ago
a0651ac
Update vulkan features (again) to support extension features.
by Greg Daniel
· 6 years ago
c0b03d8
Start adding support for some base extensions which others build on.
by Greg Daniel
· 6 years ago
92aef4b
Support using vulkan 1.1.
by Greg Daniel
· 6 years ago
3644360
Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct.
by Greg Daniel
· 6 years ago
a31f4e5
Make sure we check the version number of Vulkan Extensions.
by Greg Daniel
· 6 years ago
98bffae
Reland "Reland "Let client pass in full extension to GrVkBackendContext.""
by Greg Daniel
· 6 years ago
e632dfc
Use GrTextureType to determine highest supported filter
by Brian Salomon
· 6 years ago
da16cce
Use our own checked in Vulkan header to build skia source code.
by Greg Daniel
· 6 years ago
d3e65aa
Move GrVkInterface out of public API.
by Greg Daniel
· 6 years ago
ae5f953
Remove unused GrGpuResourceRef and GrTGpuResourceRef
by Brian Salomon
· 6 years ago
0054311
Re-re-land "added GrSkSLFP and converted DitherEffect to use it"
by Ethan Nicholas
· 6 years ago
7226c23
Make GrTextureProxy store a GrTextureType.
by Brian Salomon
· 6 years ago
60dd8c7
Introduce enum class for texture type.
by Brian Salomon
· 6 years ago
9acfc6c
Add kAAHairline to GpuPathRenderers
by Chris Dalton
· 6 years ago
6c48e4d
Reland "Revert "added GrSkSLFP and converted DitherEffect to use it""
by Ethan Nicholas
· 6 years ago
97ae0c8
Revert "Revert "added GrSkSLFP and converted DitherEffect to use it""
by Ethan Nicholas
· 6 years ago
d5148e3
Move SkNoncopyable to include/private.
by Ben Wagner
· 6 years ago
662ea4b
Remove texel buffer support.
by Brian Salomon
· 6 years ago
9ec70c6
Remove SkSafeSetNull.
by Ben Wagner
· 6 years ago
c8cd45a
Generate GrVkInterface when we make the GrVkGpu.
by Greg Daniel
· 6 years ago
238069b
Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext."
by Brian Salomon
· 6 years ago
143cf8e
Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext."
by Brian Salomon
· 6 years ago
f4c5bb9
Make GPU cache invalidation SkMessageBus messages go to one GrContext.
by Brian Salomon
· 6 years ago
f730c18
Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt.""
by Greg Daniel
· 6 years ago
108bb23
Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors."
by Greg Daniel
· 6 years ago
34aa059
Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors."
by Ethan Nicholas
· 6 years ago
ff2181e
Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors.
by Greg Daniel
· 6 years ago
389abd5
Simplify GrGLInterface::abandon
by Hal Canary
· 6 years ago
4e85e80
added Metal support to GrBackendSurface
by Timothy Liang
· 6 years ago
007267b
Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt.""
by Greg Daniel
· 6 years ago
dc13c21
Revert "Reland "Let client pass in full extension to GrVkBackendContext.""
by Greg Daniel
· 6 years ago
a782dcb
Reland "Let client pass in full extension to GrVkBackendContext."
by Greg Daniel
· 6 years ago
036fdfe
implemented getting format from texture as virtual in gpu caps
by Timothy Liang
· 6 years ago
0db3a88
Reland "Make GrVkBackendContext no longer derive from SkRefCnt."
by Greg Daniel
· 6 years ago
059a9ab
Revert "Make GrVkBackendContext no longer derive from SkRefCnt."
by Greg Daniel
· 6 years ago
cb92b26
Revert "Let client pass in full extension to GrVkBackendContext."
by Greg Daniel
· 6 years ago
45c9dab
Let client pass in full extension to GrVkBackendContext.
by Greg Daniel
· 6 years ago
c421ca1
gpu: Expose GrContextPriv::abandoned in the public API.
by Khushal
· 6 years ago
ef12509
ccpr: Add a context option to disable ccpr
by Chris Dalton
· 6 years ago
93ae233
Make GrVkBackendContext no longer derive from SkRefCnt.
by Greg Daniel
· 6 years ago
752e08b
Fix abandonment of programs
by Robert Phillips
· 6 years ago
c994a93
Move op memory storage to GrContext (take 2)
by Robert Phillips
· 6 years ago
f203078
Revert "added GrSkSLFP and converted DitherEffect to use it"
by Kevin Lubick
· 6 years ago
f08d1d0
Stop using SkTSwap.
by Ben Wagner
· 6 years ago
dfbfc73
added GrSkSLFP and converted DitherEffect to use it
by Ethan Nicholas
· 6 years ago
29f2eaf
Remove string.h from SkTypes.h
by Ben Wagner
· 6 years ago
4f6ba2e
Revert "Move op memory storage to GrContext"
by Robert Phillips
· 6 years ago
0e4a12b
Don't explicitly include vulkan.h in the vulkan memory allocator.
by Greg Daniel
· 6 years ago
c8cee44
Move op memory storage to GrContext
by Robert Phillips
· 6 years ago
c640d0d
Revert "Revert "SkTypes: extract SkTo""
by Hal Canary
· 6 years ago
10a83da
Add GrContext::MakeVulkan factory that doesn't take a ref'd GrVkBackendContext.
by Greg Daniel
· 6 years ago
da86e28
Remove unused code that was used for late mip allocations.
by Greg Daniel
· 6 years ago
fdcfb8b
Revert "SkTypes: extract SkTo"
by Hal Canary
· 6 years ago
2a2f675
SkTypes: extract SkTo
by Hal Canary
· 6 years ago
79aea6a
trim #include <new> from SkPostConfig.h
by Mike Klein
· 6 years ago
09c9400
Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations.""
by Greg Daniel
· 6 years ago
01422bc
Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations.""
by Greg Daniel
· 6 years ago
9eb36b9
Reland "Require mips to be allocated at texture creation time and disable late allocations."
by Greg Daniel
· 6 years ago
0c78238
Revert "Require mips to be allocated at texture creation time and disable late allocations."
by Greg Daniel
· 6 years ago
cd2c3f9
Require mips to be allocated at texture creation time and disable late allocations.
by Greg Daniel
· 6 years ago
fa8ff09
fonts: Hook up FallbackTextHelper to font remoting.
by Khushal
· 6 years ago
dc63620
Add guard around GrVkBackendContext::Create function.
by Greg Daniel
· 6 years ago
8683037
Always keep buffers in vulkan persistently mapped.
by Greg Daniel
· 6 years ago
2b23c4b
Dest color space no longer impacts mipmaps or texture sampling
by Brian Osman
· 6 years ago
81df041
Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh."
by Greg Daniel
· 6 years ago
a9d3dae
Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh."
by Greg Daniel
· 6 years ago
de81143
Revert "Move include into head to fix build breakage."
by Greg Daniel
· 6 years ago
fac6953
Move include into head to fix build breakage.
by Greg Daniel
· 6 years ago
331c266
Use GrVkMemoryAllocator for vulkan memory allocations in ganesh.
by Greg Daniel
· 6 years ago
18dbfd0
Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API."
by Greg Daniel
· 6 years ago
98bddf9
Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API."
by Greg Daniel
· 7 years ago
26c0e4c
Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API.
by Greg Daniel
· 7 years ago
3e7548c
Reland fonts: Add support for distance field text to font remoting.
by Khushal
· 7 years ago
7257e22
Revert "fonts: Add support for distance field text to font remoting."
by Mike Klein
· 7 years ago
35e0a1a
fonts: Add support for distance field text to font remoting.
by Khushal
· 7 years ago
d90cd3b
Revert "Revert "IWYU for tests starting with 'D'.""
by Ben Wagner
· 7 years ago
edf8449
Revert "IWYU for tests starting with 'D'."
by Mike Klein
· 7 years ago
b5f2897
IWYU for tests starting with 'D'.
by Ben Wagner
· 7 years ago
6d138bf
Reland "Remove GrBackendObject and all related functions from Skia."
by Greg Daniel
· 7 years ago
4ee8851
Driver bug workaround: unbind_attachments_on_bound_render_fbo_delete
by Adrienne Walker
· 7 years ago
c48f776
Driver bug workaround: pack_parameters_workaround_with_pack_buffer
by Adrienne Walker
· 7 years ago
94f585e
Driver bug workaround: gl_clear_broken
by Adrienne Walker
· 7 years ago
3ed3399
Driver bug workaround: restore_scissor_on_fbo_change
by Adrienne Walker
· 7 years ago
d7c7978
Driver bug workaround: max_msaa_sample_count_4
by Adrienne Walker
· 7 years ago
001cae0
Driver bug workaround: disallow_large_instanced_draw
by Adrienne Walker
· 7 years ago
724afe8
Driver bug workaround: max_texture_size_limit_4096
by Adrienne Walker
· 7 years ago
0e38394
Reland "Driver bug workaround: disable_discard_framebuffer"
by Adrienne Walker
· 7 years ago
6831484
Reland "Driver bug workaround: disable_blend_equation_advanced"
by Adrienne Walker
· 7 years ago
ab7181d
Reland "Add driver bug workarounds to GrCaps"
by Adrienne Walker
· 7 years ago
79bf7ac
Include SkUnPremultiply.h in GrContext.h to fix Android compile
by Brian Salomon
· 7 years ago
103d6f6
Define ~GrContextThreadSafeProxy in GrContext.cpp
by Brian Salomon
· 7 years ago
Next »