| Commit message (Expand) | Author | Age |
* | Move GrTextureParams from GrSamplerState to GrTextureAccess | bsalomon@google.com | 2012-09-18 |
* | Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf... | bsalomon@google.com | 2012-09-11 |
* | Removed old resource locking system | robertphillips@google.com | 2012-09-09 |
* | Added explicit cache clearing | robertphillips@google.com | 2012-09-07 |
* | Try r5428 again with fix | bsalomon@google.com | 2012-09-07 |
* | Revert 5428 and 5429. | bsalomon@google.com | 2012-09-07 |
* | Consolidate texture access functions, provide default GrTextureAccess | bsalomon@google.com | 2012-09-07 |
* | Introduce GrGLShaderBuilder::TextureSampler | bsalomon@google.com | 2012-09-06 |
* | Recommit r5350 with fix for image failures (which affected GLs that don't sup... | bsalomon@google.com | 2012-08-30 |
* | Revert 5350 while image changes are diagnosed. | bsalomon@google.com | 2012-08-30 |
* | Remove fModulate from GrGLShaderBuilder | bsalomon@google.com | 2012-08-30 |
* | Some GrGLShaderBuilder cleanup | bsalomon@google.com | 2012-08-28 |
* | Added default to switch to stop compiler failure in Chrome (unreviewed) | robertphillips@google.com | 2012-08-28 |
* | Do premul and r/b swap conversions in a custom effect | bsalomon@google.com | 2012-08-27 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Actually remove the GrMorphologyEffect.* files from svn, which I should've | senorblanco@chromium.org | 2012-08-22 |
* | Move the code for the GPU implementation of morphology effects from GrContext | senorblanco@chromium.org | 2012-08-22 |
* | Remove _UPM_ GrPixelConfigs | bsalomon@google.com | 2012-08-20 |
* | Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. | rileya@google.com | 2012-08-20 |
* | Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn... | robertphillips@google.com | 2012-08-16 |
* | Revert GrTextureStripAtlas change due to performance concerns. | rileya@google.com | 2012-08-14 |
* | Made gradient effects use GrTextureStripAtlas. | rileya@google.com | 2012-08-14 |
* | Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache i... | rileya@google.com | 2012-08-13 |
* | Added GrTextureStripAtlas object. | rileya@google.com | 2012-08-13 |
* | Ensure that enums used by GrCustomStage TestCreate functions are declared in ... | bsalomon@google.com | 2012-08-03 |
* | Add .0 on float GLSL literals to fix GLPrograms test break | bsalomon@google.com | 2012-08-03 |
* | Add morphology, convolution, single texture, texture domain effects to new un... | bsalomon@google.com | 2012-08-03 |
* | Registry-based unit test for custom effects | bsalomon@google.com | 2012-08-03 |
* | Introduction of set of functions to manage generation of texture fetch shader... | twiz@google.com | 2012-08-02 |
* | Move GPU gradients into src/effects/gradients. | rileya@google.com | 2012-07-27 |
* | Move filter/wrap out of GrSamplerState into GrTextureParams | bsalomon@google.com | 2012-07-25 |
* | Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u"... | bsalomon@google.com | 2012-07-25 |
* | Add GL uniform manager | bsalomon@google.com | 2012-07-25 |
* | Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un... | rileya@google.com | 2012-07-25 |
* | Added asNewCustomStage to SkShader and implemented it for all the gradient sh... | rileya@google.com | 2012-07-20 |
* | Addition of new-lines at end of files to correct Chromium builds. | twiz@google.com | 2012-07-19 |
* | Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint... | tomhudson@google.com | 2012-07-19 |
* | New subclasses for both Gr and GrGL gradient effect classes. | rileya@google.com | 2012-07-19 |
* | This CL implements the Ganesh path for the SkTable_ColorFilter color transfor... | twiz@google.com | 2012-07-18 |
* | Fix build breakage in r4641. | tomhudson@google.com | 2012-07-17 |
* | Move texture domains onto a GrCustomStage, off of GrSamplerState. | tomhudson@google.com | 2012-07-17 |
* | Fix fs param name in conical gradient due to r4616. | bsalomon@google.com | 2012-07-16 |
* | Remove uniform var pointers from custom effects | bsalomon@google.com | 2012-07-16 |
* | Having updated the documentation of GrCustomStage to argue that all custom st... | tomhudson@google.com | 2012-07-16 |
* | There were three different problems with lighting filters: | senorblanco@chromium.org | 2012-07-13 |
* | Introduces new SingleTextureEffect base class for GrCustomStage objects. | tomhudson@google.com | 2012-07-12 |
* | VariableVisibility -> ShaderType | bsalomon@google.com | 2012-07-11 |
* | Added pdf implementation of conical gradient. | rileya@google.com | 2012-07-10 |
* | Remove GrStringBuilder | bsalomon@google.com | 2012-07-10 |
* | Fix definition of isEqual() for two gradient effect custom stages. | tomhudson@google.com | 2012-07-09 |