There seems to be a regression with this patch.
I noticed one mistake: nine_upload_create_buffer should initialize
buf->resource to NULL.
However someone reports crash after GTT memory exhaustion.
I can't find the mistake. Anyone ?
Axel
On 07/12/2016 23:55, Axel Davy wrote:
This new buffer
This new buffer upload path enables to lock
faster than the normal path when using
DISCARD/NOOVERWRITE.
Signed-off-by: Axel Davy
---
src/gallium/state_trackers/nine/Makefile.sources | 2 +
src/gallium/state_trackers/nine/buffer9.c | 75 +-
src/gallium/state_trackers/nine/buffer