aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GLProgramsTest.cpp
Commit message (Expand)AuthorAge
...
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-27
* Fix unit test build breakGravatar bsalomon@google.com2013-03-26
* Replace edge types with GrEdgeEffect. Gravatar bsalomon@google.com2013-03-26
* Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.Gravatar bsalomon@google.com2013-03-25
* Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.Gravatar bsalomon@google.com2013-03-25
* Stop the GLPrograms unit test from generating out of range attrib indices for...Gravatar commit-bot@chromium.org2013-03-21
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Add stroked ovals and CircleEdgeEffect.Gravatar jvanverth@google.com2013-03-19
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Remove unused texture coordinate flags.Gravatar jvanverth@google.com2013-02-14
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and covera...Gravatar bsalomon@google.com2013-02-12
* Remove compile time option to use different types for text vertices.Gravatar bsalomon@google.com2013-02-07
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Actually fix angle GLPrograms test.Gravatar bsalomon@google.com2013-02-05
* Attempt to fix GLPrograms test on ANGLE bot.Gravatar bsalomon@google.com2013-02-04
* Make GPU unit tests use GrContexts of different GL types.Gravatar bsalomon@google.com2013-02-04
* Move vertex layout definitions from GrDrawTarget to GrDrawState.Gravatar jvanverth@google.com2013-01-28
* Remove getter of writable GrEffectStage from GrDrawState.Gravatar bsalomon@google.com2013-01-28
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* Remove GrRandom API in favor of SkRandom.Gravatar tfarina@chromium.org2012-11-21
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Replace GrMatrix with SkMatrix.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
* Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Rename StageKey and related stuff.Gravatar bsalomon@google.com2012-10-25
* Rename GrProgramStageFactory to GrBackendEffectFactory.Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Use GrCustomStage to implement color matrix.Gravatar bsalomon@google.com2012-10-17
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* 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
* Hide GrDrawTarget::Caps's member varsGravatar bsalomon@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