Re: [Mesa-dev] [PATCH 00/17] st/mesa cleanup

2017-05-01 Thread Edmondo Tommasina
This series (on top to the other series) is Tested-by: Edmondo Tommasina Tested on Radeon RX 470: * The Witcher 2 * Two Worlds * Uningine Heaven/Valley/Superposition * Civilization 5 * Wasteland 2 * The Talos Principle (OpenGL) Thanks edmondo On Mon, May 1, 2017 at 2:52 PM, Marek Olšák wrote:

[Mesa-dev] [PATCH 00/17] st/mesa cleanup

2017-05-01 Thread Marek Olšák
Hi, These are mostly cleanups, but the last patches add uploading of zero-stride vertex attributes into st/mesa instead of relying on u_vbuf (which uses a slower path) or drivers. Some patches in this series depend on the pipe_vertex_buffer change sent in my previous gallium series. Most of the