cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

s_sawada
Journeyman III

BugReport in ATI Radeon HD 4670

I found a bug in the newest ati driver.

GetRenderState in DirectX9(June2010) is failed.

My environment is

OS : Windows XP 32bit

Graphics Card : Radeon HD 4670

Catalyst 12.4

DirectX Version 6.14.10.11631

example code

DWORD original = TRUE;

DWORD value = 0;

device->SetRenderState( D3DRS_ALPHABLENDENABLE, original );

device->GetRenderState( D3DRS_ALPHABLENDENABLE, &value );

if( original != value ) printf("Failed.");

this code shows "Failed"

Would you improve it?

Sincerely.

0 Likes
1 Reply
kcarney
Staff

Hello,

Since you haven't gotten any replies on the forums yet, try contacting AMD Support here: http://emailcustomercare.amd.com/

If it's not a bug, they can help resolve the issue. And if it is a bug, they should know the right person to report it to.

Cheers!

Kristen

0 Likes