intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA.
authorEric Anholt <eric@anholt.net>
Tue, 12 Oct 2010 21:08:00 +0000 (14:08 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 12 Oct 2010 21:08:00 +0000 (14:08 -0700)
commit3316a542050182d159ed5e5e07aa62839f293b69
tree801de4117eff419a4b80e6eee1c1be0e2de05065
parent080e7aface81e6a055ac61988ca27a88ad70f879
intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA.

The format selection of the CopyTexSubImage is pretty bogus still, but
this at least avoids software fallbacks in nexuiz, bringing
performance from 7.5fps to 12.8fps on my machine.
src/mesa/drivers/dri/intel/intel_tex_copy.c