aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGpu.cpp
Commit message (Expand)AuthorAge
* Bring back sRGB-write-control as a caps bit.Gravatar brianosman2016-05-05
* Add Gr*Proxy classesGravatar robertphillips2016-05-04
* Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...Gravatar robertphillips2016-05-03
* Revert of Make stencils be attachable to render targets created via SkSurface...Gravatar jvanverth2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Make stencils be attachable to render targets created via SkSurface::MakeFrom...Gravatar kkinnunen2016-05-02
* Add mipmap loading to Vulkan.Gravatar jvanverth2016-04-29
* Revert of Make stencils be attachable to render targets created via SkSurface...Gravatar benjaminwagner2016-04-29
* Don't mark mipmaps dirty if uploading > 1 levelsGravatar jvanverth2016-04-29
* Use constexpr constructors of GrStencilSettings rather than hacky macro system.Gravatar bsalomon2016-04-29
* Make stencils be attachable to render targets created via SkSurface::MakeFrom...Gravatar kkinnunen2016-04-29
* Ensure we're operating on the correct texture when generating mipmaps.Gravatar brianosman2016-04-26
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:1...Gravatar jvanverth2016-04-20
* Use transfer buffer for BatchAtlas texture copies.Gravatar jvanverth2016-04-20
* Add optional data parameter to createBufferGravatar cdalton2016-04-19
* Remove GrTextureStorageAllocator. This was added from Chromium but never used...Gravatar bsalomon2016-04-13
* Implement texel buffersGravatar cdalton2016-04-11
* Track GL buffer state based on unique resource IDGravatar cdalton2016-04-07
* Revert of Track GL buffer state based on unique resource ID (patchset #6 id:1...Gravatar mtklein2016-04-06
* Track GL buffer state based on unique resource IDGravatar cdalton2016-04-06
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* Add GrContext::releaseAndAbandonContext()Gravatar bsalomon2016-04-01
* Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRende...Gravatar kkinnunen2016-04-01
* Dirty mipmaps whenever we upload new contents for a texture.Gravatar brianosman2016-03-29
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* added support for glMinSampleShadingGravatar ethannicholas2016-03-25
* Require sRGB write control for sRGB support. Add flag to GrPaint to suppress ...Gravatar brianosman2016-03-25
* Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...Gravatar robertphillips2016-03-25
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* Make max number of vertex attributes be checked dynamicallyGravatar bsalomon2016-03-23
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-21
* Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ...Gravatar brianosman2016-03-17
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-17
* Update how we send draws to gpu backend to reduce state setting.Gravatar egdaniel2016-03-17
* Begin tracking GL_TEXTURE_ and GL_DRAW_INDIRECT_ buffer bindingsGravatar cdalton2016-03-16
* Fix BGRA/RGBA readback conversions on macGravatar ericrk2016-03-11
* Add support for vertex and geometry shader texturesGravatar cdalton2016-03-11
* Fix readback of 565 on Mac and enable testsGravatar bsalomon2016-03-10
* 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
* Disabling calls to TexParameteri when the values do not exist on ES2.Gravatar cblume2016-03-01
* This CL adds glTexStorage support.Gravatar cblume2016-02-29
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25