aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Make morphology, convolution, and table color filter opt out of default textu...Gravatar bsalomon@google.com2012-11-02
* Make GrGLTextureDomainEffect use GrGLEffectMatrix.Gravatar bsalomon@google.com2012-11-02
* Make GrGLConfigConversionEffect use GrGLEffectMatrixGravatar bsalomon@google.com2012-11-02
* Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface)Gravatar robertphillips@google.com2012-11-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-02
* Disable static asserts to get Chrome compilingGravatar robertphillips@google.com2012-11-01
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Improve NaCl supportGravatar borenet@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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.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
* Ganesh resource cache changesGravatar robertphillips@google.com2012-10-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-31
* Upstreaming changes from gpu_dev to trunk.Gravatar bsalomon@google.com2012-10-30
|\
* | Add GL texture validity check to GrGpuGLGravatar robertphillips@google.com2012-10-30
| * Expose vertex position to GrGLEffect via GrGLShaderBuilder.Gravatar bsalomon@google.com2012-10-30
| * Rebase gpu_dev up to r5182Gravatar bsalomon@google.com2012-10-29
| |\ | |/ |/|
| * Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* | Allow default texture cache limit to be set within gyp.Gravatar djsollen@google.com2012-10-29
| * Make lighting filters directly inherit from GrGLEffect.Gravatar bsalomon@google.com2012-10-29
| * Make GrGLConvolutionEffect, GrGLMorphologyEffect, and GrGLMagnifierEffect der...Gravatar bsalomon@google.com2012-10-29
| * Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLL...Gravatar bsalomon@google.com2012-10-26
| * Make the orientation of a texture accessible from and known by GrSurface.Gravatar bsalomon@google.com2012-10-26
| * Make GrGLEffect::setData take GrEffectStage rather than GrEffect.Gravatar bsalomon@google.com2012-10-26
|/
* Update comment in GrDrawState.h to reflect renaming changes and expansion of ...Gravatar bsalomon@google.com2012-10-26
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Misc stage->effect renamingGravatar bsalomon@google.com2012-10-25
* Rename StageKey and related stuff.Gravatar bsalomon@google.com2012-10-25
* Fix self assignment in GrGLShaderVarGravatar bsalomon@google.com2012-10-25
* Rename GrProgramStageFactory to GrBackendEffectFactory.Gravatar bsalomon@google.com2012-10-25
* Files accidentally omitted from r6123.Gravatar bsalomon@google.com2012-10-25
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* Fix decl of gl_FragCoord in GLSL versions <= 1.20.Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 3Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 2Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 1.Gravatar bsalomon@google.com2012-10-25
* 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
* Pass the GrCustomStage and key to GrGLProgramStage emitCode.Gravatar 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