aboutsummaryrefslogtreecommitdiff
path: root/include/gpu
AgeCommit message (Expand)Author
2014-06-19Allow gpu debug markers to be placed by using a GrContextegdaniel
2014-06-17hide SkBitmap::Config entirely (behind a flag)reed
2014-06-14hide virtuals on device for width/height/isopaquereed
2014-06-12Use vertex attributes for dash effect in gpuegdaniel
2014-06-11Add support for glCompressedTexSubImage2Dkrajcevski
2014-06-11Push dash checks into GrContext.egdaniel
2014-06-11remove SK_SUPPORT_LEGACY_DEVICE_CONFIG codereed
2014-06-11switch to colortype for deepcopyreed
2014-06-10SkShader::asNewEffect Refactoringdandov
2014-06-09hide SkBitmap::setConfigreed
2014-06-09Add LATC to alpha only pixel configkrajcevski
2014-06-06Remove GrIsPow2 in favor of SkIsPow2.tfarina
2014-06-04Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)robertphillips
2014-06-02Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)robertphillips
2014-06-02Initial work to get ETC1 data up to the GPUkrajcevski
2014-06-02Add Sample slide for Rectanizersrobertphillips
2014-06-02hide SkDevice::config()reed
2014-05-30Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chr...commit-bot@chromium.org
2014-05-30Initial work to get ETC1 data up to the GPUcommit-bot@chromium.org
2014-05-30Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in c...commit-bot@chromium.org
2014-05-29Constify the arguments to createTexturecommit-bot@chromium.org
2014-05-28Revert "Remove SkThread.h from public API."commit-bot@chromium.org
2014-05-28Remove SkThread.h from public API.commit-bot@chromium.org
2014-05-27Revert of Revert of Add compressed texture capabilities for GPU devicescommit-bot@chromium.org
2014-05-27Revert of Add compressed texture capabilities for GPU devices (https://codere...commit-bot@chromium.org
2014-05-27Add compressed texture capabilities for GPU devicescommit-bot@chromium.org
2014-05-23Revert of Add compressed texture capabilities for GPU devices (https://codere...commit-bot@chromium.org
2014-05-23Add compressed texture capabilities for GPU devicescommit-bot@chromium.org
2014-05-21Revert of Revert ""Revert of eliminate config param -- it was always self's c...commit-bot@chromium.org
2014-05-20Revert ""Revert of eliminate config param -- it was always self's config (htt...commit-bot@chromium.org
2014-05-20"Revert of eliminate config param -- it was always self's config (https://cod...reed@google.com
2014-05-19Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversioncommit-bot@chromium.org
2014-05-19Revert "Revert of eliminate config param -- it was always self's config (http...commit-bot@chromium.org
2014-05-19Add Dashing gpu effect for simple dashed linescommit-bot@chromium.org
2014-05-15Move skPaint2GrPaint to SkGr.h/cppcommit-bot@chromium.org
2014-05-09Factor GrTexture into public GrTexture and private GrTextureImpl.commit-bot@chromium.org
2014-05-09Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (...commit-bot@chromium.org
2014-05-09Factor GrTexture into public GrTexture and private GrTextureImpl.commit-bot@chromium.org
2014-05-09cleanup GrContext resource cache apicommit-bot@chromium.org
2014-05-09Disable filtering in draw Bitmap operation when pixels are alignedcommit-bot@chromium.org
2014-05-07Rename from "(un)lock" to "(un)map" for geometry buffers.commit-bot@chromium.org
2014-05-05Allow custom resources in the GrContext's cachecommit-bot@chromium.org
2014-05-05Adds a mechanism for GrCacheable objects to notify the resource cachecommit-bot@chromium.org
2014-05-05Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.commit-bot@chromium.org
2014-05-02Split GrResource into GrCacheable/GrGpuObjectcommit-bot@chromium.org
2014-05-02Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBuf...djsollen@google.com
2014-05-02Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.commit-bot@chromium.org
2014-05-02Add flag for SkGpuSurface creation to enable distance fields.commit-bot@chromium.org
2014-04-30Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILcommit-bot@chromium.org
2014-04-25Use EXT_direct_state_access for path matrix manipulationcommit-bot@chromium.org