llvmpipe: turn on integer texture support
authorRoland Scheidegger <sroland@vmware.com>
Sun, 13 Jan 2013 01:28:40 +0000 (17:28 -0800)
committerRoland Scheidegger <sroland@vmware.com>
Fri, 18 Jan 2013 17:14:52 +0000 (09:14 -0800)
commitd03d9b657e73fe026a395c7c7f0e157ad90107c7
tree4a52a8c9377877a0d3e63a7eb64abd8f7ec4ba40
parentf2a87a1f5bcd78f381409345740ed37273453c0d
llvmpipe: turn on integer texture support

Now that things mostly seem to work enable those formats.
Some formats cause crashes (notably RGB8 variants) so switch these off
(these crashes are not specific to INT/UINT variants but the state tracker
doesn't use them for UNORM etc. formats so it went unnoticed so far).

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/gallium/drivers/llvmpipe/lp_screen.c