OSDN Git Service

glsl: Fix copy and paste error in ast_bit_and node creation.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 19 Oct 2010 00:25:52 +0000 (17:25 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 19 Oct 2010 00:40:09 +0000 (17:40 -0700)
commit0eb0b44647ec9218f5c6ce90e3f50273d6f25c90
tree9a50c3fa4bf7f016c99c9150a127f10385b1dbb0
parent4af293741635aea8630e8734a8b4caf58047e91d
glsl: Fix copy and paste error in ast_bit_and node creation.

All & operations were incorrectly being generated as ast_bit_or.
src/glsl/glsl_parser.ypp