OSDN Git Service

Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.
authorMichal Krol <michal@vmware.com>
Wed, 23 Dec 2009 16:02:03 +0000 (17:02 +0100)
committerMichal Krol <michal@vmware.com>
Tue, 5 Jan 2010 08:26:48 +0000 (09:26 +0100)
commit2c046034dc5c95dd2fe84d0b4fd44f25235480b9
tree5f24ffd3037921e8d4337cc775e8bc892ebadaa2
parentdf0826fba37f38e9ea094180c71f2460e5b50e38
Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.

This is to differentiate it from its unsigned version, TGSI_OPCODE_USHR.
src/gallium/auxiliary/gallivm/tgsitollvm.cpp
src/gallium/auxiliary/tgsi/tgsi_sse2.c
src/gallium/drivers/cell/spu/spu_exec.c
src/gallium/drivers/llvmpipe/lp_bld_tgsi_soa.c
src/gallium/drivers/r300/r300_tgsi_to_rc.c
src/gallium/drivers/svga/svga_tgsi_insn.c
src/gallium/include/pipe/p_shader_tokens.h