aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Moving out of order call to TexParameteri in GrGpuGL::onCreateTextureGravatar junov@chromium.org2013-08-29
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ...Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* In image filters, apply the CTM and offset to the crop rect. This is necessar...Gravatar senorblanco@chromium.org2013-08-27
* Only assert that conic/quad effects get created if they are to be used.Gravatar commit-bot@chromium.org2013-08-23
* Use indexed extensions on ES3.Gravatar commit-bot@chromium.org2013-08-23
* Add GMs for gpu Bezier shadersGravatar commit-bot@chromium.org2013-08-23
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-23
* Pull out Effect Shaders in GPU Path RendererGravatar commit-bot@chromium.org2013-08-22
* Revert "Pull out Effect Shaders in GPU Path Renderer"Gravatar egdaniel@google.com2013-08-22
* Pull out Effect Shaders in GPU Path RendererGravatar commit-bot@chromium.org2013-08-22
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Create new target to hold gpu test code, enable direct testing of GrEffects i...Gravatar commit-bot@chromium.org2013-08-21
* Recognize that ES3 supports texture storage. Add workaround for apparent Adre...Gravatar commit-bot@chromium.org2013-08-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-21
* Add validation check that linewidth func is present (we already call it on ES).Gravatar commit-bot@chromium.org2013-08-20
* Use ES3 texture swizzling.Gravatar commit-bot@chromium.org2013-08-20
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Move gpu conic calculations to GrPathUtilsGravatar commit-bot@chromium.org2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Third (and hopefully final) change to support bleed flag in GaneshGravatar robertphillips@google.com2013-08-20
* Update renderable configs for ES3Gravatar commit-bot@chromium.org2013-08-20
* Fix stack buffer read overflow in GrConvolutionEffect::TestCreate.Gravatar bungeman@google.com2013-08-20
* Change comments about size internal formatsGravatar commit-bot@chromium.org2013-08-20
* Add direct bezier cubic support for GPU shadersGravatar commit-bot@chromium.org2013-08-20
* Revert "Changed rules about sized internal formats on GLES3."Gravatar bsalomon@google.com2013-08-20
* Replace uses of GR_API by SK_API.Gravatar commit-bot@chromium.org2013-08-20
* Changed rules about sized internal formats on GLES3.Gravatar commit-bot@chromium.org2013-08-20
* Fix name of "bleed" flagGravatar robertphillips@google.com2013-08-20
* Fix for nested rect drawing bugGravatar robertphillips@google.com2013-08-20
* Update tiled bitmap path to respect bleed flagGravatar robertphillips@google.com2013-08-20
* Remove unused typedef.Gravatar bungeman@google.com2013-08-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-17
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Always support NPOT tiling/MIPs on ES3Gravatar commit-bot@chromium.org2013-08-16
* Always support pack/unpack row length on ES3. Add support for NV_pack_subimag...Gravatar commit-bot@chromium.org2013-08-16
* Change Atlas recycling to track current flush count and recycle if Atlas not ...Gravatar commit-bot@chromium.org2013-08-16
* Support VAO when on ES3.Gravatar commit-bot@chromium.org2013-08-16
* Fix hairline pathrenderer for Nexus-10. Switches to using additionalGravatar jvanverth@google.com2013-08-16
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.Gravatar bsalomon@google.com2013-08-15
* Enable coverage when drawing to the stencil buffer.Gravatar commit-bot@chromium.org2013-08-15
* Fix repeated point quads/cubics in convex pr and update convexpaths GMGravatar commit-bot@chromium.org2013-08-15
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-15
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-14
* Refactor GrGLUniformManager::UniformHandle to initialize itself by defaultGravatar commit-bot@chromium.org2013-08-14
* Reverting r10707. Unreviewed.Gravatar jvanverth@google.com2013-08-14
* Fix hairline pathrenderer for Nexus-10. Switches to using additionalGravatar commit-bot@chromium.org2013-08-14
* Revert r10640: Fix hairline pathrenderer for Nexus-10.Gravatar jvanverth@google.com2013-08-08