On Sun, Sep 25, 2011 at 7:09 PM, Dave Airlie wrote:
> From: Dave Airlie
>
> This add support for unsigned/signed integer types via adding a 'pure' bit
> in the format description table. It adds 4 new u_format get/put hooks,
> for get/put uint and get/put sint so that accessors can get native acce
From: Dave Airlie
This add support for unsigned/signed integer types via adding a 'pure' bit
in the format description table. It adds 4 new u_format get/put hooks,
for get/put uint and get/put sint so that accessors can get native access
to the integer bits. This is used to avoid precision loss v