glsl: Implement ast-to-hir for bit-logic ops
authorChad Versace <chad.versace@intel.com>
Fri, 15 Oct 2010 19:08:28 +0000 (12:08 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 19 Oct 2010 20:17:33 +0000 (13:17 -0700)
commitd03ac0f8d81fd3032d271586d936f14b7d9201d5
treeaeb5b1b592768bf18cf4be5552021798dbbdcfe7
parentcfdbf8bc8497b29fbdd9fa7bd00da554aecb5962
glsl: Implement ast-to-hir for bit-logic ops

Implement by adding to ast_expression::hir() the following cases:
    - ast_and_assign
    - ast_or_assign
    - ast_xor_assign
src/glsl/ast_to_hir.cpp