OSDN Git Service

i965/fs: Combine assign_constant_locations and move_uniform_array_access_to_pull_cons...
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 19 Aug 2015 00:04:53 +0000 (17:04 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 25 Aug 2015 17:18:27 +0000 (10:18 -0700)
commitdfacae3a56463e2df3a67e245f868e9f2be64dcd
tree40a270d96abe47d884c7a479deca05f67f01b844
parentc999a58f50578a826a66e2d95334245b6c4c9559
i965/fs: Combine assign_constant_locations and move_uniform_array_access_to_pull_constants

The comment above move_uniform_array_access_to_pull_constants was
completely bogus because it has nothing to do with lowering instructions.
Instead, it's assiging locations of pull constants.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h