Re: Color Index Mode Slow?
- From: Wolfgang Draxinger <wdraxinger@xxxxxxxxxxxxxxxx>
- Date: Thu, 14 Jul 2005 10:11:30 +0200
Makhno wrote:
> Does this not assume that the texture has already been
> preloaded? What if the texture cannot be determined until the
> moment before the frame was drawn, eg depends on camera view?
Preload an empty texture, then upon rendering determine the
texture from the camera position and load it up immediately
before using it. This will however make things a bit slower (a
texture upload makes the whole OpenGL state machine to resynch,
flushing the pipeline)
> All I wondered is that when fungus said that color index mode
> was not typically hardware supported, whether this also applied
> to colour interpolation?
Colour Interpolation in RGBA mode is fully HW accelerated.
Wolfgang Draxinger
--
.
- References:
- Color Index Mode Slow?
- From: nsdevelop12
- Re: Color Index Mode Slow?
- From: fungus
- Re: Color Index Mode Slow?
- From: Makhno
- Re: Color Index Mode Slow?
- From: Wolfgang Draxinger
- Re: Color Index Mode Slow?
- From: Makhno
- Color Index Mode Slow?
- Prev by Date: Re: Color Index Mode Slow?
- Next by Date: Framework for 3d math-application (vector-mathematics) needed
- Previous by thread: Re: Color Index Mode Slow?
- Next by thread: Re: Color Index Mode Slow?
- Index(es):
Relevant Pages
|
Loading