Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> Reviewed-by Brian Paul <brianp@vmware.com>tags/mesa-8.0-rc1
struct tgsi_token *tokens) | struct tgsi_token *tokens) | ||||
{ | { | ||||
void *state = NULL; | void *state = NULL; | ||||
struct pipe_shader_state pss = { 0 }; | |||||
struct pipe_shader_state pss; | |||||
memset(&pss, 0, sizeof(pss)); | |||||
pss.tokens = tokens; | pss.tokens = tokens; | ||||
switch(rb_shader->type) { | switch(rb_shader->type) { |