aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTypes.h
Commit message (Expand)AuthorAge
* Add new surface flagGravatar jvanverth2015-09-02
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Add support for a new GPU interfaceGravatar jvanverth2015-08-12
* SRGB read and write pixels working and unit testGravatar bsalomon2015-07-30
* add/fix copyrightsGravatar reed2015-06-26
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Removing GrAutoMallocGravatar joshualitt2015-05-29
* Add RGBA half float texture format.Gravatar jvanverth2015-05-21
* Add assignment op to enum bitfield opsGravatar cdalton2015-05-11
* Add unit tests for stroke rects and drawVerticesGravatar joshualitt2015-05-11
* remove legacy Gr thingsGravatar bsalomon2015-05-08
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* Use SkXfermode as public facing enum for GrPorterDuffXPGravatar egdaniel2015-02-17
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-02-02
* Revert of Move npot resizing out of GrContext and simplify GrContext texture ...Gravatar bsalomon2015-01-31
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-01-31
* Revert of Move npot resizing out of GrContext and simplify GrContext texture ...Gravatar fmalita2015-01-31
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-01-30
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Add sRGB texture support.Gravatar jvanverth2014-12-22
* remove dead SK_SUPPORT_LEGACY_GRTYPES deadGravatar reed2014-12-21
* Use texture size to determine precision of texture coord varyings.Gravatar bsalomon2014-12-09
* Add support for half float alpha textures.Gravatar jvanverth2014-12-05
* Fix assert in GrMaskFormatBytesPerPixel.Gravatar jvanverth2014-11-26
* remove unused kLCD_MaskFormatGravatar reed2014-11-13
* Cleanup: Remove GR_ARRAY_COUNT macro.Gravatar tfarina2014-10-31
* fix typo in legacy flag aliasGravatar bsalomon2014-10-28
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Delete unused method aliases and texture flag.Gravatar bsalomon2014-10-24
* Revert of Delete unused method aliases and texture flag. (patchset #1 id:1 of...Gravatar bsalomon2014-10-23
* Delete unused method aliases and texture flag.Gravatar bsalomon2014-10-23
* gl programs rewriteGravatar joshualitt2014-10-09
* Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.c...Gravatar joshualitt2014-10-07
* gl programs rewriteGravatar joshualitt2014-10-07
* Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...Gravatar george2014-08-12
* Consider index8 a compressed config.Gravatar bsalomon2014-08-11
* Remove support in the gpu to use hardware AA lines. Current code paths could ...Gravatar egdaniel2014-07-29
* Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromi...Gravatar egdaniel2014-07-29
* Remove gpu support for willUseHWAALines.Gravatar egdaniel2014-07-29
* Add ASTC to list of alpha compressed formatsGravatar krajcevski2014-07-24
* Add new ASTC pixel configGravatar krajcevski2014-07-16
* 32 bpp floating point texturesGravatar joshualitt2014-07-16
* R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. ...Gravatar krajcevski2014-06-30
* Add LATC to alpha only pixel configGravatar krajcevski2014-06-09
* Remove GrIsPow2 in favor of SkIsPow2.Gravatar tfarina2014-06-06
* Initial work to get ETC1 data up to the GPUGravatar krajcevski2014-06-02
* Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chr...Gravatar commit-bot@chromium.org2014-05-30
* Initial work to get ETC1 data up to the GPUGravatar commit-bot@chromium.org2014-05-30
* Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in c...Gravatar commit-bot@chromium.org2014-05-30
* Revert of Revert of Add compressed texture capabilities for GPU devicesGravatar commit-bot@chromium.org2014-05-27