aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGpu.h
Commit message (Expand)AuthorAge
* Drop support for unused MSAA extensionsGravatar Chris Dalton2018-01-29
* Make use of VkSemaphores thread safe assuming use of the same VkQueue.Gravatar Greg Daniel2018-01-22
* Update GrSemaphore to allow it to only be used once for signaling and once fo...Gravatar Greg Daniel2018-01-09
* Add stubbed out GrContextGravatar Robert Phillips2017-12-13
* Update SkImage::MakeFromYUVTexturesCopy to GrBackendTextureGravatar Robert Phillips2017-12-13
* Remove GrBackendObject from tests (except image_from_yuv_textures)Gravatar Robert Phillips2017-12-12
* Remove instanced renderingGravatar Brian Salomon2017-12-08
* Make GrGLContext be uniquely owned.Gravatar Brian Salomon2017-12-07
* sk_spification of GrGpu creation.Gravatar Brian Salomon2017-12-07
* Remove support for image load/storeGravatar Brian Salomon2017-11-15
* Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.Gravatar Brian Salomon2017-10-18
* Add flag on GrBackendTexture to say whether texture is mipped or notGravatar Greg Daniel2017-10-12
* Use enum to track MipMapsStatus throughout Texture creationGravatar Greg Daniel2017-10-12
* Set correct mip map status on GrTexture since we no longer require all mip dataGravatar Greg Daniel2017-10-10
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Unbind xfer buffer in a couple more placesGravatar Brian Osman2017-09-05
* Remove kDefault_GrSurfaceOriginGravatar Robert Phillips2017-08-30
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.Gravatar Greg Daniel2017-08-24
* Revert "Revert "GrContext::dump that produces JSON formatted output""Gravatar Brian Osman2017-08-10
* Revert "GrContext::dump that produces JSON formatted output"Gravatar Brian Osman2017-08-09
* GrContext::dump that produces JSON formatted outputGravatar Brian Osman2017-08-09
* Store GrRenderTarget in GrGpuCommandBufferGravatar Robert Phillips2017-08-09
* Add explicit clear of stencil buffer before opLists that use themGravatar Robert Phillips2017-08-08
* Add GrDebugMarkerOpGravatar Robert Phillips2017-08-08
* Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on ...Gravatar Greg Daniel2017-08-02
* Revert "Revert "Revert "Add support for semaphores to be inserted on GrContex...Gravatar Yuqian Li2017-08-01
* Revert "Revert "Add support for semaphores to be inserted on GrContext flush""Gravatar Greg Daniel2017-08-01
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* Add Make[backend] calls for creating GrContextsGravatar Greg Daniel2017-07-25
* Revert "Add support for semaphores to be inserted on GrContext flush"Gravatar Mike Reed2017-07-22
* Add support for semaphores to be inserted on GrContext flushGravatar Greg Daniel2017-07-22
* Remove GrBackendTextureDescGravatar Brian Salomon2017-07-20
* Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpuGravatar Robert Phillips2017-07-12
* Revert "Revert "Clean up onTransferPixels""Gravatar Jim Van Verth2017-06-22
* Revert "Clean up onTransferPixels"Gravatar Jim Van Verth2017-06-21
* Clean up onTransferPixelsGravatar Jim Van Verth2017-06-21
* Revert "Revert "Add API for flushing surfaces with gpu semaphores""Gravatar Greg Daniel2017-06-16
* Revert "Add API for flushing surfaces with gpu semaphores"Gravatar Greg Daniel2017-06-15
* Add API for flushing surfaces with gpu semaphoresGravatar Greg Daniel2017-06-15
* Retract GrTexture*.h & GrRenderTarget*.h from other headersGravatar Robert Phillips2017-06-13
* Add flush before drawing lines workaround for Adreno 3xxGravatar Brian Salomon2017-06-08
* Introduce dynamic pipeline stateGravatar Chris Dalton2017-06-07
* Revert "Revert "Workaround Adreno driver issue with stencil clears.""Gravatar Mike Klein2017-06-06
* Revert "Workaround Adreno driver issue with stencil clears."Gravatar Mike Klein2017-06-06
* Workaround Adreno driver issue with stencil clears.Gravatar Brian Salomon2017-06-06
* sk_sp-ify GrResourceProvider some moreGravatar Robert Phillips2017-06-05
* Add support for instanced drawsGravatar Chris Dalton2017-05-31
* Fix glDrawRangeElementsGravatar Chris Dalton2017-05-30