.gitattributes


Log

Author Commit Date CI Message
Jamie Madill 12bea0a9 2014-04-11T13:33:55 Stop shader local variables from using invalid qualifiers. Local variables in GLSL can't use any other storage qualifier than 'const', but we weren't checking properly. For example, the can't have 'in' or 'out' storage. This was causing a dEQP conformance test failure. BUG=angle:593 Change-Id: Ibb333950f2d0990a47d1a96caecc455497d5e57e Reviewed-on: https://chromium-review.googlesource.com/191460 Reviewed-by: Nicolas Capens <nicolascapens@chromium.org> Tested-by: Jamie Madill <jmadill@chromium.org>
Jamie Madill 486a1af8 2013-09-24T15:21:54 Add a couple missed files types to .gitattributes's CRLF list. TRAC #23896
Jamie Madill 5d2e9594 2013-09-20T10:48:49 Add .gitattributes to handle end-of-line normalization on commit and checkout. TRAC #23896 Signed-off-by: Shannon Woods