mesa: Add support for glGetTexImage() from integer textures.
authorEric Anholt <eric@anholt.net>
Thu, 19 Jan 2012 17:46:24 +0000 (09:46 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 25 Jan 2012 00:23:22 +0000 (16:23 -0800)
commit9f1e64d0856129374b00bd97685f22e092d6442d
treed0135284defd5c19416b81d2d317611d68104622
parentf6e82cd2a18b0edebe3e4102fc93b552e708935a
mesa: Add support for glGetTexImage() from integer textures.

This is a step toward fixing Intel oglconform's
int-textures advanced.fbo.rtt.

NOTE: This is a candidate for the 8.0 branch.

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