index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLGpu.h
Commit message (
Expand
)
Author
Age
*
Remove sRGB config checks based on color space
Brian Osman
2018-07-02
*
Revert "Some scissor state cleanup."
Brian Salomon
2018-07-02
*
Some scissor state cleanup.
Brian Salomon
2018-07-02
*
Refactor GrPipeline dynamic state.
Brian Salomon
2018-06-26
*
Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists.
Brian Salomon
2018-06-25
*
Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage
Brian Salomon
2018-06-20
*
Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu.
Brian Salomon
2018-06-08
*
Remove origin from GrGpu::readPixels
Brian Salomon
2018-06-02
*
Remove origin from GrGpu::writePixels
Brian Salomon
2018-06-02
*
Remove GrGpu::getWritePixelsInfo
Brian Salomon
2018-06-01
*
Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/Write...
Brian Salomon
2018-06-01
*
Dest color space no longer impacts mipmaps or texture sampling
Brian Osman
2018-06-01
*
Driver bug workaround: unbind_attachments_on_bound_render_fbo_delete
Adrienne Walker
2018-05-18
*
Driver bug workaround: restore_scissor_on_fbo_change
Adrienne Walker
2018-05-16
*
Add glFlush workaround for instanced draws on Skylake
Chris Dalton
2018-04-16
*
Remove legacy GrContext factories function and supporting code/types.
Brian Salomon
2018-03-23
*
Add texture-specific flags for External & Rectangle textures
Robert Phillips
2018-03-21
*
Correctly discard or load RT when doing copies as draws in Vulkan
Greg Daniel
2018-03-16
*
Add testing-only backend render target support to GrVkGpu.
Brian Salomon
2018-03-13
*
Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&
Brian Salomon
2018-03-09
*
Add GM configs that test rendering to a GL backend texture and render target
Brian Salomon
2018-03-09
*
Add testing only helper to flush and sync gpu.
Greg Daniel
2018-03-08
*
Initial texture data is never flipped when uploaded.
Brian Salomon
2018-03-07
*
Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture.
Brian Salomon
2018-03-07
*
Remove GrSurfaceOrigin from GrSurfaceDesc.
Brian Salomon
2018-03-05
*
Introduce GrColorType
Brian Salomon
2018-02-20
*
Drop unused support for MSAA sample locations
Chris Dalton
2018-02-20
*
Prepare sRGB encoding conversion for the removal of GrPixelConfig
Brian Salomon
2018-02-14
*
Track dirty rects on GrRenderTargets in native space rather than origin-relative
Brian Salomon
2018-02-09
*
Remove integer texture support
Brian Salomon
2018-02-06
*
Revert "Drop support for unused MSAA extensions"
Robert Phillips
2018-01-30
*
Drop support for unused MSAA extensions
Chris Dalton
2018-01-29
*
Make use of VkSemaphores thread safe assuming use of the same VkQueue.
Greg Daniel
2018-01-22
*
Update GrSemaphore to allow it to only be used once for signaling and once fo...
Greg Daniel
2018-01-09
*
Add stubbed out GrContext
Robert Phillips
2017-12-13
*
Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture
Robert Phillips
2017-12-13
*
Remove GrBackendObject from tests (except image_from_yuv_textures)
Robert Phillips
2017-12-12
*
Remove instanced rendering
Brian Salomon
2017-12-08
*
Make GrGLContext be uniquely owned.
Brian Salomon
2017-12-07
*
sk_spification of GrGpu creation.
Brian Salomon
2017-12-07
*
Remove support for image load/store
Brian Salomon
2017-11-15
*
Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.
Brian Salomon
2017-10-18
*
Add flag on GrBackendTexture to say whether texture is mipped or not
Greg Daniel
2017-10-12
*
Use enum to track MipMapsStatus throughout Texture creation
Greg Daniel
2017-10-12
*
Set correct mip map status on GrTexture since we no longer require all mip data
Greg Daniel
2017-10-10
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Unbind xfer buffer in a couple more places
Brian Osman
2017-09-05
*
Remove kDefault_GrSurfaceOrigin
Robert Phillips
2017-08-30
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.
Greg Daniel
2017-08-24
[next]