| Commit message (Expand) | Author | Age |
... | |
* | clone of https://codereview.appspot.com/7208043/ | reed@google.com | 2013-01-30 |
* | Start addressing the clang static analyzer issues | robertphillips@google.com | 2013-01-30 |
* | This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap... | senorblanco@chromium.org | 2013-01-30 |
* | Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed dr... | bsalomon@google.com | 2013-01-30 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-29 |
* | fix build | reed@google.com | 2013-01-28 |
* | Move vertex layout definitions from GrDrawTarget to GrDrawState. | jvanverth@google.com | 2013-01-28 |
* | Fix debug build. Unreviewed. | senorblanco@chromium.org | 2013-01-28 |
* | Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. | bsalomon@google.com | 2013-01-28 |
* | Add an origin flag for backend (external) textures. Some textures in WebKit ... | senorblanco@chromium.org | 2013-01-28 |
* | Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should... | bsalomon@google.com | 2013-01-28 |
* | Remove unnecessary ptr derefs int r7411 (deref result is not used). | bsalomon@google.com | 2013-01-28 |
* | Remove getter of writable GrEffectStage from GrDrawState. | bsalomon@google.com | 2013-01-28 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Only clear the part of the texture used by the device (duh!) | bsalomon@google.com | 2013-01-25 |
* | add optional cull-rect to patheffects, so they can do less work if their results | reed@google.com | 2013-01-24 |
* | Fix spelling error. | bsalomon@google.com | 2013-01-24 |
* | Fix logic bug introduced in r7346. | bsalomon@google.com | 2013-01-24 |
* | Make all GrContext members that return a texture also ref the texture for the... | bsalomon@google.com | 2013-01-24 |
* | Add deferred count to GrResource. | bsalomon@google.com | 2013-01-23 |
* | Fix bug introduced in r7348, deleting wrapped resources. | bsalomon@google.com | 2013-01-23 |
* | Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. | bsalomon@google.com | 2013-01-23 |
* | Reland r7342 with fixes. | bsalomon@google.com | 2013-01-23 |
* | Revert 7342 to investigate failures. | bsalomon@google.com | 2013-01-23 |
* | Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. | bsalomon@google.com | 2013-01-23 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-23 |
* | Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. | bsalomon@google.com | 2013-01-22 |
* | Fix r7321 build errors on non-windows compilers (using forward declared but ... | bsalomon@google.com | 2013-01-22 |
* | Let them eat GrEffectRef. | bsalomon@google.com | 2013-01-22 |
* | Add GPU support for axis-aligned ovals: | jvanverth@google.com | 2013-01-22 |
* | Partial revert of r7287 to green up the bots. | senorblanco@chromium.org | 2013-01-18 |
* | (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) | senorblanco@chromium.org | 2013-01-18 |
* | Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) | robertphillips@google.com | 2013-01-18 |
* | Implement a bicubic resampling image filter, with raster and GPU backends. | senorblanco@chromium.org | 2013-01-18 |
* | Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec... | bsalomon@google.com | 2013-01-17 |
* | Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-... | bsalomon@google.com | 2013-01-16 |
* | Wrap GrEffects in GrEffectPtr. | bsalomon@google.com | 2013-01-16 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-15 |
* | Runtime configuration system for skia. This will allow developers to control... | humper@google.com | 2013-01-14 |
* | Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. | bsalomon@google.com | 2013-01-14 |
* | Add GrEffect::updateKnownColorComponents(). It is used to determine whether t... | bsalomon@google.com | 2013-01-11 |
* | Make GrEffect::textureAccess non-virtual. Require subclasses to append their ... | bsalomon@google.com | 2013-01-11 |
* | Remove non-destructive playback from GrIODB. | bsalomon@google.com | 2013-01-11 |
* | Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch... | senorblanco@chromium.org | 2013-01-10 |
* | Remove default clip/drawstate in GrIODB. | bsalomon@google.com | 2013-01-10 |
* | Fix incorrect sample cnt assert | bsalomon@google.com | 2013-01-09 |
* | This takes the convex path tesselator from the Android code and hooks it into a | jvanverth@google.com | 2013-01-09 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-09 |
* | Fix macro redefinition warning on 10.6 bots in mesa code. | bsalomon@google.com | 2013-01-08 |
* | fix GPU drawing for 8 bit alpha bitmaps | humper@google.com | 2013-01-08 |