* Fixed uploading of textures of certain sizes.
authorFelix Kuehling <fxkuehl@gmx.de>
Sat, 29 Jan 2005 23:26:23 +0000 (23:26 +0000)
committerFelix Kuehling <fxkuehl@gmx.de>
Sat, 29 Jan 2005 23:26:23 +0000 (23:26 +0000)
commit5ff53cb448aa8dcf752ceaa9eb47a7c8a9c3ab0c
tree24f35f6e6cb190f0b01f88ff47a2a205ba73d6b8
parent9ff3c49ef2390d79f6a0bdd03af54ae4b02ba3d2
* Fixed uploading of textures of certain sizes.
* When glTexSubImageND is used, track the set of changed tiles in a
  bit vector and upload only dirty tiles later. This should improve
  the performance of dynamic light maps and gl movie player plugins.
* Renamed debug item "lru" to "tex". Indicate which levels are
  uploaded completely or partially.
src/mesa/drivers/dri/savage/savage_xmesa.c
src/mesa/drivers/dri/savage/savagecontext.h
src/mesa/drivers/dri/savage/savagetex.c
src/mesa/drivers/dri/savage/savagetex.h