aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.cpp
Commit message (Expand)AuthorAge
* 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
* rename GrDrawTargetCaps.h to GrCaps.h and move to includeGravatar bsalomon2015-05-22
* Add check in GrGpu createTexture to make sure we don't create multisampled te...Gravatar egdaniel2015-05-12
* Iterate over instanced draws in GrGpu rather than above GrBatchTargetGravatar bsalomon2015-05-07
* Isolate GrBufferAllocPools inside GrBatchTargetGravatar robertphillips2015-05-07
* Move DrawInfo out from GrDrawTarget and rename to GrVertices.Gravatar bsalomon2015-05-05
* Move instanced index buffer creation to flush timeGravatar bsalomon2015-05-04
* Revert of Move instanced index buffer creation to flush time (patchset #6 id:...Gravatar bsalomon2015-05-04
* Move instanced index buffer creation to flush timeGravatar bsalomon2015-05-04
* Move function to be static instead of anonymous namespaceGravatar egdaniel2015-04-22
* Refactor createTexture and onCreateTextureGravatar egdaniel2015-04-22
* Rename GrStencilBuffer to GrStencilAttachmentGravatar egdaniel2015-04-16
* Disable sharing of stencil buffers across differently sized rendertargetsGravatar robertphillips2015-03-20
* Remove recent changes to use temp fbo to do stencil clears.Gravatar egdaniel2015-03-18
* Fix uninitialized variable in GrGpuGravatar hendrikw2015-03-04
* clear stencil buffer using special purpose FBOGravatar bsalomon2015-02-23
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* Round stencil buffers dims up to next pow2 when allowedGravatar bsalomon2015-02-20
* Recycle stencil buffers across render targets.Gravatar bsalomon2015-02-19