r600g/sb: fix handling of PS in source bytecode on cayman
authorVadim Girlin <vadimgirlin@gmail.com>
Wed, 17 Jul 2013 08:00:43 +0000 (12:00 +0400)
committerVadim Girlin <vadimgirlin@gmail.com>
Wed, 17 Jul 2013 14:27:30 +0000 (18:27 +0400)
commit96efa4cdf48f72fd6b165c4a725f0d1542159a5e
treec974a0543b8fe6e9b23c77a33712310abfbd0c4e
parent81d388136708371a111b0ce5e464925c2a052ab6
r600g/sb: fix handling of PS in source bytecode on cayman

Actually PS doesn't make sense for cayman and isn't even mentioned in
cayman docs, but llvm backend currently uses it in bytecode and, assuming
that hw seems to be mostly ok with it, this will allow sb to parse such
source bytecode correctly.

Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
src/gallium/drivers/r600/sb/sb_bc_parser.cpp