inria-00070783, version 1
Unified Texture Management for Arbitrary Meshes
Sylvain Lefebvre 1Jérome Darbon a, 2Fabrice Neyret
b, 1
N° RR-5210 (2004)
Abstract: Video games and simulators commonly use very detailed textures, whose cumulative size is often larger than the GPU memory. Textures may be loaded progressively, but dynamically loading and transferring this large amount of data in GPU memory results in loading delays and poor performance. Therefore, managing texture memory has become an important issue. While this problem has been (partly) addressed early for the specific case of terrain rendering, there is no generic texture management system for arbitrary meshes. We propose such a system, implemented on today's GPUs, which unifies classical solutions aimed at reducing memory transfer: progressive loading, texture compression, and caching strategies. For this, we introduce a new algorithm -- running on GPU -- to solve the major difficulty of detecting which parts of the texture are required for rendering. Our system is based on three components manipulating a tile pool which stores texture data in GPU memory. First, the Texture Load Map determines at every frame the appropriate list of texture tiles (i.e. location and MIP-map level) to render from the current viewpoint. Second, the Texture Cache manages the tile pool. Finally, the Texture Producer loads and decodes required texture tiles asynchronously in the tile pool. Decoding of compressed texture data is implemented on GPU to minimize texture transfer. The Texture Producer can also generate procedural textures. Our system is transparent to the user, and the only parameter that must be supplied at runtime is the current viewpoint. No modifications of the mesh are required. We demonstrate our system on large scenes displayed in real time. We show that it achieves interactive frame rates even in low-memory low-bandwidth situations.
- a – EPITA
- b – CNRS
- 1: EVASION (IMAG-INRIA Rhône-Alpes / GRAVIR)
- CNRS : FR71 – CNRS : UMR5527 – INRIA – Institut National Polytechnique de Grenoble (INPG) – Université Joseph Fourier - Grenoble I
- 2: Laboratoire de Recherche et de Développement de l'EPITA (LRDE)
- Ecole Pour l'Informatique et les Techniques Avancées
- Domain : Computer Science/Other
- Keywords : REAL-TIME RENDERING / HIGH-RESOLUTION TEXTURES / GPU / PROGRESSIVE LOADING
- Internal note : RR-5210
- inria-00070783, version 1
- http://hal.inria.fr/inria-00070783
- oai:hal.inria.fr:inria-00070783
- From: Fabrice Neyret
- Submitted on: Friday, 19 May 2006 21:37:12
- Updated on: Thursday, 29 March 2012 15:41:36






Associated documents

Export