commit | b0fb08e179d784ca319c3c547a874fd24ce93c3f | [log] [tgz] |
---|---|---|
author | Juan A. Suarez Romero <jasuarez@igalia.com> | Fri Apr 01 17:25:03 2016 +0200 |
committer | Alejandro PiƱeiro <apinheiro@igalia.com> | Tue May 17 09:05:54 2016 +0200 |
tree | 7ab4864f5d0cb57b7e94c8e77ea187fad16bbe7e | |
parent | 80535873bbed9d6fda7bb0d2cca3d0950afb8431 [diff] |
i965: take care of doubles when remapping VS attributes Double-precision types require 1 slot in VUE for double and dvec2, and 2 slots for anything else. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>