Re: [Mesa-dev] [radeonsi] Clover broken after new 'nir_serialize'

2019-10-10 Thread Dieter Nützel
You speedy man! Yes, tested and works. Thank you. Dieter Am 11.10.2019 00:45, schrieb Marek Olšák: It should be fixed now. Marek On Thu, Oct 10, 2019 at 6:42 PM Marek Olšák wrote: Hi, Sorry for the breakage. I guess it's a recently added file, because I didn't see it in my IDE. Marek

[Mesa-dev] [radeonsi] Clover broken after new 'nir_serialize'

2019-10-10 Thread Dieter Nützel
Hello Marek, forgotten to update Clover? Greetings, Dieter [1261/1386] Compiling C++ object 'src/gallium/st...clover/ae4504a@@clnir@sta/nir_invocation.cpp.o'. FAILED: src/gallium/state_trackers/clover/ae4504a@@clnir@sta/nir_invocation.cpp.o ccache c++

Re: [Mesa-dev] [radeonsi] Clover broken after new 'nir_serialize'

2019-10-10 Thread Marek Olšák
Hi, Sorry for the breakage. I guess it's a recently added file, because I didn't see it in my IDE. Marek On Thu, Oct 10, 2019 at 6:27 PM Dieter Nützel wrote: > Hello Marek, > > forgotten to update Clover? > > Greetings, > Dieter > > [1261/1386] Compiling C++ object >

Re: [Mesa-dev] [PATCH] llvmpipe: increase max texture size to 2GB

2019-10-10 Thread Roland Scheidegger
Am 10.10.19 um 20:52 schrieb Jose Fonseca: > Sounds great. > > Reviewed-by: Jose Fonseca > > BTW, it's not really difficult to do gather with unsigned offsets: add > 0x8000 to the base, subtract 0x800 to the offsets, and use the > signed gather.   If the cost of doing so is significant,

Re: [Mesa-dev] [radeonsi] Clover broken after new 'nir_serialize'

2019-10-10 Thread Marek Olšák
It should be fixed now. Marek On Thu, Oct 10, 2019 at 6:42 PM Marek Olšák wrote: > Hi, > > Sorry for the breakage. I guess it's a recently added file, because I > didn't see it in my IDE. > > Marek > > On Thu, Oct 10, 2019 at 6:27 PM Dieter Nützel > wrote: > >> Hello Marek, >> >> forgotten to

Re: [Mesa-dev] [PATCH] llvmpipe: increase max texture size to 2GB

2019-10-10 Thread Jose Fonseca
Sounds great. Reviewed-by: Jose Fonseca BTW, it's not really difficult to do gather with unsigned offsets: add 0x8000 to the base, subtract 0x800 to the offsets, and use the signed gather. If the cost of doing so is significant, we could do this just for large textures, by adding a

[Mesa-dev] [PATCH] llvmpipe: increase max texture size to 2GB

2019-10-10 Thread sroland
From: Roland Scheidegger The 1GB limit was arbitrary, increase this to 2GB (which is the max possible without code changes). --- src/gallium/drivers/llvmpipe/lp_limits.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/llvmpipe/lp_limits.h

[Mesa-dev] libdrm versioning - switch to 19.0.0?

2019-10-10 Thread Marek Olšák
Hi, I expect to make a new libdrm release soon. Any objections to changing the versioning scheme? Current: 2.4.n n = starts from 0, incremented per release New proposals: year.n.0 (19.0.0) year.month.n (19.10.0) year.month.day (19.10.10) Marek ___

Re: [Mesa-dev] libdrm versioning - switch to 19.0.0?

2019-10-10 Thread Jason Ekstrand
On October 10, 2019 15:15:29 Marek Olšák wrote: Hi, I expect to make a new libdrm release soon. Any objections to changing the versioning scheme? Current: 2.4.n n = starts from 0, incremented per release New proposals: year.n.0 (19.0.0) Following the Mesa convention seems

Re: [Mesa-dev] libdrm versioning - switch to 19.0.0?

2019-10-10 Thread Rob Clark
On Thu, Oct 10, 2019 at 7:46 PM Jason Ekstrand wrote: > > On October 10, 2019 15:15:29 Marek Olšák wrote: >> >> Hi, >> >> I expect to make a new libdrm release soon. Any objections to changing the >> versioning scheme? >> >> Current: 2.4.n >> n = starts from 0, incremented per release >> >> New