aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Caching the result of readPixelsSupportedGravatar piotaixr2014-07-15
* SkAutoRef seems lonely. Might as well delete it.Gravatar mtklein2014-07-15
* Revert of drawVertices bug on gpu side (https://codereview.chromium.org/38711...Gravatar dandov2014-07-14
* Fixed the bug in drawVertices when no colors or texture coordinates are provi...Gravatar dandov2014-07-14
* Make GrAtlas::removePlot staticGravatar robertphillips2014-07-13
* Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions.Gravatar jvanverth2014-07-11
* This moves us towards variable length effect keys. The overall program key no...Gravatar bsalomon2014-07-11
* Revert of Remove gpu shader optimatization for solid white or trans black col...Gravatar egdaniel2014-07-11
* Remove gpu shader optimatization for solid white or trans black colorsGravatar egdaniel2014-07-11
* Cleanup SkPicture* classes a bitGravatar robertphillips2014-07-10
* Split SkPictureReplacementPlayback out of SkPicturePlaybackGravatar robertphillips2014-07-10
* Improve gpu tracing when applying markers directly to gpu targetGravatar egdaniel2014-07-09
* Revert of Make GrGLConfigConversionEffect work for Imagination and some other...Gravatar bsalomon2014-07-09
* Make GrGLConfigConversionEffect work for Imagination and some other GPUs.Gravatar changjun.yang2014-07-09
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Split SkPictureRangePlayback out of SkPicturePlaybackGravatar robertphillips2014-07-08
* Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.Gravatar bsalomon2014-07-08
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...Gravatar reed2014-07-07
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-07
* YUV to RGB converterGravatar sugoi2014-07-07
* Split SkPicturePlayback out of SkPictureDataGravatar robertphillips2014-07-07
* Remove use of GrEffectRef from draw state and below.Gravatar bsalomon2014-07-07
* Remove GrDrawState::CommonStateGravatar bsalomon2014-07-07
* Remove deferred version of GrDrawState.Gravatar bsalomon2014-07-07
* Add Instant Trace Event for shader compilation in gpu which outputs shader te...Gravatar egdaniel2014-07-07
* Revert of Caching the result of readPixelsSupported (https://codereview.chrom...Gravatar reed2014-07-03
* Caching the result of readPixelsSupportedGravatar piotaixr2014-07-03
* Add functions to support NV_path_rendering in OpenGL ESGravatar kkinnunen2014-07-02
* Make GrAllocator Iter return non-const TGravatar bsalomon2014-07-02
* Revert of Remove the AA requirement for selecting GrEffect-based clipping. (h...Gravatar mtklein2014-07-02
* Combine clip stack and clip origin into one struct in GrIODB.Gravatar bsalomon2014-07-02
* Remove the AA requirement for selecting GrEffect-based clipping.Gravatar bsalomon2014-07-02
* Revert of Remove the AA requirement for selecting GrEffect-based clipping. (h...Gravatar bsalomon2014-07-02
* Remove the AA requirement for selecting GrEffect-based clipping.Gravatar bsalomon2014-07-02
* Reduce integer divides in GrAllocatorGravatar bsalomon2014-07-02
* Fix int to float bug in shader on gpu Dotted Line clGravatar egdaniel2014-07-02
* Add the ability for gpu to render dotted lines (dashed line, 0 on interval, r...Gravatar egdaniel2014-07-02
* Rename SkPicturePlayback to SkPictureDataGravatar robertphillips2014-07-01
* When performing offscreen rendering on windows, attempt to use a pbuffer cont...Gravatar bsalomon2014-07-01
* Fix ANGLE build wrong glGetString being called issueGravatar bsalomon2014-06-30
* R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. ...Gravatar krajcevski2014-06-30
* Begin atlasingGravatar robertphillips2014-06-30
* Support using OpenGL ES context on desktopGravatar kkinnunen2014-06-30
* Revert of Begin atlasing (https://codereview.chromium.org/354533004/)Gravatar robertphillips2014-06-29
* Revert of Fix memory leak in "Begin atlasing" (https://codereview.chromium....Gravatar robertphillips2014-06-29
* Fix memory leak in (Begin atlasing https://codereview.chromium.org/354533004/)Gravatar robertphillips2014-06-29
* Begin atlasingGravatar robertphillips2014-06-29
* change gpudevice and pdfdevice to inherit from basedeviceGravatar reed2014-06-27
* Add trace event when GrBufferAllocPool unmaps a buffer indicating what % of t...Gravatar bsalomon2014-06-26