Re: [Mesa-dev] [PATCH 1/3] gallium: Add entry_symbol member to pipe_compute_state

2012-09-13 Thread Brian Paul
On 09/13/2012 02:41 PM, Tom Stellard wrote: From: Tom Stellard pipe_compute_state::prog may contain multiple kernels, but only one will be relevant for each pipe_compute_state object. The entry_symbol member is used to specify which kernel should be executed with this pipe_compute_state. ---

[Mesa-dev] [PATCH 1/3] gallium: Add entry_symbol member to pipe_compute_state

2012-09-13 Thread Tom Stellard
From: Tom Stellard pipe_compute_state::prog may contain multiple kernels, but only one will be relevant for each pipe_compute_state object. The entry_symbol member is used to specify which kernel should be executed with this pipe_compute_state. --- src/gallium/include/pipe/p_state.h | 4 1