Pretty print of shaders
authorjoshualitt <joshualitt@chromium.org>
Fri, 8 Aug 2014 16:41:42 +0000 (09:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 8 Aug 2014 16:41:42 +0000 (09:41 -0700)
commitbab82ed05b304504e3b5d317486e152dce107313
tree27bbabe32efe1ef35bafa1db8e52ba2f8d03ec07
parentdff491ba3eab17d5ae631e8c46f83a82390213b8
Pretty print of shaders

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

Author: joshualitt@chromium.org

Review URL: https://codereview.chromium.org/437593004
gyp/gpu.gypi
gyp/tests.gypi
include/gpu/gl/GrGLSLPrettyPrint.h [new file with mode: 0644]
src/gpu/gl/GrGLSLPrettyPrint.cpp [new file with mode: 0644]
src/gpu/gl/GrGLShaderBuilder.cpp
tests/GrGLSLPrettyPrintTest.cpp [new file with mode: 0644]