Re: [Mesa-dev] [PATCH 11/13] gallium: Add struct pipe_compute_program

2012-05-27 Thread Francisco Jerez
tstel...@gmail.com writes: > From: Tom Stellard > > This structure is used to pass non-TGSI programs to the drivers. clover > will use this for LLVM bytecode programs. > --- > src/gallium/include/pipe/p_state.h |9 + > 1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git

[Mesa-dev] [PATCH 11/13] gallium: Add struct pipe_compute_program

2012-05-25 Thread tstellar
From: Tom Stellard This structure is used to pass non-TGSI programs to the drivers. clover will use this for LLVM bytecode programs. --- src/gallium/include/pipe/p_state.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/gallium/include/pipe/p_state.h b/src/