aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects
Commit message (Expand)AuthorAge
* GrPaint encapsulation.Gravatar bsalomon@google.com2012-10-05
* Rename GrPaint fields/enums/members texture->color mask->coverage.Gravatar bsalomon@google.com2012-10-05
* Make numTextures() be non-virtual on GrCustomStage.Gravatar bsalomon@google.com2012-10-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-25
* Fix for GrTextureStripAtlas memory leakGravatar robertphillips@google.com2012-09-24
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Added explicit cache clearingGravatar robertphillips@google.com2012-09-07
* Try r5428 again with fixGravatar bsalomon@google.com2012-09-07
* Revert 5428 and 5429.Gravatar bsalomon@google.com2012-09-07
* Consolidate texture access functions, provide default GrTextureAccessGravatar bsalomon@google.com2012-09-07
* Introduce GrGLShaderBuilder::TextureSamplerGravatar bsalomon@google.com2012-09-06
* Recommit r5350 with fix for image failures (which affected GLs that don't sup...Gravatar bsalomon@google.com2012-08-30
* Revert 5350 while image changes are diagnosed.Gravatar bsalomon@google.com2012-08-30
* Remove fModulate from GrGLShaderBuilderGravatar bsalomon@google.com2012-08-30
* Some GrGLShaderBuilder cleanupGravatar bsalomon@google.com2012-08-28
* Added default to switch to stop compiler failure in Chrome (unreviewed)Gravatar robertphillips@google.com2012-08-28
* Do premul and r/b swap conversions in a custom effectGravatar bsalomon@google.com2012-08-27
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Actually remove the GrMorphologyEffect.* files from svn, which I should'veGravatar senorblanco@chromium.org2012-08-22
* Move the code for the GPU implementation of morphology effects from GrContextGravatar senorblanco@chromium.org2012-08-22
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas.Gravatar rileya@google.com2012-08-20
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* Revert GrTextureStripAtlas change due to performance concerns.Gravatar rileya@google.com2012-08-14
* Made gradient effects use GrTextureStripAtlas.Gravatar rileya@google.com2012-08-14
* Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache i...Gravatar rileya@google.com2012-08-13
* Added GrTextureStripAtlas object.Gravatar rileya@google.com2012-08-13
* Ensure that enums used by GrCustomStage TestCreate functions are declared in ...Gravatar bsalomon@google.com2012-08-03
* Add .0 on float GLSL literals to fix GLPrograms test breakGravatar bsalomon@google.com2012-08-03
* Add morphology, convolution, single texture, texture domain effects to new un...Gravatar bsalomon@google.com2012-08-03
* Registry-based unit test for custom effectsGravatar bsalomon@google.com2012-08-03
* Introduction of set of functions to manage generation of texture fetch shader...Gravatar twiz@google.com2012-08-02
* Move GPU gradients into src/effects/gradients.Gravatar rileya@google.com2012-07-27
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u"...Gravatar bsalomon@google.com2012-07-25
* Add GL uniform managerGravatar bsalomon@google.com2012-07-25
* Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...Gravatar rileya@google.com2012-07-25
* Added asNewCustomStage to SkShader and implemented it for all the gradient sh...Gravatar rileya@google.com2012-07-20
* Addition of new-lines at end of files to correct Chromium builds.Gravatar twiz@google.com2012-07-19
* Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...Gravatar tomhudson@google.com2012-07-19
* New subclasses for both Gr and GrGL gradient effect classes. Gravatar rileya@google.com2012-07-19
* This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...Gravatar twiz@google.com2012-07-18
* Fix build breakage in r4641.Gravatar tomhudson@google.com2012-07-17
* Move texture domains onto a GrCustomStage, off of GrSamplerState.Gravatar tomhudson@google.com2012-07-17
* Fix fs param name in conical gradient due to r4616.Gravatar bsalomon@google.com2012-07-16
* Remove uniform var pointers from custom effectsGravatar bsalomon@google.com2012-07-16
* Having updated the documentation of GrCustomStage to argue that all custom st...Gravatar tomhudson@google.com2012-07-16
* There were three different problems with lighting filters:Gravatar senorblanco@chromium.org2012-07-13