Re: [Mesa-dev] [PATCH 3/3] i965: Make INTEL_DEBUG=shader_time use the RAW surface format.

2013-02-07 Thread Eric Anholt
Kenneth Graunke kenn...@whitecape.org writes: Untyped Atomic Operation messages are illegal for non-RAW formats. I have no idea why it worked before; the documentation claims it shouldn't be allowed and the simulator enforces it. Some arithmetic sleight of hand happens in this patch:

Re: [Mesa-dev] [PATCH 3/3] i965: Make INTEL_DEBUG=shader_time use the RAW surface format.

2013-02-07 Thread Paul Berry
On 6 February 2013 23:26, Kenneth Graunke kenn...@whitecape.org wrote: Untyped Atomic Operation messages are illegal for non-RAW formats. I have no idea why it worked before; the documentation claims it shouldn't be allowed and the simulator enforces it. Some arithmetic sleight of hand

[Mesa-dev] [PATCH 3/3] i965: Make INTEL_DEBUG=shader_time use the RAW surface format.

2013-02-06 Thread Kenneth Graunke
Untyped Atomic Operation messages are illegal for non-RAW formats. I have no idea why it worked before; the documentation claims it shouldn't be allowed and the simulator enforces it. Some arithmetic sleight of hand happens in this patch: Previously, we allocated a R32G32B32A32 buffer. However,