index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
Commit message (
Expand
)
Author
Age
*
Avoid calling glGetString(GL_EXTENSIONS) on core profiles
Brian Salomon
2018-04-04
*
Stop using clear-as-draw workaround on newer Intel drivers on macOS
Brian Salomon
2018-04-04
*
Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT ...
Brian Salomon
2018-04-04
*
Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch...
Brian Salomon
2018-04-04
*
Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used.
Brian Salomon
2018-04-04
*
Hide GrPixelConfig in SkSurfaceCharacterization
Robert Phillips
2018-04-04
*
ccpr: Normalize homogeneous coords with frexp/ldexp
Chris Dalton
2018-04-02
*
Dump additional details about the gpu resources.
Derek Sollenberger
2018-03-29
*
Remove path ranges from gpu.
Ben Wagner
2018-03-29
*
Don't use gl_FragCoord on legacy Tegra hardware
Chris Dalton
2018-03-29
*
Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfig
Brian Salomon
2018-03-23
*
Remove legacy GrContext factories function and supporting code/types.
Brian Salomon
2018-03-23
*
Move GrPixelConfig to GrTypesPriv
Brian Salomon
2018-03-23
*
Move a bunch of internal types from GrTypes to GrTypesPriv
Brian Salomon
2018-03-23
*
GrGLES Interface: GL_OES_vertex_array_object ext
Hal Canary
2018-03-22
*
Support GL_RGB textures and render targets.
Brian Salomon
2018-03-22
*
GrGLExtensions: remove unneded unique_ptr
Hal Canary
2018-03-21
*
Add texture-specific flags for External & Rectangle textures
Robert Phillips
2018-03-21
*
Revert "Revert "New read pixels implementation that is simpler but does all c...
Brian Salomon
2018-03-19
*
Allow SkTraceMemoryDump to exclude wrapped objects
Eric Karl
2018-03-19
*
Revert "New read pixels implementation that is simpler but does all conversio...
Brian Salomon
2018-03-19
*
New read pixels implementation that is simpler but does all conversions on CPU.
Brian Salomon
2018-03-19
*
Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy ...
Robert Phillips
2018-03-19
*
Correctly discard or load RT when doing copies as draws in Vulkan
Greg Daniel
2018-03-16
*
Support GL_OES_EGL_image_external on newer GLSL without essl3
Brian Osman
2018-03-16
*
GrGLES: unify MakeNativeInterface_{android,egl}
Hal Canary
2018-03-15
*
Check GL_EXT_texture_format_BGRA8888 before GL_APPLE_texture_format_BGRA8888
Alexis Hetu
2018-03-15
*
GrGLES: clean up android_get_gl_proc
Hal Canary
2018-03-14
*
Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors"
Greg Daniel
2018-03-14
*
Add a shader cap for incomplete short int precision
Chris Dalton
2018-03-14
*
Ensure that GrGpu state tracking is initialized before making a backend RT/Te...
Brian Salomon
2018-03-14
*
Improve handling of GrPixelConfig in GrBackendTex/RT ctors
Greg Daniel
2018-03-14
*
Compile with GCC 7.2.0.
Ben Wagner
2018-03-13
*
Fixed some shader cache issues
Ethan Nicholas
2018-03-13
*
Add testing-only backend render target support to GrVkGpu.
Brian Salomon
2018-03-13
*
Add GrMockRenderTarget and mock backend render targets
Brian Salomon
2018-03-09
*
Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&
Brian Salomon
2018-03-09
*
Add GM configs that test rendering to a GL backend texture and render target
Brian Salomon
2018-03-09
*
Add testing only helper to flush and sync gpu.
Greg Daniel
2018-03-08
*
Delazify wrapped backend textures/render target proxies
Brian Salomon
2018-03-08
*
Initial texture data is never flipped when uploaded.
Brian Salomon
2018-03-07
*
Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture.
Brian Salomon
2018-03-07
*
Prefer kMixedSamples MSFBOType to multisampled-render-to-texture variants
Brian Salomon
2018-03-07
*
Move internal calls from GrContext to GrContextPriv
Robert Phillips
2018-03-06
*
Remove GrSurfaceOrigin from GrSurfaceDesc.
Brian Salomon
2018-03-05
*
Revert "Revert "Add 1010102 support to Ganesh""
Brian Osman
2018-03-02
*
Make use of the buffer data null hint a GrContextOption
Robert Phillips
2018-03-02
*
Revert "Add 1010102 support to Ganesh"
Brian Osman
2018-03-01
*
Add 1010102 support to Ganesh
Brian Osman
2018-03-01
*
Respect disable driver correctness workaround flag in Vulkan
Greg Daniel
2018-02-28
[next]