commit | 13f5a4d3169be75136ee5255474df803a8f4e070 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Fri Feb 18 14:51:58 2011 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Feb 24 13:26:16 2011 +1000 |
tree | eace43e7ef0135184b1df116c1f8e6e3cda2afd7 | |
parent | 100cd214e37265776639c56018270805829ea952 [diff] |
st/mesa: treat 1D ARRAY upload like a depth or 2D array upload. This is because the HW doesn't always store a 1D array like a 2D texture, it more likely stores it like 2D texture (i.e. alignments etc). This means we upload each slice separately and let the driver work out where to put it. this might break nvc0 as I can't test it, I have only nv50 here. Signed-off-by: Dave Airlie <airlied@redhat.com>