aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.cpp
Commit message (Expand)AuthorAge
* Update how we send draws to gpu backend to reduce state setting.Gravatar egdaniel2016-03-17
* detach -> releaseGravatar mtklein2016-03-16
* Don't allow nullptr in texels array params (unless using a transfer buffer).Gravatar bsalomon2016-03-09
* Add "sample locations" feature to GrProcessorGravatar cdalton2016-03-07
* Revert of Don't allow nullptr in texels array params (unless using a transfer...Gravatar bsalomon2016-03-04
* Don't allow nullptr in texels array params (unless using a transfer buffer).Gravatar bsalomon2016-03-04
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Add wrapBackendTextureAsRenderTarget APIGravatar ericrk2016-02-24
* Add GrGpu support for Vulkan command buffer flushGravatar jvanverth2016-02-17
* There is an unused rowBytes parameter being passed along.Gravatar cblume2016-02-16
* Workaround for bug in Tegra 3 when uploading to a render targetGravatar bsalomon2016-02-16
* added support for PLS path renderingGravatar ethannicholas2016-01-30
* Cleaning up trailing spaces and typos.Gravatar cblume2016-01-26
* Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...Gravatar ethannicholas2016-01-22
* added support for PLS path renderingGravatar ethannicholas2016-01-22
* More framework support for TransferBuffersGravatar jvanverth2016-01-05
* Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::up...Gravatar bsalomon2015-12-17
* Add transfer buffer support.Gravatar jvanverth2015-12-03
* Revert of Add transfer buffer support. (patchset #9 id:160001 of https://code...Gravatar egdaniel2015-12-03
* Add transfer buffer support.Gravatar jvanverth2015-12-02
* Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...Gravatar bsalomon2015-10-29
* Remove min texture size supportGravatar bsalomon2015-10-28
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-20
* Revert recent CLs around GrTextureMaker/GrTextureParamsAdjusterGravatar Brian Salomon2015-10-19
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-19
* Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...Gravatar egdaniel2015-10-16
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-16
* Move some of the adding stencil attachment logic of Gpu and into Render Target.Gravatar egdaniel2015-09-14
* wire up incNumDrawsGravatar joshualitt2015-09-09
* Remove GrGpuTraceMarker hooks until we rethink the designGravatar joshualitt2015-09-01
* Various minor cross-platform changesGravatar jvanverth2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Fix for copy surface not handling dirty contextGravatar joshualitt2015-08-21
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Check for xfer barriers in GrBatch, auto-issue barriers in GrGpuGravatar bsalomon2015-08-12
* Move some work from backend onClear to base class clearGravatar egdaniel2015-08-06
* Move some parts of onReadPixels up to GrGpu readPixels.Gravatar egdaniel2015-07-30
* Make GrGpu read/write pixels take GrSurfaceGravatar bsalomon2015-07-30
* Move draw on upload decision in GrGpuGravatar bsalomon2015-07-28
* Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of http...Gravatar bsalomon2015-07-28
* Move draw on upload decision in GrGpuGravatar bsalomon2015-07-28
* Refactor GrBufferAllocPools to use resource cacheGravatar robertphillips2015-06-24
* Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:...Gravatar robertphillips2015-06-23
* Refactor GrBufferAllocPools to use resource cacheGravatar robertphillips2015-06-23
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Refactor GrGpu path rendering functions to GrPathRenderingGravatar kkinnunen2015-06-01