commit | dc9f9d8e66ac3ec934a82d25da7b76902f775802 | [log] [tgz] |
---|---|---|
author | Paul Berry <stereotype441@gmail.com> | Thu Aug 02 06:45:30 2012 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Thu Dec 06 12:13:21 2012 -0800 |
tree | 1b316c5a26a3d71636759c420bb3061c36d9ac75 | |
parent | d9bfaa104ed4debeff6c7d69daf4d9cc85cadb8d [diff] |
glsl: Compute version_string on the fly. Fixes a bug where version_string would be left uninitialized if no GLSL "#version" directive was used. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Carl Worth <cworth@cworth.org>