Re: [Mesa-dev] [PATCH 1/3] intel/blorp: Expand blorp_address::offset to be 64 bits.

2018-12-07 Thread Jason Ekstrand
Down with 32-bit offsets! Reviewed-by: Jason Ekstrand On Thu, Nov 29, 2018 at 2:24 AM Kenneth Graunke wrote: > In the softpin world, surface state base address may be a fixed 64-bit > address (with no associated BO). It makes sense to store this in the > offset field. But it needs to be the

[Mesa-dev] [PATCH 1/3] intel/blorp: Expand blorp_address::offset to be 64 bits.

2018-11-29 Thread Kenneth Graunke
In the softpin world, surface state base address may be a fixed 64-bit address (with no associated BO). It makes sense to store this in the offset field. But it needs to be the full size. We also update the clear color address to be consistently uint64_t everywhere so we can continue passing