Re: [Mesa-dev] [PATCH 3/9] gallium: add PIPE_BIND_COMMAND_ARGS_BUFFER

2014-07-07 Thread Marek Olšák
Thanks for info. However, the home page of llvm.org doesn't seem to mention it. Marek On Wed, Jul 2, 2014 at 6:12 PM, Tom Stellard t...@stellard.net wrote: On Sat, Jun 28, 2014 at 01:12:49PM +0200, Marek Olšák wrote: The one that increases the number of input SGPRs to 22 (16 user + 6

Re: [Mesa-dev] [PATCH 3/9] gallium: add PIPE_BIND_COMMAND_ARGS_BUFFER

2014-07-02 Thread Tom Stellard
On Sat, Jun 28, 2014 at 01:12:49PM +0200, Marek Olšák wrote: The one that increases the number of input SGPRs to 22 (16 user + 6 streamout) in the calling convention. I don't remember the name. Please git blame on the calling convention. I merged this patch into LLVM 3.4.2, which was

Re: [Mesa-dev] [PATCH 3/9] gallium: add PIPE_BIND_COMMAND_ARGS_BUFFER

2014-06-28 Thread Marek Olšák
The one that increases the number of input SGPRs to 22 (16 user + 6 streamout) in the calling convention. I don't remember the name. Please git blame on the calling convention. Marek On Fri, Jun 27, 2014 at 5:26 PM, Tom Stellard t...@stellard.net wrote: On Tue, Jun 17, 2014 at 01:51:10AM +0200,

Re: [Mesa-dev] [PATCH 3/9] gallium: add PIPE_BIND_COMMAND_ARGS_BUFFER

2014-06-27 Thread Ilia Mirkin
On Mon, Jun 16, 2014 at 7:51 PM, Marek Olšák mar...@gmail.com wrote: Since LLVM 3.5 will be released in August and my radeon patches adding ARB_draw_indirect depend on it, I will commit ARB_draw_indirect support for Gallium with softpipe and llvmpipe support earlier. My plan is for patches

Re: [Mesa-dev] [PATCH 3/9] gallium: add PIPE_BIND_COMMAND_ARGS_BUFFER

2014-06-27 Thread Tom Stellard
On Tue, Jun 17, 2014 at 01:51:10AM +0200, Marek Olšák wrote: Since LLVM 3.5 will be released in August and my radeon patches adding Which LLVM patches are required for ARB_draw_indirect? -Tom ARB_draw_indirect depend on it, I will commit ARB_draw_indirect support for Gallium with softpipe

Re: [Mesa-dev] [PATCH 3/9] gallium: add PIPE_BIND_COMMAND_ARGS_BUFFER

2014-06-16 Thread Marek Olšák
Since LLVM 3.5 will be released in August and my radeon patches adding ARB_draw_indirect depend on it, I will commit ARB_draw_indirect support for Gallium with softpipe and llvmpipe support earlier. My plan is for patches 3,4,5,6 to get committed in one week from now, or sooner if somebody reviews