[Mesa-dev] [PATCH 84/84] st/nine: Implement new buffer upload path

2016-12-07 Thread Axel Davy
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

Re: [Mesa-dev] [PATCH 84/84] st/nine: Implement new buffer upload path

2016-12-08 Thread Axel Davy
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