Re: [Mesa-dev] [PATCH 2/4] r600g: remove TGSI->LLVM translation

2016-03-11 Thread Jan Vesely
On Fri, 2016-03-11 at 20:48 +0100, Marek Olšák wrote: > On Fri, Mar 11, 2016 at 7:24 PM, Jan Vesely > wrote: > > > > On Fri, 2016-03-11 at 18:48 +0100, Marek Olšák wrote: > > > > > > Can you paste the build failures please? > > In file included from compute_memory_pool.c:42:0: > > evergreen_comp

Re: [Mesa-dev] [PATCH 2/4] r600g: remove TGSI->LLVM translation

2016-03-11 Thread Marek Olšák
On Fri, Mar 11, 2016 at 7:24 PM, Jan Vesely wrote: > On Fri, 2016-03-11 at 18:48 +0100, Marek Olšák wrote: >> Can you paste the build failures please? > > In file included from compute_memory_pool.c:42:0: > evergreen_compute_internal.h:43:2: error: unknown type name ‘LLVMContextRef’ > LLVMContex

Re: [Mesa-dev] [PATCH 2/4] r600g: remove TGSI->LLVM translation

2016-03-11 Thread Jan Vesely
On Fri, 2016-03-11 at 18:48 +0100, Marek Olšák wrote: > Can you paste the build failures please? In file included from compute_memory_pool.c:42:0: evergreen_compute_internal.h:43:2: error: unknown type name ‘LLVMContextRef’   LLVMContextRef llvm_ctx;   ^ In file included from ../../../../src/util/

Re: [Mesa-dev] [PATCH 2/4] r600g: remove TGSI->LLVM translation

2016-03-11 Thread Grazvydas Ignotas
On Fri, Mar 11, 2016 at 7:48 PM, Marek Olšák wrote: > Can you paste the build failures please? In file included from compute_memory_pool.c:42:0: evergreen_compute_internal.h:43:2: error: unknown type name ‘LLVMContextRef’ LLVMContextRef llvm_ctx; ^ evergreen_compute.c: In function ‘evergreen_

Re: [Mesa-dev] [PATCH 2/4] r600g: remove TGSI->LLVM translation

2016-03-11 Thread Marek Olšák
Can you paste the build failures please? Marek On Fri, Mar 11, 2016 at 5:11 PM, Jan Vesely wrote: > On Fri, 2016-03-11 at 16:01 +0100, Marek Olšák wrote: >> From: Marek Olšák >> >> It was useful for testing and as a prototype for radeonsi bringup, >> but it's not used anymore and doesn't suppor

Re: [Mesa-dev] [PATCH 2/4] r600g: remove TGSI->LLVM translation

2016-03-11 Thread Jan Vesely
On Fri, 2016-03-11 at 16:01 +0100, Marek Olšák wrote: > From: Marek Olšák > > It was useful for testing and as a prototype for radeonsi bringup, > but it's not used anymore and doesn't support OpenGL 3.3 even. This breaks OpenCL on pre-SI (does not even build). Jan > --- >  configure.ac   

[Mesa-dev] [PATCH 2/4] r600g: remove TGSI->LLVM translation

2016-03-11 Thread Marek Olšák
From: Marek Olšák It was useful for testing and as a prototype for radeonsi bringup, but it's not used anymore and doesn't support OpenGL 3.3 even. --- configure.ac | 15 +- src/gallium/drivers/r600/Makefile.am | 8 - src/gallium/drivers/r600/Makefile.sources