Skip to main content

Questions tagged [amd]

AMD is technology company that designs graphics processing units microprocessors (CPUs), motherboard chipsets, embedded processors and graphics processing units (GPUs) like the Radeon line of graphics cards. Additional, AMD has also created some game development related technologies, including FreeSync & TrueAudio . Use the `AMD` tag for questions about developing for AMD technologies specifically.

Filter by
Sorted by
Tagged with
3 votes
0 answers
365 views

From what I understand, resizable BAR (aka. Smart Access Memory) makes it possible to access the whole GPU memory from CPU code. But how can a programmer make use of that? Is there an example or code ...
thalm's user avatar
  • 257
2 votes
1 answer
214 views

I've recently started to receive reports from users that I game I'm working on isn't rendering properly on AMD GPUs. I'd like to track down the problem and fix it, but I'm a hobby developer just using ...
Greg's user avatar
  • 21
1 vote
1 answer
606 views

What is available to game developers to take advantage of implicit multi-GPU rendering technologies as of 2016? For this question I will only be asking about Nvidia's SLI and AMD's Crossfire ...
user avatar
2 votes
0 answers
139 views

If I change thread affinity and then create the window used in my OpenGL game it changes the thread affinity to something else. I tracked down the exact API call (...
Jason Grey's user avatar
0 votes
1 answer
695 views

Recently I switched from an AMD Radeon HD 6870 card to an (MSI) NVIDIA GTX 670 for performance reasons. I found however that my implementation of shadow mapping in all my applications failed. In a ...
James's user avatar
  • 153
-1 votes
1 answer
101 views

I'm developing my own game using Ogre3D, and I'm want to implement things like SSAO, dynamic shadows, AI, physics, etc...and I know my current card is barely gonna be able to handle it. So my ...
user30709's user avatar
0 votes
1 answer
669 views

I want to learn how to use AMD Stream and NVIDIA CUDA (PhysX) to calculate things such as locations. I have not yet found where to get the SDK for these (I can't test the CUDA things because I have a ...
LiquidFeline's user avatar
  • 1,391
4 votes
1 answer
4k views

I'd need to know if the video chipset Direct3D runs on is from Nvidia, AMD or Intel. Is there a way to do that?
Laurent Couvidou's user avatar