st/mesa: simplify enabling EXT_packed_depth_stencil and ARB_fbo
authorMarek Olšák <maraeo@gmail.com>
Sun, 22 Jan 2012 17:27:40 +0000 (18:27 +0100)
committerMarek Olšák <maraeo@gmail.com>
Wed, 25 Jan 2012 11:35:19 +0000 (12:35 +0100)
commit925fd2e1ddf9fbeb1d21a9b1223fe6fc13192dc7
treed4be3694dea2f345f612c258d0f8f3a729cc2bdb
parent95dab55751e035840cb765b32a98f4ba1ecc0212
st/mesa: simplify enabling EXT_packed_depth_stencil and ARB_fbo

- use OR to combine bind flags
- combine both conditionals into one
- move the ARB_fbo enable where it belongs

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_extensions.c