[Mesa-dev] [PATCH 6/9] st/mesa: setup hw atomic limits. (v1.1)

2017-11-08 Thread Dave Airlie
From: Dave Airlie HW atomics need to use caps to set some limits, and some other limits may also need limiting. This fixes things up to work for evergreen hw, it may need more changes in the future if other hw wants to use this path. v1.1: fix indent. Reviewed-by: Nicolai Hähnle Reviewed-by:

Re: [Mesa-dev] [PATCH 6/9] st/mesa: setup hw atomic limits.

2017-11-03 Thread Nicolai Hähnle
On 03.11.2017 08:24, Dave Airlie wrote: From: Dave Airlie HW atomics need to use caps to set some limits, and some other limits may also need limiting. This fixes things up to work for evergreen hw, it may need more changes in the future if other hw wants to use this path. Signed-off-by: Dave

[Mesa-dev] [PATCH 6/9] st/mesa: setup hw atomic limits.

2017-11-03 Thread Dave Airlie
From: Dave Airlie HW atomics need to use caps to set some limits, and some other limits may also need limiting. This fixes things up to work for evergreen hw, it may need more changes in the future if other hw wants to use this path. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_ex