- 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
- cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
- ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
- 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
- cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 13 years ago
- ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 13 years ago
- adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 13 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 13 years ago
- 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 13 years ago
- 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 13 years ago
- 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 13 years ago
- ca43208 Reland r7342 with fixes. by bsalomon@google.com · 13 years ago
- 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 13 years ago
- bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 13 years ago
- 730138c Remove declaration of unimplemented function. by bsalomon@google.com · 13 years ago
- 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 13 years ago
- 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 13 years ago
- 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 13 years ago
- 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 13 years ago
- a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 13 years ago
- 87c4726 Fix no-static-init (android) build. by bsalomon@google.com · 13 years ago
- 64287c5 Fix missing "class" in friend decls in GrEffect.h by bsalomon@google.com · 13 years ago
- 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 13 years ago
- 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 13 years ago
- 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 13 years ago
- e3453cb This CL introduces a new path renderer. by sugoi@google.com · 13 years ago
- 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 13 years ago
- ade109f Fix Android compiler warnings. by djsollen@google.com · 13 years ago
- 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 13 years ago
- 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 13 years ago
- 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 13 years ago
- 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 13 years ago
- 6d06730 Accelerate AA filled rect drawing using drawIndexedInstances by robertphillips@google.com · 13 years ago
- 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 13 years ago
- 9f6a557 Remove unused type GrCacheKey by bsalomon@google.com · 13 years ago
- dd335ae Change to BDS license (as we did with all the other files that were Apache) by reed@google.com · 13 years ago
- c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 13 years ago
- a2a3192 Fix some extract subset bugs. by scroggo@google.com · 13 years ago
- 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 13 years ago
- 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 13 years ago
- e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 13 years ago
- f9a1455 Avoid re-definition of STDC symbols, needed for my ffmpeg work. by senorblanco@chromium.org · 13 years ago
- 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 13 years ago
- 4187a2f Attempt to patch Chrome compiler failures by robertphillips@google.com · 13 years ago
- b4a55b7 Make morphology, convolution, and table color filter opt out of default texture matrices. by bsalomon@google.com · 13 years ago
- b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 13 years ago
- 7158e6a Improve NaCl support by borenet@google.com · 13 years ago
- 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 13 years ago
- d8b5fac Reland r6233 with fix. by bsalomon@google.com · 13 years ago
- 115b06f Re-revert r6233. by bsalomon@google.com · 13 years ago
- c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 13 years ago
- 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 13 years ago
- ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 13 years ago
- f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- d3eb336 Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup by robertphillips@google.com · 13 years ago
- 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 13 years ago
- 56315b9 Add file accidentally omitted from r6182. by bsalomon@google.com · 13 years ago
- 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
- 42041e6 Allow default texture cache limit to be set within gyp. by djsollen@google.com · 13 years ago
- 484ee2a Make GrEffectStage keep a const ptr (rather than non-const) to GrEffect. by bsalomon@google.com · 13 years ago
- 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 13 years ago
- 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 13 years ago
- 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
- 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 13 years ago
- 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 13 years ago
- 08afc84 Files accidentally omitted from r6123. by bsalomon@google.com · 13 years ago
- 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 13 years ago
- 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 13 years ago
- d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 13 years ago
- 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 13 years ago
- 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 13 years ago
- f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
- 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
- a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
- 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
- 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 13 years ago
- dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 13 years ago
- f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 13 years ago
- b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 13 years ago
- 858804d Use AutoMatrix in GrTextContext by bsalomon@google.com · 13 years ago
- 1e269b5 Spell correct some comments. by bsalomon@google.com · 13 years ago
- f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- a99226e Commit SkGpuDevice.h which was omitted from r5918 for some reason. by bsalomon@google.com · 13 years ago
- 3cbaa2d Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments. by bsalomon@google.com · 13 years ago
- 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 13 years ago
- a6926b1 Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a partial revert of r5871 which reverted r5861). by bsalomon@google.com · 13 years ago
- 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 13 years ago
- a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 13 years ago
- 0e354aa Remove external matrix feature. by bsalomon@google.com · 13 years ago
- 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 13 years ago
- c7448ce GrPaint encapsulation. by bsalomon@google.com · 13 years ago
- 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 13 years ago
- af84e74 Move setPaint from GrContext to GrDrawState. by bsalomon@google.com · 13 years ago