How should I update multiple windows on one graphics card?
• A: It is advisable to minimize switching between different contexts. If the draw operation is not CPU-bound, the windows should be updated sequentially. If the draw operation is CPU-bound, the CPU-intensive part should be pipelined with the draw thread (see Section 2) while still updating the windows sequentially from the draw thread. If that is not feasible, updating the windows from multiple threads might be faster on a multicore machine.
Related Questions
- Im using Windows 98 and a 3DFX graphics card and my 2D cockpit MFD screens appear to have a glitch and the gauges are offset. Can I fix this?
- My computer scored lower on the Windows Experience Index after I installed a new graphics card. Why did the index rating go down?
- How do I address a specific nVidia graphics card on Windows 2000/XP?