Re: [Mesa-dev] [PATCH 4/5] r600g: use a clever alignment for index buffer uploads

2017-04-02 Thread Marek Olšák
Pushed, thanks. Marek On Sat, Apr 1, 2017 at 10:55 AM, Constantine Kharlamov wrote: > Thank you, please, could you push them too? I don't have commit access. > > On 28.03.2017 22:36, Marek Olšák wrote: >> Actually nevermind. >> >> Patches 1-3: >> Reviewed-by: Marek Olšák >> >> Patches 4-5: >> T

Re: [Mesa-dev] [PATCH 4/5] r600g: use a clever alignment for index buffer uploads

2017-04-01 Thread Constantine Kharlamov
Thank you, please, could you push them too? I don't have commit access. On 28.03.2017 22:36, Marek Olšák wrote: > Actually nevermind. > > Patches 1-3: > Reviewed-by: Marek Olšák > > Patches 4-5: > These have no effect, because r600g hw doesn't use TC for index fetches. > > Marek > > > On Tue

Re: [Mesa-dev] [PATCH 4/5] r600g: use a clever alignment for index buffer uploads

2017-03-28 Thread Marek Olšák
Actually nevermind. Patches 1-3: Reviewed-by: Marek Olšák Patches 4-5: These have no effect, because r600g hw doesn't use TC for index fetches. Marek On Tue, Mar 28, 2017 at 9:33 PM, Marek Olšák wrote: > BTW, I don't know if tcc_cache_line_size has the correct value for > pre-GCN chips. > >

Re: [Mesa-dev] [PATCH 4/5] r600g: use a clever alignment for index buffer uploads

2017-03-28 Thread Constantine Kharlamov
Ok, I can look it up. Is there some docs where I find the right alignment value? On 28.03.2017 22:33, Marek Olšák wrote: > BTW, I don't know if tcc_cache_line_size has the correct value for > pre-GCN chips. > > Marek > > On Sun, Mar 26, 2017 at 5:36 PM, Constantine Kharlamov > wrote: >> Stolen

Re: [Mesa-dev] [PATCH 4/5] r600g: use a clever alignment for index buffer uploads

2017-03-28 Thread Marek Olšák
BTW, I don't know if tcc_cache_line_size has the correct value for pre-GCN chips. Marek On Sun, Mar 26, 2017 at 5:36 PM, Constantine Kharlamov wrote: > Stolen from radeonsi > > Signed-off-by: Constantine Kharlamov > --- > src/gallium/drivers/r600/r600_state_common.c | 3 ++- > 1 file changed,

[Mesa-dev] [PATCH 4/5] r600g: use a clever alignment for index buffer uploads

2017-03-26 Thread Constantine Kharlamov
Stolen from radeonsi Signed-off-by: Constantine Kharlamov --- src/gallium/drivers/r600/r600_state_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/r600_state_common.c b/src/gallium/drivers/r600/r600_state_common.c index 961e04e9db..5293c403