aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGpu.cpp
Commit message (Expand)AuthorAge
* Don't use glFrontFaceGravatar Chris Dalton2018-07-31
* Introduce enum class for texture type.Gravatar Brian Salomon2018-07-30
* sksl: Add a "sk_Clockwise" built-inGravatar Chris Dalton2018-07-27
* Remove texel buffer support.Gravatar Brian Salomon2018-07-13
* Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors."Gravatar Greg Daniel2018-07-03
* Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors."Gravatar Ethan Nicholas2018-07-03
* Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors.Gravatar Greg Daniel2018-07-03
* Remove sRGB config checks based on color spaceGravatar Brian Osman2018-07-02
* Revert "Some scissor state cleanup."Gravatar Brian Salomon2018-07-02
* Some scissor state cleanup.Gravatar Brian Salomon2018-07-02
* Remove half float workaround in GrGLGpu::onReadPixelsGravatar Brian Osman2018-06-29
* Refactor GrPipeline dynamic state.Gravatar Brian Salomon2018-06-26
* Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists.Gravatar Brian Salomon2018-06-25
* Ensure that textures exported via SkImage::MakeBackendTextureFromSkImageGravatar Brian Salomon2018-06-20
* SkTypes.h: general cleanupGravatar Hal Canary2018-06-20
* Move GrGLSL.h from include/private to src/gpu/glsl.Gravatar Brian Salomon2018-06-19
* Revert "Revert "Change how vertex/instance attributes are handled in geometry...Gravatar Brian Salomon2018-06-19
* Revert "Change how vertex/instance attributes are handled in geometry process...Gravatar Mike Klein2018-06-19
* Change how vertex/instance attributes are handled in geometry processors.Gravatar Brian Salomon2018-06-18
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Remove unused code that was used for late mip allocations.Gravatar Greg Daniel2018-06-13
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* Revert "remove half float workaround in GrGLGpu::onReadPixels"Gravatar Stephen White2018-06-09
* Fall back to bilerp if we are undable to do a copy for mips.Gravatar Greg Daniel2018-06-08
* Reland "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu.Gravatar Brian Salomon2018-06-08
* Revert "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* remove half float workaround in GrGLGpu::onReadPixelsGravatar Brian Salomon2018-06-08
* Reland "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-08
* Revert "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-07
* Require mips to be allocated at texture creation time and disable late alloca...Gravatar Greg Daniel2018-06-07
* Remove alpha readback path in GrGLGpu::onReadPixelsGravatar Brian Salomon2018-06-04
* Remove origin from GrGpu::readPixelsGravatar Brian Salomon2018-06-02
* Remove origin from GrGpu::writePixelsGravatar Brian Salomon2018-06-02
* Remove GrGpu::getWritePixelsInfoGravatar Brian Salomon2018-06-01
* Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/Write...Gravatar Brian Salomon2018-06-01
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Make GrPrimitiveProcessor::Attribute a class, hide data members.Gravatar Brian Salomon2018-05-30
* Fix unit tests when workarounds are enabledGravatar Adrienne Walker2018-05-21
* Driver bug workaround: unbind_attachments_on_bound_render_fbo_deleteGravatar Adrienne Walker2018-05-18
* Driver bug workaround: restore_scissor_on_fbo_changeGravatar Adrienne Walker2018-05-16
* Implement GL canCopySurface in GrGLCaps.Gravatar Greg Daniel2018-05-03
* Remove GrPrimitiveType::kTriangleFanGravatar Brian Salomon2018-04-30
* Move external texture extension logic into SkSLGravatar Brian Osman2018-04-17
* Add glFlush workaround for instanced draws on SkylakeGravatar Chris Dalton2018-04-16
* Fix many return-std-move-in-c++11 warningsGravatar Kevin Lubick2018-04-16
* Don't create lazy proxys if their width/height is greater than max tex sizeGravatar Greg Daniel2018-04-12
* Move GrBackendRenderTarget over to new system of getting backed infosGravatar Greg Daniel2018-04-11
* Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better.Gravatar Greg Daniel2018-04-10