st/mesa: choose a matching depth internal format for DrawPixels
authorMarek Olšák <maraeo@gmail.com>
Mon, 11 Jul 2011 21:38:49 +0000 (23:38 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 11 Jul 2011 23:32:23 +0000 (01:32 +0200)
commitc369fb42ee00598396e16faf1cd98995bf72c0b7
tree90e18af85984b076b113c9b27fb026ae0ecb8b8c
parentdb311b45beb60630ad3e3c803631c2b6c1472347
st/mesa: choose a matching depth internal format for DrawPixels

This makes it easier to hit the fast path and get a float format
when we ask for it.

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