commit | 1ef674f215b10820b94af131b6158d84b89f4e4b | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Mon Jan 21 14:53:26 2013 -0800 |
committer | Matt Turner <mattst88@gmail.com> | Fri Jan 25 14:10:23 2013 -0800 |
tree | fbcf2369c31f1fd62cc1da77d2e40d9bdf29f536 | |
parent | b64b174b0a7a309dd924d6dace126b0a80e9ea76 [diff] |
glsl: Evaluate constant pack/unpack 4x8 expressions That is, evaluate constant expressions for the following functions: packSnorm4x8, unpackSnorm4x8 packUnorm4x8, unpackUnorm4x8 Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>