aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* PDF: add support for named destinations.Gravatar epoger@google.com2013-03-08
* Revert r8000 due to failures on some buildbotsGravatar epoger@google.com2013-03-06
* PDF: add support for named destinations Gravatar epoger@google.com2013-03-06
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...Gravatar senorblanco@chromium.org2013-01-30
* Only clear the part of the texture used by the device (duh!)Gravatar bsalomon@google.com2013-01-25
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* 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
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.Gravatar bsalomon@google.com2013-01-14
* Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...Gravatar senorblanco@chromium.org2013-01-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-09
* fix GPU drawing for 8 bit alpha bitmapsGravatar humper@google.com2013-01-08
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* 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
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* remove legacy build-guards, now that webkit has rebaselined these.Gravatar reed@google.com2012-11-26
* Some improvements to reduce the number of pixels touched in generating alpha ...Gravatar bsalomon@google.com2012-11-07
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface)Gravatar robertphillips@google.com2012-11-02
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix.Gravatar bsalomon@google.com2012-11-01
* Re-revert r6233.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix for config conversion texture matrices.Gravatar bsalomon@google.com2012-11-01
* Revert r6233 while investigating bot failures.Gravatar bsalomon@google.com2012-11-01
* Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.Gravatar bsalomon@google.com2012-11-01
* Make SkShader store localM directly rather than as a separate alloc.Gravatar bsalomon@google.com2012-10-31
* Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanupGravatar robertphillips@google.com2012-10-31
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Protect filter_texture() against render target change.Gravatar senorblanco@chromium.org2012-10-24
* Reset clip in ~SkGpuDeviceGravatar robertphillips@google.com2012-10-24
* GPU: add failure checks for the scratch textures used in Gaussian blur.Gravatar robertphillips@google.com2012-10-19