• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

question about game textures

Pudgygiant

Senior member
This is borderline HT, so just tell me if I should move it.
Do textures for games require processing power from the CPU itself, or would only the gpu suffice? If no cpu power is required, would a straight dma line to the textures save a few cycles while playing CS? (I realize that even if this would work there's almost no chance it would get implemented in CS, that's just an example.)
 

And if the textures can fit entirely into local video memory (the 32MB or 64MB or 128MB etc that comes on your graphics card) then there is no memory bandwidth penalty on the main CPU/memory system either.
 
Back
Top