History log of /external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43466a1ade066f96823dbc7963767da3973afd91 14-Feb-2015 joshualitt <joshualitt@chromium.org> Multi-string shaders

BUG=skia:

Committed: https://skia.googlesource.com/skia/+/1c3c2d83364ee228e0751df0e1b9c161c0ba8c1e

Review URL: https://codereview.chromium.org/929503002
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
b8a82f2bce265a09173a90dfbe4ce78e52347ba4 14-Feb-2015 joshualitt <joshualitt@google.com> Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/)

Reason for revert:
windows warnings

Original issue's description:
> Multi-string shaders
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/1c3c2d83364ee228e0751df0e1b9c161c0ba8c1e

TBR=bsalomon@google.com,joshualitt@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/924973002
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
1c3c2d83364ee228e0751df0e1b9c161c0ba8c1e 14-Feb-2015 joshualitt <joshualitt@chromium.org> Multi-string shaders

BUG=skia:

Review URL: https://codereview.chromium.org/929503002
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
74077b9941ed3f73d92ba978ef29bf3e6f630cbc 24-Oct-2014 joshualitt <joshualitt@chromium.org> Added varying struct

TBR=
BUG=skia:

Committed: https://skia.googlesource.com/skia/+/852ae80b9c3c6fd53f993ac35133d80863993cbe

Review URL: https://codereview.chromium.org/671023002
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
c6f3e2c17b3a7ccfd1ca473652ee9e34e89fad0a 24-Oct-2014 joshualitt <joshualitt@google.com> Revert of Added varying struct (patchset #9 id:160001 of https://codereview.chromium.org/671023002/)

Reason for revert:
may have caused gm change on arm

Original issue's description:
> Added varying struct
>
> TBR=
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/852ae80b9c3c6fd53f993ac35133d80863993cbe

TBR=bsalomon@google.com,joshualitt@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/675193002
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
852ae80b9c3c6fd53f993ac35133d80863993cbe 24-Oct-2014 joshualitt <joshualitt@chromium.org> Added varying struct

TBR=
BUG=skia:

Review URL: https://codereview.chromium.org/671023002
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
47bb38283072dc87dc93220cd2f370ca109972ff 08-Oct-2014 joshualitt <joshualitt@chromium.org> Cleanup of shader building system

this is a huge refactor and cleanup of the gl shader building system in
Skia. The entire shader building pipeline is now part of
GrGLProgramCreator, which takes a gp, and some fps, and creates a
program. I added some subclasses of GrGLProgram to handle the
eccentricities of Nvpr/Nvpres. Outside of the builders folder
and GrGLPrograms, this change is basically just a rename

solo gp

BUG=skia:

Committed: https://skia.googlesource.com/skia/+/fe1233c3f12f81bb675718516bbb32f72af726ec

Review URL: https://codereview.chromium.org/611653002
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
db0d3ca07008ea2c1f24d0fd9ceecf10af6ae63b 07-Oct-2014 joshualitt <joshualitt@chromium.org> Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/)

Reason for revert:
Seems to have messed up windows 7 gms

Original issue's description:
> Cleanup of shader building system
>
> this is a huge refactor and cleanup of the gl shader building system in
> Skia. The entire shader building pipeline is now part of
> GrGLProgramCreator, which takes a gp, and some fps, and creates a
> program. I added some subclasses of GrGLProgram to handle the
> eccentricities of Nvpr/Nvpres. Outside of the builders folder
> and GrGLPrograms, this change is basically just a rename
>
>
> solo gp
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/fe1233c3f12f81bb675718516bbb32f72af726ec

TBR=bsalomon@google.com
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/635533005
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
fe1233c3f12f81bb675718516bbb32f72af726ec 07-Oct-2014 joshualitt <joshualitt@chromium.org> Cleanup of shader building system

this is a huge refactor and cleanup of the gl shader building system in
Skia. The entire shader building pipeline is now part of
GrGLProgramCreator, which takes a gp, and some fps, and creates a
program. I added some subclasses of GrGLProgram to handle the
eccentricities of Nvpr/Nvpres. Outside of the builders folder
and GrGLPrograms, this change is basically just a rename

solo gp

BUG=skia:

Review URL: https://codereview.chromium.org/611653002
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
30ba436f04e61d4505fb854d5fc56079636e0788 22-Aug-2014 joshualitt <joshualitt@chromium.org> Initial refactor of shaderbuilder to prepare for geometry shaders

gitignore for eclipse

BUG=skia:
R=bsalomon@google.com, bsalomon@chromium.org

Author: joshualitt@chromium.org

Review URL: https://codereview.chromium.org/491673002
/external/skia/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h