aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.h
Commit message (Expand)AuthorAge
* Fix leaks in unit tests of GrGLTextureInfosGravatar bsalomon2015-11-11
* Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...Gravatar bsalomon2015-10-29
* Move GrGLBufferImpl's GL calls to behind GrGLGpuGravatar joshualitt2015-10-23
* 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
* Remove batchtrackerGravatar joshualitt2015-09-11
* Add number of draws to GrGpu statsGravatar joshualitt2015-09-08
* Remove GrGpuTraceMarker hooks until we rethink the designGravatar joshualitt2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Fix for copy surface not handling dirty contextGravatar joshualitt2015-08-21
* 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
* Attempt to somewhat simplify GrContext::readSurfacePixels interaction with Gr...Gravatar bsalomon2015-07-23
* Rename backing texture testing routinesGravatar jvanverth2015-07-14
* Start to propagate constness of GrPipelineBuilder up the stackGravatar joshualitt2015-07-13
* Remove GL-specific code from GMs and testsGravatar jvanverth2015-07-13
* Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of...Gravatar reed2015-06-25
* Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https...Gravatar reed2015-06-25
* Return GrGLContext from GrTestTargetGravatar joshualitt2015-06-25
* Revert of remove workaround for dx9 angle slow rgba pixel ops (patchset #1 id...Gravatar bsalomon2015-06-24
* remove workaround for dx9 angle slow rgba pixel opsGravatar bsalomon2015-06-24
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #1...Gravatar bsalomon2015-06-01
* Refactor GrGpu path rendering functions to GrPathRenderingGravatar kkinnunen2015-06-01
* SkImage::NewFromYUVTexturesCopyGravatar bsalomon2015-05-29
* Store context options on caps.Gravatar bsalomon2015-05-22
* Revert of Store context options on caps. (patchset #3 id:40001 of https://cod...Gravatar bsalomon2015-05-22
* Store context options on caps.Gravatar bsalomon2015-05-22
* rename GrDrawTargetCaps to GrCapsGravatar bsalomon2015-05-19
* Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220...Gravatar mtklein2015-05-18
* Move copy-surface-as-draw fallback to GrGLGpu.Gravatar bsalomon2015-05-18
* Don't issue texture barriers for RT's with separate storageGravatar cdalton2015-05-13
* 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
* Use texture barriers to read directly from the RTGravatar cdalton2015-04-29
* Refactor createTexture and onCreateTextureGravatar egdaniel2015-04-22
* Rename GrStencilBuffer to GrStencilAttachmentGravatar egdaniel2015-04-16