aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/builders
Commit message (Expand)AuthorAge
...
* remove path specific program building classesGravatar joshualitt2015-09-11
* Start trying to collapse path program stuffGravatar joshualitt2015-09-11
* Remove batchtrackerGravatar joshualitt2015-09-11
* emitChild() used to generate a mangled outputColor based on the parent's outp...Gravatar wangyix2015-09-08
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdva...Gravatar wangyix2015-08-18
* Added class AutoFragmentChildProcAdvance to be constructed before a child emi...Gravatar wangyix2015-08-18
* Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentS...Gravatar wangyix2015-08-13
* All child GrFragmentProcs' transforms and textures will be stored in the root...Gravatar wangyix2015-08-12
* fixup precision with configurable atlasGravatar joshualitt2015-08-07
* This CL wires up the backend portion necessary for sending transformed coords...Gravatar joshualitt2015-08-05
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* Implement support for dual source blending in ESGravatar kkinnunen2015-07-30
* Name of primitive processor will now be printed in generated shader codeGravatar wangyix2015-07-23
* Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode()Gravatar wangyix2015-07-22
* Moved GrGLFragmentProcessor definition to its own fileGravatar wangyix2015-07-22
* Possible fix Moto E compilation failureGravatar robertphillips2015-07-21
* Implement support for CHROMIUM_path_rendering pseudo extensionGravatar kkinnunen2015-07-14
* Revert of Another trivial cleanup (patchset #6 id:100001 of https://coderevie...Gravatar joshualitt2015-07-13
* Another trivial cleanupGravatar joshualitt2015-07-13
* Revert of Implement support for CHROMIUM_path_rendering pseudo extension (pat...Gravatar jvanverth2015-07-02
* Implement support for CHROMIUM_path_rendering pseudo extensionGravatar kkinnunen2015-07-02
* Refactor separable varying location info to be stored in GrGLProgram subclassGravatar kkinnunen2015-06-29
* Move GLSL-specific routines/classes to separate glsl directoryGravatar jvanverth2015-06-24
* fix for calling bindFragDataLocation on OpenGL 2.1Gravatar joshualitt2015-06-22
* Don't call bindTexture from GrGLProgramGravatar cdalton2015-06-18
* Fix edge-line artifacts issue on MaliGravatar joel.liang2015-06-04
* Begin tracking driver info in GrGLContextInfoGravatar cdalton2015-06-02
* Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #1...Gravatar bsalomon2015-06-01
* Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...Gravatar bsalomon2015-05-26
* Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" fro...Gravatar bungeman2015-05-22
* Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...Gravatar bsalomon2015-05-22
* Store context options on caps.Gravatar bsalomon2015-05-22
* Revert of Store context options on caps. (patchset #3 id:40001 of https://cod...Gravatar bsalomon2015-05-22
* Store context options on caps.Gravatar bsalomon2015-05-22
* Use high precision vertex attributes.Gravatar senorblanco2015-05-20
* Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220...Gravatar mtklein2015-05-18
* Move copy-surface-as-draw fallback to GrGLGpu.Gravatar bsalomon2015-05-18
* GLProgramsTest 3.0Gravatar joshualitt2015-05-13
* Add function for logging blend info on XP.Gravatar bsalomon2015-05-11
* Implement support for KHR_blend_equation_advancedGravatar cdalton2015-05-06
* Add layout qualifiers to GrGLShaderBuilderGravatar cdalton2015-05-06
* Make XPFragmentBuilder only Builder with access to DstCopy.Gravatar egdaniel2015-04-29
* Pull out shader-specific caps into GrShaderCaps and GrGLSLCapsGravatar jvanverth2015-04-29
* Remove legacy NVPR supportGravatar jvanverth2015-04-27
* Make non-AA hairline stroke rects snap to pixels centers so they close.Gravatar bsalomon2015-04-27