aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Add SK_SUPPORT_LEGACY_BACKEND_OBJECTSGravatar Robert Phillips2018-04-12
* ccpr: Blacklist ANGLE againGravatar Chris Dalton2018-04-12
* Move GrBackendRenderTarget over to new system of getting backed infosGravatar Greg Daniel2018-04-11
* Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better.Gravatar Greg Daniel2018-04-10
* Workaround for lack of ESSL3 external image extension on older Samsung devicesGravatar Brian Osman2018-04-05
* Avoid calling glGetString(GL_EXTENSIONS) on core profilesGravatar Brian Salomon2018-04-04
* Stop using clear-as-draw workaround on newer Intel drivers on macOSGravatar Brian Salomon2018-04-04
* Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT ...Gravatar Brian Salomon2018-04-04
* Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch...Gravatar Brian Salomon2018-04-04
* Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used.Gravatar Brian Salomon2018-04-04
* Hide GrPixelConfig in SkSurfaceCharacterizationGravatar Robert Phillips2018-04-04
* ccpr: Normalize homogeneous coords with frexp/ldexpGravatar Chris Dalton2018-04-02
* Dump additional details about the gpu resources.Gravatar Derek Sollenberger2018-03-29
* Remove path ranges from gpu.Gravatar Ben Wagner2018-03-29
* Don't use gl_FragCoord on legacy Tegra hardwareGravatar Chris Dalton2018-03-29
* Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfigGravatar Brian Salomon2018-03-23
* Remove legacy GrContext factories function and supporting code/types.Gravatar Brian Salomon2018-03-23
* Move GrPixelConfig to GrTypesPrivGravatar Brian Salomon2018-03-23
* Move a bunch of internal types from GrTypes to GrTypesPrivGravatar Brian Salomon2018-03-23
* GrGLES Interface: GL_OES_vertex_array_object extGravatar Hal Canary2018-03-22
* Support GL_RGB textures and render targets.Gravatar Brian Salomon2018-03-22
* GrGLExtensions: remove unneded unique_ptrGravatar Hal Canary2018-03-21
* Add texture-specific flags for External & Rectangle texturesGravatar Robert Phillips2018-03-21
* Revert "Revert "New read pixels implementation that is simpler but does all c...Gravatar Brian Salomon2018-03-19
* Allow SkTraceMemoryDump to exclude wrapped objectsGravatar Eric Karl2018-03-19
* Revert "New read pixels implementation that is simpler but does all conversio...Gravatar Brian Salomon2018-03-19
* New read pixels implementation that is simpler but does all conversions on CPU.Gravatar Brian Salomon2018-03-19
* Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy ...Gravatar Robert Phillips2018-03-19
* Correctly discard or load RT when doing copies as draws in VulkanGravatar Greg Daniel2018-03-16
* Support GL_OES_EGL_image_external on newer GLSL without essl3Gravatar Brian Osman2018-03-16
* GrGLES: unify MakeNativeInterface_{android,egl}Gravatar Hal Canary2018-03-15
* Check GL_EXT_texture_format_BGRA8888 before GL_APPLE_texture_format_BGRA8888Gravatar Alexis Hetu2018-03-15
* GrGLES: clean up android_get_gl_procGravatar Hal Canary2018-03-14
* Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors"Gravatar Greg Daniel2018-03-14
* Add a shader cap for incomplete short int precisionGravatar Chris Dalton2018-03-14
* Ensure that GrGpu state tracking is initialized before making a backend RT/Te...Gravatar Brian Salomon2018-03-14
* Improve handling of GrPixelConfig in GrBackendTex/RT ctorsGravatar Greg Daniel2018-03-14
* Compile with GCC 7.2.0.Gravatar Ben Wagner2018-03-13
* Fixed some shader cache issuesGravatar Ethan Nicholas2018-03-13
* Add testing-only backend render target support to GrVkGpu.Gravatar Brian Salomon2018-03-13
* Add GrMockRenderTarget and mock backend render targetsGravatar Brian Salomon2018-03-09
* Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&Gravatar Brian Salomon2018-03-09
* Add GM configs that test rendering to a GL backend texture and render targetGravatar Brian Salomon2018-03-09
* Add testing only helper to flush and sync gpu.Gravatar Greg Daniel2018-03-08
* Delazify wrapped backend textures/render target proxiesGravatar Brian Salomon2018-03-08
* Initial texture data is never flipped when uploaded.Gravatar Brian Salomon2018-03-07
* Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture.Gravatar Brian Salomon2018-03-07
* Prefer kMixedSamples MSFBOType to multisampled-render-to-texture variantsGravatar Brian Salomon2018-03-07
* Move internal calls from GrContext to GrContextPrivGravatar Robert Phillips2018-03-06
* Remove GrSurfaceOrigin from GrSurfaceDesc.Gravatar Brian Salomon2018-03-05