Re: [Mesa-dev] [PATCH] r600, compute: create vtx buffer for text + rodata

2016-05-03 Thread Jan Vesely
On Tue, 2016-05-03 at 20:43 -0400, Tom Stellard wrote: > On Mon, May 02, 2016 at 01:11:18AM -0400, Jan Vesely wrote: > > > > From: Jan Vesely > > > > reserve buffer id 2 > > > > > > Signed-off-by: Jan Vesely > > --- > > needs llvm patches to be of use: > > https://github.com/jvesely/llvm/tree

Re: [Mesa-dev] [PATCH] r600, compute: create vtx buffer for text + rodata

2016-05-03 Thread Tom Stellard
On Mon, May 02, 2016 at 01:11:18AM -0400, Jan Vesely wrote: > From: Jan Vesely > > reserve buffer id 2 > > > Signed-off-by: Jan Vesely > --- > needs llvm patches to be of use: > https://github.com/jvesely/llvm/tree/eg-const > > passes program-scope-arrays piglit and fixes all builtin function

[Mesa-dev] [PATCH] r600, compute: create vtx buffer for text + rodata

2016-05-01 Thread Jan Vesely
From: Jan Vesely reserve buffer id 2 Signed-off-by: Jan Vesely --- needs llvm patches to be of use: https://github.com/jvesely/llvm/tree/eg-const passes program-scope-arrays piglit and fixes all builtin functions that are implemented using large tables (AMD Turks) src/gallium/drivers/r600/e