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

2012-05-29 Thread Francisco Jerez
Tom Stellard writes: > This structure is used as a header that precedes LLVM bytecode programs > that are passed to the drivers. > > v2: > - s/pipe_compute_program/pipe_llvm_program/ > > v3: > - Rename to struct pipe_llvm_program_header > - Drop the char * prog member > --- > src/gallium/i

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

2012-05-29 Thread Tom Stellard
This structure is used as a header that precedes LLVM bytecode programs that are passed to the drivers. v2: - s/pipe_compute_program/pipe_llvm_program/ v3: - Rename to struct pipe_llvm_program_header - Drop the char * prog member --- src/gallium/include/pipe/p_state.h |8 1 fi