diff options
author | Felix Kuehling <[email protected]> | 2005-01-29 23:26:23 +0000 |
---|---|---|
committer | Felix Kuehling <[email protected]> | 2005-01-29 23:26:23 +0000 |
commit | 5ff53cb448aa8dcf752ceaa9eb47a7c8a9c3ab0c (patch) | |
tree | 24f35f6e6cb190f0b01f88ff47a2a205ba73d6b8 /src/mesa/drivers/dri/savage/savage_xmesa.c | |
parent | 9ff3c49ef2390d79f6a0bdd03af54ae4b02ba3d2 (diff) |
* 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.
Diffstat (limited to 'src/mesa/drivers/dri/savage/savage_xmesa.c')
-rw-r--r-- | src/mesa/drivers/dri/savage/savage_xmesa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/savage/savage_xmesa.c b/src/mesa/drivers/dri/savage/savage_xmesa.c index 2c31aefce11..171cbde90ef 100644 --- a/src/mesa/drivers/dri/savage/savage_xmesa.c +++ b/src/mesa/drivers/dri/savage/savage_xmesa.c @@ -100,7 +100,7 @@ static const struct dri_debug_control debug_control[] = { { "fall", DEBUG_FALLBACKS }, { "api", DEBUG_VERBOSE_API }, - { "lru", DEBUG_VERBOSE_LRU }, + { "tex", DEBUG_VERBOSE_TEX }, { "verb", DEBUG_VERBOSE_MSG }, { "dma", DEBUG_DMA }, { "state", DEBUG_STATE }, |