index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLGpu.cpp
Commit message (
Expand
)
Author
Age
*
Fix unit tests when workarounds are enabled
Adrienne Walker
2018-05-21
*
Driver bug workaround: unbind_attachments_on_bound_render_fbo_delete
Adrienne Walker
2018-05-18
*
Driver bug workaround: restore_scissor_on_fbo_change
Adrienne Walker
2018-05-16
*
Implement GL canCopySurface in GrGLCaps.
Greg Daniel
2018-05-03
*
Remove GrPrimitiveType::kTriangleFan
Brian Salomon
2018-04-30
*
Move external texture extension logic into SkSL
Brian Osman
2018-04-17
*
Add glFlush workaround for instanced draws on Skylake
Chris Dalton
2018-04-16
*
Fix many return-std-move-in-c++11 warnings
Kevin Lubick
2018-04-16
*
Don't create lazy proxys if their width/height is greater than max tex size
Greg Daniel
2018-04-12
*
Move GrBackendRenderTarget over to new system of getting backed infos
Greg Daniel
2018-04-11
*
Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better.
Greg Daniel
2018-04-10
*
Remove legacy GrContext factories function and supporting code/types.
Brian Salomon
2018-03-23
*
Support GL_RGB textures and render targets.
Brian Salomon
2018-03-22
*
Add texture-specific flags for External & Rectangle textures
Robert Phillips
2018-03-21
*
Correctly discard or load RT when doing copies as draws in Vulkan
Greg Daniel
2018-03-16
*
Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors"
Greg Daniel
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
*
Add testing-only backend render target support to GrVkGpu.
Brian Salomon
2018-03-13
*
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
*
Initial texture data is never flipped when uploaded.
Brian Salomon
2018-03-07
*
Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture.
Brian Salomon
2018-03-07
*
Remove GrSurfaceOrigin from GrSurfaceDesc.
Brian Salomon
2018-03-05
*
Revert "Revert "Add 1010102 support to Ganesh""
Brian Osman
2018-03-02
*
Revert "Add 1010102 support to Ganesh"
Brian Osman
2018-03-01
*
Add 1010102 support to Ganesh
Brian Osman
2018-03-01
*
Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL work...
Brian Salomon
2018-02-28
*
Introduce GrColorType
Brian Salomon
2018-02-20
*
Drop unused support for MSAA sample locations
Chris Dalton
2018-02-20
*
Prepare sRGB encoding conversion for the removal of GrPixelConfig
Brian Salomon
2018-02-14
*
Move default init of tmp draw params out of subclasses into GrGpu
Brian Salomon
2018-02-10
*
Track dirty rects on GrRenderTargets in native space rather than origin-relative
Brian Salomon
2018-02-09
*
Remove integer texture support
Brian Salomon
2018-02-06
*
Update LazyProxy creation to allow for a non-textureable result
Robert Phillips
2018-02-04
*
Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...
Brian Salomon
2018-02-02
*
Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""
Brian Salomon
2018-02-02
*
More sample count cleanup:
Brian Salomon
2018-02-01
*
Revert "Revert "Redefine the meaning of sample counts in GPU backend.""
Brian Salomon
2018-02-01
*
Revert "Redefine the meaning of sample counts in GPU backend."
Brian Salomon
2018-02-01
*
Redefine the meaning of sample counts in GPU backend.
Brian Salomon
2018-02-01
*
Revert "Drop support for unused MSAA extensions"
Robert Phillips
2018-01-30
*
Drop support for unused MSAA extensions
Chris Dalton
2018-01-29
*
eliminate SK_BUILD_FOR_WIN32
Mike Klein
2018-01-26
*
bug fixes from PVS Studio (static analysis)
Mike Klein
2018-01-26
*
ccpr: Use primitive restart feature on ARM
Chris Dalton
2018-01-23
*
Make use of VkSemaphores thread safe assuming use of the same VkQueue.
Greg Daniel
2018-01-22
[next]