diff options
author | Eric Anholt <[email protected]> | 2011-05-05 19:37:10 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-08-10 11:03:48 -0700 |
commit | 4e10d5825b31d2c58c0af3e29b7fc2eacb2b4709 (patch) | |
tree | a613dbeb1d5d0548e01628a8b6868f70048f44c7 /src/mesa/drivers/dri/i965/brw_fs.cpp | |
parent | b76378d46a211521582cfab56dc05031a57502a6 (diff) |
i965/fs: Simplify the register allocator using a map from RA reg to GRF.
It's fewer pointers to track, and when we start caching the register
set, should be algorithmically better in the cache hit case (lookup in
a byte-per-register array, instead of a linear walk through
desctiption of register classes to find how to translate that class).
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.cpp')
0 files changed, 0 insertions, 0 deletions