aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTypes.h
Commit message (Expand)AuthorAge
...
* 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
* Revert of Add compressed texture capabilities for GPU devices (https://codere...Gravatar commit-bot@chromium.org2014-05-27
* Add compressed texture capabilities for GPU devicesGravatar commit-bot@chromium.org2014-05-27
* Revert of Add compressed texture capabilities for GPU devices (https://codere...Gravatar commit-bot@chromium.org2014-05-23
* Add compressed texture capabilities for GPU devicesGravatar commit-bot@chromium.org2014-05-23
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-04
* Add GPU support for color bitmap fontsGravatar commit-bot@chromium.org2013-12-03
* Implement filling a path with nv_path_rendering coverGravatar commit-bot@chromium.org2013-10-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-27
* move GrMalloc, GrFree, Gr_bzero to their sk equivalentsGravatar reed@google.com2013-09-26
* First pass at font cache refactor: Create an atlas manager per textureGravatar commit-bot@chromium.org2013-09-26
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* revert 9802 breacking tests on some configsGravatar edisonn@google.com2013-06-28
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. T...Gravatar senorblanco@chromium.org2013-06-10
* Remove GrPathCmdGravatar bsalomon@google.com2013-05-10
* Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...Gravatar bsalomon@google.com2013-03-28
* Add a macro for querying the byte order of SkPMColor.Gravatar commit-bot@chromium.org2013-03-19
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Fix WritePixels test on ANGLE.Gravatar bsalomon@google.com2013-02-06
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05