index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLPathRendering.cpp
Commit message (
Expand
)
Author
Age
*
Remove path ranges from gpu.
Ben Wagner
2018-03-29
*
Track dirty rects on GrRenderTargets in native space rather than origin-relative
Brian Salomon
2018-02-09
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Make StencilPathArgs hold a GrRenderTargetProxy (rather than a GrRenderTarget)
Robert Phillips
2017-07-27
*
reduce code size in GrGLTestInterface.o and GrGLAssembleInterface.o
Mike Klein
2017-07-21
*
sk_sp-ify GrResourceProvider some more
Robert Phillips
2017-06-05
*
Remove support for GLs without separate stencil.
Brian Salomon
2017-05-08
*
Conditionally insert gl_PointSize into shaders.
bsalomon
2016-09-21
*
Remove DrawFace enum from GrPipelineBuilder
robertphillips
2016-07-21
*
Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...
robertphillips
2016-07-21
*
Remove DrawFace enum from GrPipelineBuilder
robertphillips
2016-07-21
*
Eliminate special case nvpr batch handling
cdalton
2016-05-12
*
Separate user and raw stencil settings
cdalton
2016-05-11
*
Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...
robertphillips
2016-05-11
*
Separate user and raw stencil settings
cdalton
2016-05-10
*
Replace GrStrokeInfo with GrStyle.
bsalomon
2016-05-10
*
Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https:...
bsalomon
2016-05-10
*
Replace GrStrokeInfo with GrStyle.
bsalomon
2016-05-10
*
Revert of Batch multiple single NVPR draw paths to instanced draws (patchset ...
stephana
2016-04-25
*
Batch multiple single NVPR draw paths to instanced draws
kkinnunen
2016-04-25
*
Add GrContext::releaseAndAbandonContext()
bsalomon
2016-04-01
*
Update how we send draws to gpu backend to reduce state setting.
egdaniel
2016-03-17
*
Avoid drawing NVPR DIF text when text size is 0
kkinnunen
2016-03-04
*
Add support for GL_EXT_raster_multisample
cdalton
2016-02-05
*
Avoid updating glPathStencilFunc unless it changes
kkinnunen
2016-01-25
*
Simplify path allocation, clean up resources correctly
kkinnunen
2016-01-13
*
Revert of Enable stencil clipping in mixed sampled render targets (patchset #...
cdalton
2015-11-11
*
Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://cod...
cdalton
2015-11-10
*
Fix mixed samples stencil clip
cdalton
2015-11-09
*
Create GLSL base class for ProgramDataManager
egdaniel
2015-10-28
*
Implement stencil clipping in mixed sampled render targets
vbuzinov
2015-09-30
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Implement support for CHROMIUM_path_rendering pseudo extension
kkinnunen
2015-07-14
*
Revert of Implement support for CHROMIUM_path_rendering pseudo extension (pat...
jvanverth
2015-07-02
*
Implement support for CHROMIUM_path_rendering pseudo extension
kkinnunen
2015-07-02
*
Cleanup legacy NVPR-related definitions
kkinnunen
2015-07-01
*
Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of ht...
jvanverth
2015-06-30
*
Cleanup legacy NVPR-related definitions
kkinnunen
2015-06-30
*
Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of ht...
fmalita
2015-06-25
*
Cleanup legacy NVPR-related definitions
kkinnunen
2015-06-25
*
Stop using the NVPR glyph loading functionality
kkinnunen
2015-06-23
*
don't rely on fonts having a stream
caryclark
2015-06-15
*
Refactor GrGpu path rendering functions to GrPathRendering
kkinnunen
2015-06-01
*
Avoid creating GrGLPath to the resource cache when creating GrGLPathRanges
kkinnunen
2015-05-24
*
Improve caching of dashed paths in GrStencilAndCoverPathRenderer
kkinnunen
2015-05-18
*
Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps
jvanverth
2015-04-29
*
Remove legacy NVPR support
jvanverth
2015-04-27
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
possible bug fix for nvpr
joshualitt
2015-01-14
[next]