aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* 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 include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineSta...Gravatar Brian Salomon2018-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
* Remove GrGLSLFragProcs typedef. Use unique_ptr to for GrGLSLFragmentProcessor...Gravatar Brian Salomon2018-06-07
* Require mips to be allocated at texture creation time and disable late alloca...Gravatar Greg Daniel2018-06-07
* Add Gr enums and version parsing for SwiftShaderGravatar Kevin Lubick2018-06-05
* Remove alpha readback path in GrGLGpu::onReadPixelsGravatar Brian Salomon2018-06-04
* Add null checks for GrSkSLtoGLSL to GrGLProgramBuilderGravatar Brian Salomon2018-06-04
* Remove origin from GrGpu::readPixelsGravatar Brian Salomon2018-06-02
* Remove origin from GrGpu::writePixelsGravatar Brian Salomon2018-06-02
* Remove most of the remaining conflation of colorSpace and sRGB in GaneshGravatar Brian Osman2018-06-01
* 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
* Revert "Check for ANGLE's implementation of texture_rectangle"Gravatar Ravi Mistry2018-05-30
* Check for ANGLE's implementation of texture_rectangleGravatar Weiliang Chen2018-05-30
* Make GrPrimitiveProcessor::Attribute a class, hide data members.Gravatar Brian Salomon2018-05-30
* Fix unit tests when workarounds are enabledGravatar Adrienne Walker2018-05-21
* Reland "Remove GrBackendObject and all related functions from Skia."Gravatar Greg Daniel2018-05-21
* Driver bug workaround: unbind_attachments_on_bound_render_fbo_deleteGravatar Adrienne Walker2018-05-18
* Driver bug workaround: pack_parameters_workaround_with_pack_bufferGravatar Adrienne Walker2018-05-16
* Driver bug workaround: gl_clear_brokenGravatar Adrienne Walker2018-05-16
* Driver bug workaround: restore_scissor_on_fbo_changeGravatar Adrienne Walker2018-05-16
* Driver bug workaround: max_msaa_sample_count_4Gravatar Adrienne Walker2018-05-15
* Driver bug workaround: disallow_large_instanced_drawGravatar Adrienne Walker2018-05-15
* Driver bug workaround: max_texture_size_limit_4096Gravatar Adrienne Walker2018-05-15
* Reland "Driver bug workaround: disable_discard_framebuffer"Gravatar Adrienne Walker2018-05-15
* Reland "Driver bug workaround: disable_blend_equation_advanced"Gravatar Adrienne Walker2018-05-15
* Make GrCaps and GrShaderCaps private.Gravatar Brian Salomon2018-05-11
* Revert "Remove GrBackendObject and all related functions from Skia."Gravatar Brian Osman2018-05-10
* Revert "Driver bug workaround: disable_blend_equation_advanced"Gravatar Greg Daniel2018-05-10
* Revert "Driver bug workaround: disable_discard_framebuffer"Gravatar Greg Daniel2018-05-10
* Driver bug workaround: disable_discard_framebufferGravatar Adrienne Walker2018-05-10
* Driver bug workaround: disable_blend_equation_advancedGravatar Adrienne Walker2018-05-10
* Remove GrBackendObject and all related functions from Skia.Gravatar Greg Daniel2018-05-10
* Add fPreferExternalImagesOverES3 to GrContextOptionsGravatar Brian Osman2018-05-09
* Only enable noperspective with ES3 shading languageGravatar Brian Osman2018-05-08
* Disable unpack-row-length support on iOSGravatar Brian Osman2018-05-03
* Implement GL canCopySurface in GrGLCaps.Gravatar Greg Daniel2018-05-03
* Add internal grsurface flag to track if using gl rectangle or external texture.Gravatar Greg Daniel2018-05-02
* Remove GrPrimitiveType::kTriangleFanGravatar Brian Salomon2018-04-30