Re: [Mesa-dev] r600

2019-11-27 Thread Gert Wollny
Am Donnerstag, den 28.11.2019, 13:22 +1000 schrieb Dave Airlie: > On Wed, 27 Nov 2019 at 21:08, Gert Wollny > wrote: > > > > Before that I'd like to un-tabbify the whole r600 driver code, > > because all the other parts of mesa I've been touching use spaces, > > and it makes it more convenient to

Re: [Mesa-dev] [radeonsi] enable OpenGL 4.6

2019-11-27 Thread Marek Olšák
Hi, The setting is radeonsi_enable_nir=true Marek On Wed., Nov. 27, 2019, 23:42 Dieter Nützel, wrote: > Hello Marek and Pierre-Eric, > > GREAT work but this time I'm to stupid (tired). > I only 'see' 4.5. - E.g. that R600_DEBUG/AMD_DEBUG=nir is set. > Was at the dentist yesterday... > > > http

[Mesa-dev] [PATCH] i965: update Makefile.sources for perf changes

2019-11-27 Thread Jonathan Gray
brw_performance_query_metrics.h was removed in 134e750e16bfc53480e0bba6f0ae3e1d2a7fb87c and brw_performance_query.h was removed in 8ae6667992ccca41d08884d863b8aeb22a4c4e65 remove reference to these files from Makefile.sources Signed-off-by: Jonathan Gray Cc: 19.2 19.3 --- src/mesa/drivers/dri/

[Mesa-dev] [PATCH] winsys/amdgpu: avoid double simple_mtx_unlock()

2019-11-27 Thread Jonathan Gray
pthread_mutex_unlock() when unlocked is documented by posix as being undefined behaviour. On OpenBSD pthread_mutex_unlock() will call abort(3) if this happens. This occurs in amdgpu_winsys_create() after cb446dc0fa5c68f681108f4613560543aa4cf553 winsys/amdgpu: Add amdgpu_screen_winsys Signed-off-

[Mesa-dev] [radeonsi] enable OpenGL 4.6

2019-11-27 Thread Dieter Nützel
Hello Marek and Pierre-Eric, GREAT work but this time I'm to stupid (tired). I only 'see' 4.5. - E.g. that R600_DEBUG/AMD_DEBUG=nir is set. Was at the dentist yesterday... https://www.phoronix.com/forums/forum/phoronix/latest-phoronix-articles/1142033-amd-s-radeonsi-driver-finally-enables-opengl

Re: [Mesa-dev] r600

2019-11-27 Thread Dave Airlie
On Wed, 27 Nov 2019 at 21:08, Gert Wollny wrote: > > Hello Dave, > > I was wondering how much interest you still have in R600? I'm preparing > to start feeding my NIR work as MRs to continue my work in-tree. It is > currently only for Evergreen and still far from feature parity > with TGSI (no tes

Re: [Mesa-dev] [PATCH v2] mapi: avoid text relocation in x86 tsd stubs

2019-11-27 Thread Lepton Wu
OK, I didn't know there is a patch in mail list. BTW, it seems there is no meaningful difference with the generated code: when it's trying to align to 32 bytes border, since the actual code size is between 32 and 64, actually the entry size is 64. So in this case, balign to 32 or 64 has same re

[Mesa-dev] [ANNOUNCE] mesa 19.3.0-rc5

2019-11-27 Thread Dylan Baker
Hi list, Mesa 19.3.0-rc5 is now available as the latest release in the 19.3 series. This is a pretty small release, likely due to tomorrow being a major US holiday. The majority of the changes are for radv, but there's a few other bits and pieces here too: v3d, r600, freedreno, and old intel, just

Re: [Mesa-dev] [PATCH v2] mapi: avoid text relocation in x86 tsd stubs

2019-11-27 Thread Jonathan Gray
On Sun, Nov 11, 2018 at 03:47:35PM +1100, Jonathan Gray wrote: > Make similiar changes to libglvnd to avoid a text relocation in > x86 tsd stubs fixing the build with lld. > > v2: > - store the address of the GOT in ebx required before calling PLT stub > - change .balign values to match X86_EN

[Mesa-dev] r600

2019-11-27 Thread Gert Wollny
Hello Dave, I was wondering how much interest you still have in R600? I'm preparing to start feeding my NIR work as MRs to continue my work in-tree. It is currently only for Evergreen and still far from feature parity with TGSI (no tesselation, no images, nor SSBOs), some things regress, but some