aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Add GPU support for axis-aligned ovals:Gravatar jvanverth@google.com2013-01-22
* Partial revert of r7287 to green up the bots.Gravatar senorblanco@chromium.org2013-01-18
* (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)Gravatar senorblanco@chromium.org2013-01-18
* Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)Gravatar robertphillips@google.com2013-01-18
* Implement a bicubic resampling image filter, with raster and GPU backends.Gravatar senorblanco@chromium.org2013-01-18
* Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...Gravatar bsalomon@google.com2013-01-17
* Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...Gravatar bsalomon@google.com2013-01-16
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-15
* Runtime configuration system for skia. This will allow developers to control...Gravatar humper@google.com2013-01-14
* Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.Gravatar bsalomon@google.com2013-01-14
* Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...Gravatar bsalomon@google.com2013-01-11
* Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...Gravatar bsalomon@google.com2013-01-11
* Remove non-destructive playback from GrIODB.Gravatar bsalomon@google.com2013-01-11
* Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...Gravatar senorblanco@chromium.org2013-01-10
* Remove default clip/drawstate in GrIODB.Gravatar bsalomon@google.com2013-01-10
* Fix incorrect sample cnt assertGravatar bsalomon@google.com2013-01-09
* This takes the convex path tesselator from the Android code and hooks it into aGravatar jvanverth@google.com2013-01-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-09
* Fix macro redefinition warning on 10.6 bots in mesa code.Gravatar bsalomon@google.com2013-01-08
* fix GPU drawing for 8 bit alpha bitmapsGravatar humper@google.com2013-01-08
* Proposed fix to new stroking/path render selection systemGravatar robertphillips@google.com2013-01-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-08
* Revert part of r7047 to check Xoom failuresGravatar robertphillips@google.com2013-01-07
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Remove GrTDArray.Gravatar bsalomon@google.com2013-01-07
* Attempt to fix NULL to intptr_t warning-as-error on mac build.Gravatar bsalomon@google.com2013-01-07
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* This CL introduces a new path renderer.Gravatar sugoi@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-05
* Allow GrEffects with multiple textures.Gravatar bsalomon@google.com2013-01-04
* Fix Android texture cacheID issue (npot flag not generated correctly)Gravatar robertphillips@google.com2013-01-04
* Ensure that GrCacheID::Key instances are fully initialized.Gravatar bsalomon@google.com2013-01-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-21
* Reland 6914 w/ fixes.Gravatar bsalomon@google.com2012-12-20
* Revert 6914 to fix build issues.Gravatar bsalomon@google.com2012-12-20
* Simplify cache IDs and keys.Gravatar bsalomon@google.com2012-12-20
* Accelerate AA filled rect drawing using drawIndexedInstancesGravatar robertphillips@google.com2012-12-18
* When doing a readback in SkGrPixelRef check whether the dst bmp was allocated.Gravatar bsalomon@google.com2012-12-18
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Remove unused type GrCacheKeyGravatar bsalomon@google.com2012-12-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-15
* Use the stencil buffer to avoid temporary alpha clip masks.Gravatar bsalomon@google.com2012-12-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-14
* Fix oversights in r6793.Gravatar bsalomon@google.com2012-12-13
* Use GrDrawTarget::AutoClipRestore to set temporary irect clips.Gravatar bsalomon@google.com2012-12-13
* Add a state bit to GrDrawState that forces coverage to be blended.Gravatar bsalomon@google.com2012-12-13
* Minor cleanupGravatar robertphillips@google.com2012-12-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-11
* Fix for Mac-specific OpenGL == complaint in GrGLProgram.cppGravatar robertphillips@google.com2012-12-10